Closed Thread
Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 61

Thread: What level of math do you need to know before programming?

  1. #11
    Grogerian is offline Newbie
    Join Date
    Sep 2009
    Posts
    3
    Rep Power
    0

    Re: What level of math do you need to know before programming?

    Now this depends, a "real" programmer I suppose will understand how the sytem works, how the programming code works (Big O-notaton, cache and memory, etc.) this is a lot of math and of course being good in math can help you as a programmer for problems in programming.

    Math has all those word problems everyone loves so much and these allow you to sift through information and how to place it to get a solution. I work like this a lot when programming anything. I usually build a table with what is needed and how I can put it together.

    However ANYONE can learn how to program, with no background in math - either by trial and error, or tutorials.

    I myself at the university I go to, to take any of the programming courses (which are all 2nd year) Calculus 1 & 2 are pre-requisites, and they reccomend to be taking Discrete structures as well.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #12
    Join Date
    Apr 2008
    Posts
    789
    Blog Entries
    5
    Rep Power
    24

    Re: What level of math do you need to know before programming?

    I use algebra, trig and geometry regularly. For good graphics you also need some knowledge of optics, for physics you need to know physics, etc. But I agree, algebra and trig is the minimum for games, and even for more basic stuff you still need to understand boolean logic at least. Math != programming, but good programming => good math.
    Watches: Nanoha, Haruhi, AzuDai. Listens to: E-Type, Dj Melodie, Nightcore.
    "When people are wrong they need to be corrected. And then when they can't accept it, an argument ensues." - MeTh0Dz

  4. #13
    Join Date
    Aug 2009
    Location
    ~/
    Posts
    918
    Rep Power
    19

    Re: What level of math do you need to know before programming?

    This is a good thread...
    I use a lot of statistics, probability, forecasting, etc...
    as I develop programs for the accountants
    and mostly basic math for HR and Payroll.

    Starting to get into some cool stuff
    with internal audit and engineering.

  5. #14
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: What level of math do you need to know before programming?

    Solid stats + programming can let you do a lot with statistical analysis of systems. Manufacturing and economics both live on stats.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #15
    outsid3r's Avatar
    outsid3r is offline Programming God
    Join Date
    Jul 2008
    Posts
    621
    Rep Power
    19

    Re: What level of math do you need to know before programming?

    I love math, basically it's the base of everything, the root of an hierarchy of many sciences. In the past programmers many programmers where mathematicians, nowadays there are courses of CS and computer engineering so this changed a bit, and like winged says, programming is a branch of mathematics.

  7. #16
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: What level of math do you need to know before programming?

    To begin programming, you just need algebra. Eventually you can tackle a ton of discrete math, depending on what you do.

  8. #17
    TkTech's Avatar
    TkTech is offline The Crazy One
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    1,412
    Blog Entries
    1
    Rep Power
    31

    Re: What level of math do you need to know before programming?

    I rarely if ever use anything beyond basic math - if I need more (say, radians for 3D) I simply fire up google, find a reference, and learn it.

    The only things I truly think are essential is (obviously) + - / *, binary logic (xor, and, nand, ect...), and binary algebra. Knowing how to do math in base 8 and 16 off the top of your head is also handy.

  9. #18
    Join Date
    Apr 2008
    Posts
    789
    Blog Entries
    5
    Rep Power
    24

    Re: What level of math do you need to know before programming?

    I just asked my dad. He said the programmers at his company need to learn to understand probability.
    Watches: Nanoha, Haruhi, AzuDai. Listens to: E-Type, Dj Melodie, Nightcore.
    "When people are wrong they need to be corrected. And then when they can't accept it, an argument ensues." - MeTh0Dz

  10. #19
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: What level of math do you need to know before programming?

    Business and manufacturing runs on statistics (and probability).
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  11. #20
    JCoder is offline Programming Professional
    Join Date
    Sep 2009
    Posts
    245
    Rep Power
    10

    Re: What level of math do you need to know before programming?

    Deep understanding of the algorithms and data structures is an essential thing that differentiates a real programmer from a code monkey. If you know maths - you can be better than those who do not.
    Of course this is not the only criterium. Ability to think at the different levels of abstractions simultaneously is also very important, especially if you want to specialize as a software architect (and this ability pure mathematicians often lack).

Closed Thread
Page 2 of 7 FirstFirst 1234 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Low level C programming
    By fread in forum C and C++
    Replies: 8
    Last Post: 11-02-2011, 03:24 PM
  2. course, tutorial... to learn programming low level
    By IlikeProgramming in forum Linux Hardware
    Replies: 4
    Last Post: 05-06-2011, 12:54 AM
  3. Replies: 9
    Last Post: 07-16-2010, 05:12 PM
  4. entery level programming interview - math skills?
    By zeroradius in forum The Lounge
    Replies: 3
    Last Post: 04-23-2010, 02:26 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts