What is the importance of Discrete Mathematics💞💞💚in Programming😂😂 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

What is the importance of Discrete Mathematics💞💞💚in Programming😂😂

18th Dec 2017, 5:31 AM
Junth Basnet
3 Answers
+ 28
Logical thinking to solve in a smarter way your problem and some basics operations. Your math skills are directly proportional to the complexity of your project, for example you don't have to be Walter Lewin to make an "Hello World" program in Java... but maybe for an AI project you need to know something more about.
18th Dec 2017, 5:40 AM
Maz
Maz - avatar
+ 7
Thanks😃😃 Maz👏👍
18th Dec 2017, 7:25 AM
Junth Basnet
+ 1
Discrete mathematics are crucial to a lot of digital processes because more often than not computers, PLCs, and other programmable infrastructure deal with sampled data rather than continuous-time signals. While lots of sensors may appear to give continuous-time results, they may simply be making measurements at a very high frequency. So, in order to act on the measured data effectively, continuous-time mathematics cannot be used since they operate under sets of assumptions that do not apply to sampled data. Hence we tend to see much more discrete-time math/algorithms being implemented in programs.
22nd Dec 2017, 1:10 AM
kernel_panic
kernel_panic - avatar