Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations pierreick on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lorenz equation and plots in MathCad 5

Status
Not open for further replies.

Guest
as part of a educational project I am required to plot the Lorenz equations in the x-y,z-x, plots.
has anyone an idea how to do this in MathCad 5 as its new to me.
thanks
 
Replies continue below

Recommended for you

Are you talking about the chaotic system stability equations? If you want a sensible answer I suggest that you specify the problem a bit better, but, roughly speaking, you need to prepare a vector of results in the complex plane and then do an XY plot of the real vs the imaginary parts of that vector.

Keystrokes are

Im(results[i)@Re(results[i)

Assuming Im and Re are defined (I think they are).

If you post more detail I'll help.

Cheers

Greg Locock
 
OK, that was a bit cryptic

1) have you done all the tutorials? If not then you will struggle.

2) set up an indexing series, i, for the number of points you want to calculate. In all the rest <something> is a value that you need to decide.

Type i:0;<number of points desired>

3) x[0:<starting value for x>
y[0:<starting value for y>
z[0:<starting value for z>

4) Then solve x,y,z for all the rest of the values

5) Then plot them using

z[i@x[i

and

y[i@x[i

Cheers

Greg Locock
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor