|
-
September 8th, 2006, 05:14 AM
#1
Re-learning Math
I am embarking on revising some Math I learnt back in high school and college. Reason: I am reading a couple of books (on Lisp, Data Structures, Algorithms etc.), all of which converge in the assumption that you still remember calculus and differential equations.
I am trying to sort out topics that I think will be important for computer science. Help me add to the list:
- Differentiation and Integration
- Differential Equations
- Probability
- Functions, limits and continuity
- Matrices and Determinants
Thanks.
Last edited by Sathyaish; September 8th, 2006 at 05:59 AM.
-
September 8th, 2006, 07:59 AM
#2
Re: Re-learning Math
The single most important one is to have a good grasp of logic and induction.
Get this small utility to do basic syntax highlighting in vBulletin forums (like Codeguru) easily.
Supports C++ and VB out of the box, but can be configured for other languages.
-
September 8th, 2006, 11:34 AM
#3
Re: Re-learning Math
Yves is right, I think your list is too much long, if you're not studying to implement new algorithms, analize them, solve math problems with innovative algorithms like Dr. Knuth did with "The art of computer programming" books, you do not need that list to understand what you write in your code. Can I ask what book are you using about?
-
September 11th, 2006, 12:58 AM
#4
Re: Re-learning Math
It wouldn't hurt to learn all that, IMHO.
Microsoft LVP - Least Valuable Professional
Please rate this post... Pleeeeeeaaassee!!! 
-
September 11th, 2006, 08:04 AM
#5
Re: Re-learning Math
I love doing binary, hexadecimal and decimal conversions. Easy to learn and rules are simple.
trycatch
The Ada Lovelace Wannabe
"Watch me work it"
-
September 11th, 2006, 08:39 PM
#6
Re: Re-learning Math
If I am not wrong, they teach those topics at University and more(like Linear Algebra and Nurmercial Methods and etc.).
I took up a 1 year course in 2001 to learn those Maths but I have forgotten most of it. Of all I have learnt, I found Probabilities and Statistics are the least useful to me.
When you are learning Maths, you have to practise often else you will forgot.
Discrete Maths would be useful to us, programmers but I did not learn that but planning to.
Edited: Added Discrete Maths
-
October 11th, 2006, 08:38 PM
#7
Re: Re-learning Math
When you are learning Maths, you have to practise often else you will forgot.
I cannot agree with you more!!! There's a link posted by kcor to a site that has A LOT of math/algorithm problems. I tried the first one in volume one ... loved it and now I'm doing the second one.
Here's the direct link (hope this doesn't constitute as a cross posting!)
http://acm.uva.es/problemset/
Best,
Nao
DISCLAIMER: THE AUTHOR OF THIS POST WAIVERS ALL LIABILITY FOR DAMAGES ARISING FROM THE IMPLEMENTATION OF IDEAS, CONCEPTS AND/OR SOURCE CODE LISTINGS IN THIS POST. HYPERLINKS ARE PROVIDED AS-IS AND NO GUARANTEE IS MADE AS TO THE AVAILABILITY, VALIDITY OR SUITABILITY OF THE MATERIALS FOUND THROUGH LINKS POSTED BY THE AUTHOR OF THIS POST.
Blighty is a British English slang term for Great Britain, deriving from the Hindustani word bilāyatī (विलायती), meaning "foreign", related to the Arabic word wilayat, meaning a kingdom or province.
Source: Wikipedia.org
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|