Does anyone know of a free graph plotting app for windows (or online) that can plot something like this?
Xn+1= r sin (π * Xn)
|
feedback
|
|
I'd like to suggest WolframAlpha, but it has got troubles with the "r*", the best I could do is this. Hope it helps. | |||||||||
feedback
|
|
I'd try Gnuplot or Octave/Matlab. If you had an Apple, the built-in Grapher would do the job. Also, Spacetime (Win+Mac) looks promising. | |||||
|
feedback
|
|
See Science: Math: Software: Graphing for a few dozens of plotting applications. | |||
|
feedback
|
|
I would recommend matplotlib (requires some basic python knowledge). The documentation is still under development, so mastering MPL can take some time, but it's obviously worth it in the end, if you take a look at the examples here. | ||||
|
feedback
|