Closed Thread
Page 5 of 7 FirstFirst ... 34567 LastLast
Results 41 to 50 of 61

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

  1. #41
    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?

    Something else to be aware of: almost ALL programming theory is cross-listed as math, or could be. BNF is a mathematical representation of a language. Turing machines are a mathematical concept that can also be expressed as recursive functions. State machines, finite automata, etc are all areas of mathematics research.

    Also, the most practical programs, from a business stance, are very stats heavy, making use of finite approximations of multi-variable integrals.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #42
    Theaegd is offline Newbie
    Join Date
    Feb 2010
    Posts
    2
    Rep Power
    0

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

    Logic and math are two totally different beasts.

  4. #43
    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?

    Quote Originally Posted by Theaegd View Post
    Logic and math are two totally different beasts.
    High school geometry is basically a course in formal logic. Numerous advanced math courses are almost pure logic. I have a master's in math. They are deeply intertwined.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #44
    instantcake's Avatar
    instantcake is offline Learning Programmer
    Join Date
    Feb 2010
    Location
    texas
    Posts
    63
    Rep Power
    8

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

    your all lucky. I've only taken up to algebra 1 but I find that I can do most things, just not my own graphics library

  6. #45
    progcomputeach is offline Learning Programmer
    Join Date
    Mar 2010
    Posts
    45
    Rep Power
    0

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

    or A good Mathematician => A good Programmer (=> means implies for non mathematicians ;-))

    Quote Originally Posted by MathX View Post
    Can we say it like this: A good Mathematician = A good Pogrammer ?

  7. #46
    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?

    Quote Originally Posted by progcomputeach View Post
    or A good Mathematician => A good Programmer (=> means implies for non mathematicians ;-))
    That's a logical fallacy.

  8. #47
    lor's Avatar
    lor
    lor is offline Programming Goddess
    Join Date
    Jun 2009
    Posts
    895
    Blog Entries
    4
    Rep Power
    16

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

    As of now I'm learning about the fundamentals of C++ and I'd say addition, subtraction, division and multiplication are essential. Modulus is also very handy. So yeah, I guess the obvious helps.

  9. #48
    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?

    Quote Originally Posted by progcomputeach View Post
    or A good Mathematician => A good Programmer (=> means implies for non mathematicians ;-))
    Unfortunately, no. There are many good mathematicians who suck with computers.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  10. #49
    Ancient Dragon's Avatar
    Ancient Dragon is offline Programming Expert
    Join Date
    Jan 2008
    Location
    near St Louis, MO USA
    Posts
    393
    Rep Power
    17

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

    In all my 25 years programming in C and C++ I never once had a need for math beyond college freshman algebra, trig and statistics. But I didn't work with scientists such as NASA either. All my experience was business related. Higher levels of math come in if you want to write games or other programs that involve graphics, and then only if you don't use existing game engines such as OpenGL and DirectX.

  11. #50
    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?

    Quote Originally Posted by Ancient Dragon View Post
    In all my 25 years programming in C and C++ I never once had a need for math beyond college freshman algebra, trig and statistics. But I didn't work with scientists such as NASA either. All my experience was business related. Higher levels of math come in if you want to write games or other programs that involve graphics, and then only if you don't use existing game engines such as OpenGL and DirectX.
    Haha there are a lot of times when higher level maths are necessary other than just working for NASA or writing games.

Closed Thread
Page 5 of 7 FirstFirst ... 34567 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