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

Hernando Diaz Morales hdiazmo at unal.edu.co
Thu May 27 20:56:26 CEST 2010


El 27/05/2010 11:46, Herbert Voss escribió:
> 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])}
>
>    
Hello Herbert:
It worked perfectly!.
Many thanks, once more.

Hernando Diaz




More information about the PSTricks mailing list