<DIV>
<DIV>
<DIV>If you want to do simple graphics in tex, 2d and parametric functions, you may use jpicedt 1.4 (do a google search). The advantage of this is&nbsp;the use of several tools to embellish your picture, put LaTeX code in any part of the figure, and if you know PsTricks you can tweak the output. Then, after you're done, you can export your graphic as a LaTeX file with PsTricks code embedded. A really nice feature.</DIV>
<DIV>&nbsp; For fancy graphs, you may use Maxima (or Mathematica, Matlab, Scilab, Mupad... any software that export graphics in eps format) and (if you want widgets... a really cool add-on), you can also install wxMaxima, then run the program using the latter one. Maxima is free and looks like Matlab, the output can be exported as EPS file. Then you can add LaTeX code over the picture using PsTricks. Take a look at the example contained in the Zip file. Very rough, I did it in a couple of minutes.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Best,</DIV>
<DIV>Ruben Agapito.<BR><BR><B><I>Sebastiano Spatola &lt;sebastianospatola@virgilio.it&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>

<DIV><FONT face=Arial size=2>
<DIV>Dear Group Pstricks,<BR>my name is Sebastiano Spatola and I am a doctor in Mathematica and physics for students of high school. I worked </DIV>
<DIV>I use from more of a Latex year and I have discovered from little days the&nbsp;metapost of 2D and 3D.&nbsp;However to create a figure with labels, headings I </DIV>
<DIV>I&nbsp;must insert any codes in a source .tex </DIV>
<DIV><FONT face=Arial size=2>
<DIV>\listfiles<BR>\documentclass[a4paper]{article}%&nbsp; Herbert Voss 2004-10-06<BR>\usepackage{pstricks}<BR>\usepackage{pstricks-add}<BR>\usepackage{multido}<BR>\def\func{%<BR>&nbsp;&nbsp;&nbsp; const0 x sin dup mul 3 mul div neg /p exch def<BR>&nbsp;&nbsp;&nbsp; p abs sqrt neg /r exch def<BR>&nbsp;&nbsp;&nbsp; const1 2.0 div neg /q exch def<BR>&nbsp;&nbsp;&nbsp; p 0 lt {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; p dup mul p mul q dup mul add 0 le {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; q r 3 exp div arccos <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3 div cos r dup add neg mul<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; q r 3 exp div arch<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3 div cosh r dup add neg mul<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } ifelse<BR>&nbsp;&nbsp;&nbsp; }{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; q r 3 exp div arsh<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3 div sinh r dup add neg mul&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 <BR>&nbsp;&nbsp;&nbsp; } ifelse<BR>}<BR>\begin{document}<BR>\textbf{Dynamical flow around a cylinder}<BR>\[<BR>\left(r^2-\frac{c_1}{r}\right)\sin^2\theta=c_0<BR>\]</DIV>
<DIV>&nbsp;</DIV>
<DIV>which is the same as</DIV>
<DIV>&nbsp;</DIV>
<DIV>\[<BR>r^3-\frac{c_0}{\sin^2\theta}\cdot r-c_1=0<BR>\]</DIV>
<DIV>&nbsp;</DIV>
<DIV>which can be solved by the formula of Cardano:</DIV>
<DIV>&nbsp;</DIV>
<DIV>\[<BR>r^3+3pr+2q=0<BR>\]</DIV>
<DIV>&nbsp;</DIV>
<DIV>\bigskip<BR>\begin{pspicture*}(-5,-2.5)(5,2.5)<BR>&nbsp; \pstVerb{<BR>&nbsp;&nbsp;&nbsp; /e 2.718281828459045 def<BR>&nbsp;&nbsp;&nbsp; /arccos { dup dup mul neg 1.0 add sqrt exch atan } def<BR>&nbsp;&nbsp;&nbsp; /sinh { dup e exch exp exch neg e exch exp sub 2 div } def<BR>&nbsp;&nbsp;&nbsp; /cosh { dup e exch exp exch neg e exch exp add 2 div } def<BR>&nbsp;&nbsp;&nbsp; /arsh { dup dup mul 1 add sqrt add ln } def<BR>&nbsp;&nbsp;&nbsp; /arch { dup dup mul 1 sub sqrt add ln } def<BR>&nbsp; }<BR>&nbsp; \psaxes(0,0)(-5,-2.5)(5,2.5)<BR>&nbsp; \pscircle[linecolor=red]{1}<BR>&nbsp; \psset{plotpoints=100,linewidth=0.05pt,polarplot=true,linecolor=blue}<BR>&nbsp; \multido{\rA=0.005+0.05}{5}{<BR>&nbsp;&nbsp;&nbsp; \psplot{1}{179}{%<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /const0 \rA\space def <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /const1 1.0 def % cylinder radius<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \func<BR>&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;
 \psplot{181}{359}{%<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /const0 \rA\space def <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /const1 1.0 def % cylinder radius<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \func<BR>&nbsp;&nbsp;&nbsp; }%<BR>&nbsp; }<BR>&nbsp; \multido{\rA=0.03+0.25}{20}{<BR>&nbsp;&nbsp;&nbsp; \psplot{1}{179}{%<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /const0 \rA\space def <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /const1 1.0 def % cylinder radius<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \func<BR>&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; \psplot{181}{359}{%<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /const0 \rA\space def <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /const1 1.0 def % cylinder radius<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \func<BR>&nbsp;&nbsp;&nbsp; }%<BR>&nbsp; }<BR>\end{pspicture*}</DIV>
<DIV>&nbsp;</DIV>
<DIV>\end{document}</DIV></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><BR>But doesn't exist a program that creates me the inverse Polish notation, interval, etc? How long want to understand first and then to write the codes of a figure?<BR>Not understand nothing when I must to draw a function in 2D and 3D. For example; if&nbsp; I must to draw the function x*\sqrt(x^2+y^2-1) or the area of the trapezoid of the function x +sin x&nbsp;in the interval [\pi/2&nbsp; 3/4 \pi] as I have to do?&nbsp; Want years to understand as create only a simple figure; represent of behaviour a give a complex figure. But&nbsp;doesn't exist a program that creates me directly the code that transforms me a function in the inverse Polish notation and that to draw it?</DIV>
<DIV>I hope you sent me a answer of my problem.</DIV>
<DIV>Best regards </DIV>
<DIV>Sebastiano Spatola</DIV></FONT></DIV>_______________________________________________<BR>pstricks mailing list<BR>pstricks@tug.org<BR>http://tug.org/mailman/listinfo/pstricks<BR></BLOCKQUOTE></DIV></DIV><p>
                <hr size=1> <a href="http://us.rd.yahoo.com/evt=34442/*http://www.yahoo.com/r/hs">Start your day with Yahoo! - make it your home page </a>