is described.
Let
Then
The corresponding source text in TKSL/386 is
var y,y1; const mi = 3, p1 = 0, p2 = 1, tmax = 10, eps = 1E-20; system y' = y1 & p1; y1'= mi*y1*(1-y*y)-y & p2; sysend.
Time functions ORD, y and y1 are in Fig.5.1. The aim of Fig.5.1 is
to point out two things. First, the values of ORD are high and second,
these values vary considerably during the computation.