ApCoCoA-1:DA.Class
From ApCoCoAWiki
Revision as of 08:43, 22 December 2008 by S schuster (talk | contribs)
diffalg.Class
return the class of a given derivative
Syntax
$diffalg.Class(X:INDET):INT
Description
The function Class returns the class of derivative X, i.e., the index of the differential indeterminate of which it is a derivative.
Example
Use Q[x[1..2,0..20]]; $diffalg.Class(x[1,8]); ------------------------------- 1 ------------------------------- Use Q[x[1..2,0..20]]; $diffalg.Class(x[2,8]); ------------------------------- 2 -------------------------------