CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2003
    Posts
    417

    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.

  2. #2
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588

    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.

  3. #3
    Join Date
    Oct 2005
    Posts
    166

    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?

  4. #4
    Join Date
    Aug 2001
    Location
    Sydney, Australia
    Posts
    813

    Re: Re-learning Math

    It wouldn't hurt to learn all that, IMHO.
    Microsoft LVP - Least Valuable Professional

    Please rate this post... Pleeeeeeaaassee!!!

  5. #5
    Join Date
    Sep 2006
    Location
    London
    Posts
    9

    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"

  6. #6
    Join Date
    Sep 2002
    Location
    Singapore
    Posts
    673

    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

  7. #7
    Join Date
    Oct 2006
    Location
    London, UK
    Posts
    27

    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
  •  





Click Here to Expand Forum to Full Width

Featured