Thread: Maths, Physics and C

  1. #1
    aur entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209

    Maths, Physics and C

    Does anyone know of any good sites, or books, that just cover mathematics and/or physics programming in C?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Like this ?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User minime6696's Avatar
    Join Date
    Aug 2001
    Posts
    267

    Exclamation !

    Well, if you know math,science, and physics, then you can apply, math, science, and physisc to C++. You can apply anything to C++. You have basic math operators:

    + - * / % ! ^

    Trig:
    sin cos tan

    Ect. Ect.

    So if you know them, C++ does too. just write the formula's streight from ur math book,or notes, works 4 me.

    SPH

  4. #4
    aur entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    Yeah I know that you can use mathematical operators in C, I just thought there may be a book based soley on mathematical/physics programming with exercises.

    Thanks for the link Salem.

  5. #5
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >&<>&2Minimization of boolean functions, PROM,PLA design >&0>&WA, USA guitar, dogsCommercial Aviation >&>>&USAProgramming
    Posts
    742
    Look into books such as C++ for Engineers.
    www.accu.org
    I compile code with:
    Visual Studio.NET beta2

  6. #6
    Unregistered
    Guest
    Tricks of the Windows Game Programming Gurus covers alot in terms of mathematics and physics, but only in relation to making games. I don't know if your looking for anything specific, but if your just wanting to look at some code its a good book.

Popular pages Recent additions subscribe to a feed