It is sometimes useful to define x as a Symbol fricas (1) -> x:Symbol Type: Void
fricas integrate(x)
Type: UnivariatePolynomial(x,
fricas 1 x
Type: UnivariatePolynomial(x,
But some things can be done with Variables but cannot be done with Symbols fricas y
Type: Variable(y)
fricas y == 1 Type: Void
fricas y fricas Compiling body of rule y to compute value of type PositiveInteger
Type: PositiveInteger?
fricas x := 1 And this causes an error fricas x == 1 Type: Void
fricas x ... --gdr, Mon, 31 Mar 2008 00:12:51 -0700 reply Category: Axiom Compiler => Axiom Interpreter
Status: open => rejected
|