[next][previous][up][top][index]
search for:

engineStack -- display the engine's stack

engineStack() -- returns a net containing a display of the contents of the engine's stack.

It's a Command so it may be entered simply as engineStack if it's alone on the command line.

Used mainly for debugging the engine.

i1 : ZZ/101[x,y,z]

      ZZ
o1 = --- [x, y, z]
     101

o1 : PolynomialRing
i2 : f = matrix {{x,y,z}}

o2 = | x y z |

             ZZ          1       ZZ          3
o2 : Matrix --- [x, y, z]  <--- --- [x, y, z]
            101                 101
i3 : sendgg ggPush f

o3 = 
i4 : engineStack

o4 = stack:
                   Matrix x y z 

The command engineStack is a member of the class Command.


[next][previous][up][top][index]
search for: