K
K
Ksenia2019-10-05 21:55:22
Books
Ksenia, 2019-10-05 21:55:22

Have you come across books like "mathematics in programming"?

Good afternoon!
Have you ever seen books that are written in this style: there is a certain problem that the programmer needs to solve, and for this problem some beautiful mathematical solution is described.
For example, the task sounds like: "It is necessary to ensure the smooth movement (following) of the slave object behind the leader. A variant of the wording: to ensure the smooth movement of the object along the trajectory." And the solution: "Let's use the PID controller. The PID controller is <...>. It should be used here because <... >".
And here is something similar, so that it is in the collection ... Have you ever met?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Griboks, 2019-10-05
@Griboks

You need to find two books: a collection of mathematical models and a collection of programming patterns. Similarly to the physics solution book, there is no point in describing the laws of Michael-Faraday or any elementary interactions in the problem about Ohm's law, especially string theory.
Mathematics is an abstraction, programming is an implementation. If you are unable to "customize" the patterns for yourself, study the mat. models in your field of activity, for example, the same neural networks or affine transformations.
Keep in mind that when solving a single problem, you can use several different formulas to arrive at the same solution. For example, the smooth movement (following) of the slave object behind the leader can be ensured through the Bezier curve, or through inertia.

X
xmoonlight, 2019-10-05
@xmoonlight

Learn all the variety (types) of neural networks and "the key is in your pocket"!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question