Results 1 to 6 of 6

Thread: An Idea

  1. #1

    Thread Starter
    Junior Member Arkayne's Avatar
    Join Date
    Mar 2001
    Location
    Missouri
    Posts
    18

    Lightbulb

    Here's an interesting Idea...
    I'm bad at math but I love programming and physics
    (I know... Kind of an oxymoron)
    Anyways, I'm sure i'm not the only one like me out there,
    Perhapse one or more of the gurus here could maybe make a list of some of the more common mathematical algorythyms with some small examples of how they can be used, such as how to programmatically define circles, spheres, arcs, triangles, pixel-distances(thx for the help with this btw, I appreciate it.), etc.
    I know this might take some time, but it would probably be one of the most useful things i've seen in the way of VB programming tutorials.
    Reality is relative,
    Nothing is impossible,
    Caffiene is the only thing keeping me alive.

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    well hmm, to programmatically define is to declare variables, types and such. Math is a a very wide area, you'll find tons of material on the net if you just search.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  3. #3
    Member
    Join Date
    May 2000
    Location
    USA
    Posts
    37

    Smile

    Arkayne,

    Check out:

    Mathtools
    http://www.mathtools.com/


    Hope this helps.
    Jerome W. Norgren

    "Know how to ask. There is nothing more difficult for some people, nor for others, easier."

    - Baltasar Gracian

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Actually I think he has a point.
    Because in the games I've made, there has been an awful lot of maths.

    I happened to have studied honours maths, physics, and applied maths in school, so most maths is a doddle to me.
    But when I come across something I dont know, and cant figure out using trig or whatever, then I have to search on the net ; and its not easy

    Remember that thing with the line intersections ked ?
    I was searching for a long time on the net for that stuff.

    So I think it would be a good idea.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  5. #5
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    you'd never want to read the 300 pages i have to for the test on wednesday
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  6. #6
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Hey,
    goto http://members.fortunecity.com/plenderj/
    and then get this file :
    http://members.fortunecity.com/plend...m%20Papers.zip

    Ive to sit that lot in a few weeks time.

    ICT1 = Communications
    ICT2 = Information Management
    ICT3 = Computer Science
    ICT4 = Computer Technology
    ICT5 = Maths

    Load of bollox if you ask me
    Last edited by plenderj; Apr 20th, 2001 at 04:21 AM.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

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