Is maths Important in coding? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Is maths Important in coding?

21st Dec 2021, 1:58 PM
Mosin
Mosin - avatar
29 Answers
+ 5
Short answer: Yes Long answer: It depends you mostly need it in languages like python ,javascript, etc. and sometimes in html,css, etc.
22nd Dec 2021, 8:21 PM
𝔽O𝙣🅃🅂
𝔽O𝙣🅃🅂 - avatar
+ 6
It depends on the context. In machine learning, yes, You need to know some math like Calculus etc. In Web Development, you don’t need math that much. In Game Development, you need Physics. So It really depends.
22nd Dec 2021, 6:23 PM
Amber Singh Rathour Pandey
Amber Singh Rathour Pandey - avatar
+ 6
Yes
23rd Dec 2021, 5:21 AM
Amadi Gift
Amadi Gift - avatar
+ 6
Maths is important in coding and programming
23rd Dec 2021, 9:39 AM
Clinton A. Kefa
Clinton A. Kefa - avatar
+ 5
It's not really important but it's better to know certain arithmetic operators so we could know that if the program is either right or wrong
21st Dec 2021, 3:22 PM
Suriya Narayanan M
+ 5
If you have the maths knowledge it is easier to lean and do coding
23rd Dec 2021, 4:25 AM
Mohamed Raaid
Mohamed Raaid - avatar
+ 4
You don't need to be an expert in Mathematics in order to learn coding, but it will help if you know some basic mathematics.
22nd Dec 2021, 8:36 PM
Graham Johnston
Graham Johnston - avatar
+ 4
Yes it is
23rd Dec 2021, 3:45 AM
Eng:Ala'a Abdulbaqi Mohammed Anam
Eng:Ala'a Abdulbaqi Mohammed Anam - avatar
+ 4
NOT AT ALL!!! And honestly speaking, this is the Biggest misconception that most people have towards coding. Yes, maths is essential for programming. And please bare in mind that Programming is NOT CODING! 👍
23rd Dec 2021, 7:29 AM
Musa Nzawanga
Musa Nzawanga - avatar
+ 4
Yes mathematics is basic for programming Because Mathematics married to Electronics gives birth to Computer Science Thats why Computer will work with power supply to perform calculations and comparisions
23rd Dec 2021, 9:04 AM
sree harsha
sree harsha - avatar
+ 3
Looking back, my desire to learn Python has been motivated entirely by pure math problems. They mix like PB&J.
23rd Dec 2021, 1:22 AM
DeAndre ReiChelle
+ 3
Just need basic math to generate logic in programming
23rd Dec 2021, 7:39 AM
Manjunath
+ 3
Yes you need basic math and some math skills which are used in statisical analysis like permutation combination. Other than that, nothing more crazy or advanced!
23rd Dec 2021, 10:01 AM
Aly Mooltazeem
Aly Mooltazeem - avatar
+ 3
Yeah also u need to know the basics of most maths like elective maths etc
23rd Dec 2021, 10:40 AM
PAAPA OHENE DADZIE JNR
PAAPA OHENE DADZIE JNR - avatar
+ 3
Coding was invented through math, but because of the highly modular nature of coding, you don't always need knowledge in a certain math field to get from point a to point b. But by recognizing clever tools provided by a proper math education, you can often make a program that works far faster than your non-mathematical competition. I just took a quiz here called "Consecutive Sums". They wanted me to generate a list and a 'for' loop to solve the following prompt: Find the sum from zero through all the whole numbers up to a user-input integer. I looked at the prompt, remembered a lesson from precalculus, and said "**** that." What I used instead was the following code: N = int(input()) print(int((N**2+N)/2)) Not using any lists, or iterative structures of any kind, just three lines of code implementing a simple algebra fact. Saved the interpreter a TON of processing, and the quiz still marked me correct. Knowing versus not knowing (the right) math makes a night and day difference in your CS prospects.
24th Dec 2021, 1:51 AM
DeAndre ReiChelle
+ 3
I cheated on a prompt, that was about cheating on math homework by using python, by using math. And got the lowest effort correct answer. It was my Kobayashi Maru🤓
24th Dec 2021, 2:04 AM
DeAndre ReiChelle
+ 3
Yea maths is very important especially if you are doing binary code i especially don't understand some complicated maths but code is helping me understand mathematical fields maths teachers in secondary schools would never teach us,seeing your a fellow Nigerian so i guess you have asked your IT teacher whether you would get to write actual pieces of code and I'm sure the response was it is not for your level so I get where you are coming from
25th Dec 2021, 6:37 AM
Derick Enitan
Derick Enitan - avatar
+ 2
Is your question related to any of the tagged languages? you tagged many languages and your question was math related. Search the forum, you're not the first to post this question. https://code.sololearn.com/W3uiji9X28C1/?ref=app
21st Dec 2021, 2:02 PM
Ipang
+ 2
But I suppose my posts suggest coding can be important/helpful in math, so at least the converse is true. That is, coding can be helpful for math
23rd Dec 2021, 1:28 AM
DeAndre ReiChelle
+ 2
Yes, maths is very important to learning codes
23rd Dec 2021, 7:26 AM
Steve
Steve - avatar