College project

Suggeh

Beta member
Messages
2
Location
England
I am going to be creating a piece of software that will be a teaching aid for the newton raphson method. I was wondering what the best way to do it would be. I am thinking of doing it web based making use of apache server on my clients computer. I don't know if this is the best or a sensible way of approaching it?
 
it depends what technology you're planning to use in a web based approach.

there are plenty of web technologies and libraries that can draw line graphs, but if you're looking for complex functions then it does get a little more difficult, (for example php with gd2 can draw straight lines, or simple curves)
 
Back
Top Bottom