fricas
(1) -> )lib AXIOM SINF SYMCAT SYMB AND SEXPR
Axiom is now explicitly exposed in frame initial
Axiom will be automatically loaded when needed from
/var/aw/var/LatexWiki/AXIOM.NRLIB/AXIOM
SINFunctions is now explicitly exposed in frame initial
SINFunctions will be automatically loaded when needed from
/var/aw/var/LatexWiki/SINF.NRLIB/SINF
SymbolicCategory is now explicitly exposed in frame initial
SymbolicCategory will be automatically loaded when needed from
/var/aw/var/LatexWiki/SYMCAT.NRLIB/SYMCAT
>> System error:
The value
32872
is not of type
LIST
Just identities for addition and multiplication (required for pattern matching)
fricas
MYSYM:=Symbolic(Integer,ID)
There are no library operations named Symbolic
Use HyperDoc Browse or issue
)what op Symbolic
to learn if there is any operation containing " Symbolic " in its
name.
Cannot find a definition or applicable library operation named
Symbolic with argument type(s)
Type
Variable(ID)
Perhaps you should use "@" to indicate the required return type,
or "$" to specify which version of the function you need.
fricas
x:=1+2+3
fricas
simplify x
Type: Expression(Integer)
fricas
simplify(x+y)
Type: Expression(Integer)
fricas
r1:=_rule(2,4)$RewriteRule(Integer,Integer,MYSYM)
MYSYM is not a valid type.