fricas (1) -> OF ==> OutputForm Type: Void
fricas R ==> Record(OUTPUTFORM:OF, Type: Void
fricas e x ==> (print(([x::OF, Type: Void
fricas )set output algebra on
Type: OutputForm?
fricas aa: OF := "aa"::Symbol::OF
Type: OutputForm?
fricas b: OF := "b"::Symbol::OF
Type: OutputForm?
fricas bb: OF := "bb"::Symbol::OF
Type: OutputForm?
There are parentheses missing in the algebra output. fricas e((a+b) rem (aa*bb))
Type: OutputForm?
fricas e((a+b) quo (aa*bb))
Type: OutputForm?
fricas e((a+b) exquo (aa*bb))
Type: OutputForm?
fricas differentiate(a+b,
Type: OutputForm?
fricas differentiate(a*b,
Type: OutputForm?
fricas prime(a+b,
Type: OutputForm?
fricas super(aa+bb,
Type: OutputForm?
|