[pstricks] psplotDiffEqn: Compiles fine but postscript output is not shown

Herbert Voss Herbert.Voss at FU-Berlin.DE
Thu May 27 18:46:33 CEST 2010


Am 27.05.2010 15:24, schrieb Hernando Diaz Morales:
> Hello everyone:
> I am trying to simulate the solution to a 2nd order ODE using
> \psplotDiffEqn. The following code compiles just fine, but GSView
> crashes with the result.
> Please help!
> 
> THE CODE:
> \def\Func{(1-y[1])*(1+y[1]-y[2])^(2)-\rthe*y[1]*(1-y[1]+y[2])^(2)-2*\reta*y[1]*(1+y[1]-y[2])*(1-y[1]+y[2])|%
> 
>    
> -y[2]*(1+y[1]-y[2])^(2)+\rthe*(1-y[2])*(1-y[1]+y[2])^(2)-2*\reta*y[2]*(1+y[1]-y[2])*(1-y[1]+y[2])}

try

\def\Func{(1-y[0])*(1+y[0]-y[1])^(2)-\rthe*y[0]*(1-y[0]+y[1])^(2)-2*\reta*y[0]*(1+y[0]-y[1])*(1-y[0]+y[1])|%

-y[1]*(1+y[0]-y[1])^(2)+\rthe*(1-y[1])*(1-y[0]+y[1])^(2)-2*\reta*y[1]*(1+y[0]-y[1])*(1-y[0]+y[1])}

Herbert


More information about the PSTricks mailing list