RE: Drawing curves with equation.
- To: mathgroup@smc.vnet.net
- Subject: [mg11384] RE: [mg11371] Drawing curves with equation.
- From: jmt <jmthomas@cybercable.tm.fr>
- Date: Sun, 8 Mar 1998 20:13:04 -0500
- Organization: TeA
- Return-Receipt-To: jmt <jmthomas@cybercable.tm.fr>
Try this:
Plot[x^2,{x,0,1}]//FullForm
this will show you graphics primitives involved in this plot. Then refer
to "the Mathematica Book".
You can also try:
Plot[x^2,{x,0,1}]//FullOptions
-----Message d'origine-----
De: Olivier Gilloire [SMTP:ogilloire@sysenhance.com] Date: samedi 7 mars
1998 08:07
A: mathgroup@smc.vnet.net
Objet: [mg11371] Drawing curves with equation.
Hi,
I'm a c++ programmer, and I would like to learn how to draw a curve
corresponding to an equation, given in a string format like "x^2".
My problem is not how to draw the curve, but rather how to analyze the
string and interpret it as a mathematic equation.
code samples are welcome !!
Olivier Gilloire