+ 5
"Do we need to be good at math for programming"? "And do physics have any role to play in programming"?
?
8 Antworten
+ 5
You don't need, but it's usefull ^^
+ 4
No! All you need is dedication, and you'll be on your way!
+ 2
The thing about using maths comes in the case of cryptography and data security. Special sequences, matrix methodologies are used for securing or encrypting data. Prime numbers and related operations seems to have been used for these purposes. You don't need to be good in maths . Just learn the language properly. All the best brother 👌👌
+ 2
1. Somewhat
2. No
+ 2
For programming - no.
But algorithms, data structures and processes are based on math. So, math is necessary to understand them.
Game developers are using linear algebra and physics.
+ 2
Math and programming have a role almost everywhere. Electronics subject is taught to software engineers.
+ 1
It depends. Do you want to get into cryptography? Do you want to write a game engine? Or do you want to make a simple web app? Math is useful for things like cryptography. Physics is useful for things like game engines. And neither are required for web apps, but some of the more complicated ones will require some algebra.
- 1
Kind of