Thread: how much math?

  1. #16
    Registered User
    Join Date
    Apr 2002
    Posts
    132
    good math skills can really make it easier to program, and can make your program a lot easier to understand and a lot more efficient. one way i noticed it helped was to get rid of useless loops that made my program confusing by simplifying things into equations.

  2. #17
    Registered User smokeybear's Avatar
    Join Date
    Jun 2002
    Posts
    31
    Is math really needed? I hate Math and have a tutor. That's never good now is it?

  3. #18
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    No need for math until you get into graphics programming. I think that math is a bit of a ploy by schools used in order to make them appear to be powerful, however society is all about money, definately not about science or math, and the schools know it. Sure there are many ways to apply math to graphics programming, but apparently DirectX does most of the work for you.

    Personally I like math, however I feel that a great deal of it is useless. That's just my opinion though.

  4. #19
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    I agree wholeheartedly with an earlier post. Algebra flows nicely into geometry, and geo into trig, but then calculus - it's almost not even math. It's more science.

  5. #20
    Registered User
    Join Date
    Jun 2002
    Posts
    23
    "You can also learn networking, system administration, shell scripting, etc. This just involves learning how to use the operating system in detail. There isn't any calculus involved there. It all depends on what you are planning to do. You might never need calculus unless for leisure or hobby."

    what exactly is shell scripting?
    o.o

  6. #21
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    It's using the langauge of the command shell. The command shell is a program that that interprets command line linstructions. It is used by administrators who have to perform common tasks. They create batch files that regulate user accounts, and other stuff. I'm not an administrator so I don't know all the details. In Unix there is more than one shell, you have the C-shell, the Boure Shell, the Korn shell, etc.

  7. #22
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    The point I was trying to make about the math is that you need far less math than you should need. It's almost getting to the point where you don't need to learn the computer languages either, you just have to know tools and notation.

  8. #23
    Registered User Zeeshan's Avatar
    Join Date
    Oct 2001
    Location
    London, United Kingdom
    Posts
    226
    If you want to get a CS degree, you'll have to go into deeper mathematics. It doesn't matter whether it is or it isn't used in the kinda programming you'll be doing.

    Calculus, Trigonometry, Vectors, Algebra, Analytical Geometry, Induction...

    Some basic usage :

    Algorithm design : calculus, induction, algebra
    Graphics : algebra, vectors, trig.
    User Interface : algebra
    everything else : algebra

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Math
    By knightjp in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 04-01-2009, 05:36 PM
  2. Help with C++ Math
    By aonic in forum C++ Programming
    Replies: 4
    Last Post: 01-29-2005, 04:40 AM
  3. Basic Math Problem. Undefined Math Functions
    By gsoft in forum C Programming
    Replies: 1
    Last Post: 12-28-2004, 03:14 AM
  4. Math Header?
    By Rune Hunter in forum C++ Programming
    Replies: 26
    Last Post: 09-17-2004, 06:39 AM
  5. toughest math course
    By axon in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 10-28-2003, 10:06 PM