Symbolic Integers
axiom
a:Union(Symbol,Integer)
Type: Void
axiom
b:Union(Symbol,Integer)
Type: Void
Type: Polynomial Integer
axiom
p:UP(x,Integer):=x*2-7
Type: UnivariatePolynomial
?(x,Integer)
Type: Fraction Polynomial Integer
Type: Void
axiom
Compiling function f with type Symbol -> Polynomial Integer
Type: Polynomial Integer
Type: Union(Integer,...)
Type: Union(Integer,...)
axiom
eval(pc,['a=a,'b=b])
Type: Fraction Polynomial Integer
Type: Polynomial Integer
axiom
eval(fb,['a=a,'b=b])
Type: Polynomial Integer
axiom
a:=3.14
Cannot convert right-hand side of assignment
3.14
to an object of the type Union(Symbol,Integer) of the left-hand
side.
Symbolic Matrices
axiom
)clear all
All user variables and function definitions have been cleared.
axiom
m:Union(InputForm,Matrix Integer)
Type: Void
axiom
n:Union(InputForm,Matrix Integer)
Type: Void
axiom
a:Union(InputForm,Integer)
Type: Void
axiom
b:Union(InputForm,Integer)
Type: Void
axiom
ab:=(a+b)*(a+ (-1)::InputForm*b)
axiom
mn1:= m*n+(-1)::InputForm*n*m
axiom
mn2:=(m+n)*(m+(-1)::InputForm*n)
axiom
m:=matrix [[1,2],[3,4]]
Type: Union(Matrix Integer,...)
axiom
n:=matrix [[-1,-2],[-3,4]]
Type: Union(Matrix Integer,...)
Type: Matrix Integer