Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is a good place to brush up on some math?

Math skills are becoming more and more essential, and I wonder where is a good place to brush up on some basics before moving on to some more CompSci specific stuff?

A site with lots of video's as well as practice exercises would be a double win but I can't seem to find one.

like image 994
metacontent Avatar asked Sep 23 '08 07:09

metacontent


2 Answers

It depends on your math level. You should start by revising what you should know till that moment and then go further to algorithm mathmatics, geometry (transforms and etc), statistics and more.

There are tons of places on the internet were you can learn:

http://www.math.cornell.edu/Courses/courses.html

http://ocw.mit.edu/OcwWeb/web/courses/courses/index.htm

http://mathworld.wolfram.com/

and the list is open.

like image 142
INS Avatar answered Sep 18 '22 14:09

INS


I recommend Project Euler if you want to train number theory and discrete maths. Lots of fun exercises, though you need to know a bit of programming.

like image 31
finalman Avatar answered Sep 20 '22 14:09

finalman