Results 1 to 3 of 3

Thread: Graphing

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2005
    Location
    Minnesota
    Posts
    46

    Graphing

    Is there an easy way to graph simple algebraic equations; linier, quadratic, and expediential? The more complex graphs it can make the better. My intent is to make a program that can graph things such as Velocity, Height, and other simple physics stuff.

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Graphing

    Easy, no.

    You could buy Roboplot off me for £5000 (Source and rights)

    Seriously though you'd need to design a strong math engine and optimise it for speed. This is a very difficult task in itself to say nothing of actually drawing the results in a structured and OOP manner.

    You won't find an easy way to do this unless you find a pre-built math engine.
    I don't live here any more.

  3. #3
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    Re: Graphing

    I use Xceed, and create the points for it to plot manually,

    it seems to work quite well

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