Reserved system variable names
zzsclycncurves
zzminy1()-y99()ncontour
zzmaxy1'()-y99'()nc
zysclminY
zyminxt1()-xt99()minX
zymaxxsclmedy3
zygridxresmedy2
zxsclxminmedy1
zxresxmaxmedx3
zxminxgridmedx2
zxmaxxfactmedx1
zxgridxcmedStat
ztstepdemaxY
ztstepui1-ui99maxX
ztplotdeu1()-u99()main
ztmintstepfldres
ztmaxdetplotfldpic
ztmaxtmineyeψ
zt0detmaxeyeφ
zscltceyeθ
zplstrttblStartexp
zplsteptblInputestep
znmint0errornum
znmaxsysMatheqn
zminsysDatadtime
zmaxSydiftol
zfactSxcorr
zeyeψseed2c1-c99
zeyeφseed1θstep
zeyeθregEq(x)θmin
zcregCoefθmax
z1()-z99()rcθc
zθstepr1()-r99()σy
zθminR
2
σx
zθmaxq3Σy
2
yt1()-yt99()q1Σy
ysclplotStrtΣxy
yminplotStepΣx
2
ymaxokΣx
yi1-yi99nStat„y
ygridnmin„x
yfactnmax„tbl
EOS (Equation Operating System)
Hierarchy
Exponentiation (^) and element-by-element
exponentiation (.^) are evaluated from right to
left, for example, 2^3^4 = 2^(3^4).
Post operations and exponentiation are
performed before negation, for example, -9^2 =
-(9^2).
Other operations are performed according the
these priorities:
1 Parentheses (), brackets [] and braces {}
2 Indirection (#)
3 Function calls
4 Post operators: degrees-minutes-seconds
(°,',"), factorial (!), percentage (%),
radian (), transpose ()
5 Exponentiation, power operator (^)
6 Negation (-)
7 String concatenation (&)
8 Multiplication (*), division (/)
9 Addition (+), subtraction (-)
10 Equality relations: =, ≠, <, ≤, >, ≥
11 Logical 'not'
12 Logical 'and'
13 Logical 'or', 'xor'
14 Constraint "with" operator (|)
15 Store (→)
15 - 32