sm1_deRhamlength(v).
sm1_deRham requires huge computer resources.
    For example, sm1_deRham(0,[x*y*z*(x+y+z-1)*(x-y),[x,y,z]])
    is already very hard.
ox_asir should be used 
  from ox_sm1_forAsir.
    It is recommended to load the communication module for ox_asir
    by the command sm1(0,"[(parse) (oxasir.sm1) pushfile] extension");
 This command is automatically executed when ox_sm1_forAsir is started.
sm1_deRham
by ox_reset(Sm1_proc);, the server might get out of the standard
mode. So, it is strongly recommended to execute the command
ox_shutdown(Sm1_proc); to interrupt and restart the server.
[332] sm1_deRham([x^3-y^2,[x,y]]); [1,1,0] [333] sm1_deRham([x*(x-1),[x]]); [1,2]
sm1_start, deRham (sm1 command)
Go to the first, previous, next, last section, table of contents.