What type of math should I study to prepare for computer science?

AI Thread Summary
In preparing for a computer science degree, a solid foundation in mathematics is beneficial but not overly extensive. Most universities require only up to Algebra II or Precalculus, with some institutions having additional requirements like linear algebra, calculus, and discrete mathematics. Key areas of focus include binary, hexadecimal, and decimal conversions, as well as bitwise operations and Boolean algebra, which are crucial for understanding programming and circuit design. Self-study resources are readily available online, making it feasible to learn these concepts without formal textbooks. While advanced mathematics is not typically necessary for entry-level computer science, having a grasp of fundamental math concepts can enhance problem-solving skills and overall mathematical maturity, which is valuable in the field.
Anele
Messages
7
Reaction score
1
I am in grade 12 and very interested in computer science, however I noticed that I do not have as much mathematics "under my belt" as I would like.

I am simply wondering which type of math I should do on my own (in order to best prepare me for computer science).

Thank you!
 
Physics news on Phys.org
Honestly, you really don't need too much math to start out in computer science. In fact, at my university, Computer Science grads aren't even required to take Calculus III. Of course, this depends on your college/university, but as long as you have Algebra II or Precalculus you should be fine mathwise to study computer science.

However, you should probably study binary, hexadecimal, and decimal conversions and bitwise operations if you want to get ahead of the game.

I am personally an EE major, but many of my friends are CS majors, so I know a lot about what they're doing.

Hope that I could help!

-Austin
 
Thank you so much! That helps a lot! And would I be able to study this on my own with Google as my friend? Or would I require some sort of book? Thank you again!
 
Wow! Thank you so so much! I truly appreciate it! I can't wait to get started!
 
  • Like
Likes sheldonrocks97
Anele said:
Wow! Thank you so so much! I truly appreciate it! I can't wait to get started!

No problem, Anele!
 
Last edited:
  • Like
Likes Anele
One thing that helped me a lot was learning Boolean algebra. In particular, I learned how to start with a truth table for some circuit, convert the table to Boolean equations, reduce them using Boolean algebra rules and then constructing the circuit from the reduced equation.

http://www.allaboutcircuits.com/vol_4/chpt_7/9.html

And more Boolean algebra:

http://www.electronics-tutorials.ws/boolean/bool_7.html

Also learning how to use an IDE like Netbeans or Eclipse will go a long way with improving your programming skills.

Another thing to look at is the Open Source Physics website. OSP is a collection of Java classes that can be used to do computer simulations of physical systems.

Www.compadre.org/osp
 
Last edited:
jedishrfu said:
One thing that helped me a lot was learning Boolean algebra. In particular, I learned how to start with a truth table for some circuit, convert the table to Boolean equations, reduce them using Boolean algebra rules and then constructing the circuit from the reduced equation.

I totally agree with this as well. Boolean algebra is very important for CS as it is for EE as well. I can't believe I forgot to mention that!
 
Ok, perfect! That sounds like a lot, so I will get started fairly soon. Thank you for the information and websites!
 
  • #10
Do I need more than high school math to do any of this?
 
  • #11
sheldonrocks97 said:
I totally agree with this as well. Boolean algebra is very important for CS as it is for EE as well. I can't believe I forgot to mention that!

Thank you for not mentioning it so I could.
 
  • #12
Anele said:
Do I need more than high school math to do any of this?

As mentioned before, you shall only need up to about Algebra II or Precalc. My university also has their CS majors take a class called basic concepts of mathematics, which is taken after Calculus II, however you shouldn't worry about that yet. I have to take that class next semester so wish me luck, haha!

jedishrfu said:
Thank you for not mentioning it so I could.

Anytime!
 
  • #13
Boolean algebra is very similar to standard algebra with the caveat that you are working with one and zero only.

For the computer simulations stuff it implies you know at least calculus and are comfortable with it.
 
  • #14
Thank you very much for all your help! And good luck to both of you!
 
  • #15
At most universities you don't need much maths for computer science, unless it is something like Cambridge.

At my university you have to take linear algebra, differential equations and multivariable calculus (combined in 1 subject), probability, logic and discrete mathematics (combined in 1 subject) and that is all. Things like graph theory, group theory, etc. aren't required, you learn them in the CS classes as needed.

I think the maths is very manageable even if you don't know much maths at this point. You don't need to do any analysis or advanced algebra, which are the hardest maths subjects.

Some universities only require linear algebra, calculus II and discrete mathematics but I highly recommend taking probability as well.
 
  • #17
Great advice, thank you!
 
  • #18
Get as much math as possible. Mathematical maturity is important in CS unless you just want to be a Cobol programmer for a bank
 
  • Like
Likes Anele

Similar threads

Back
Top