<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<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></BODY></HTML>