|
1
2
3
|
|
Editor: hemmecke
Time: 2014/07/02 10:59:25 GMT+0
|
Note:
|
changed:
-
\begin{axiom}
-- OF ==> OutputForm
-- e x ==> x::OF pretend SExpression
e x ==> x
e integral(x^x, x)
e integral(x^x, x=a..b)
e sum(x^x, x)
e sum(x^x, x=a..b)
e product(x^x, x)
e product(x^x, x=a..b)
e product(x^x, x=1..a/b)
\end{axiom}
fricas
-- OF ==> OutputForm
- e x ==> x::OF pretend SExpression
e x ==> x
Type: Void
fricas
e integral(x^x, x)
Type: Expression(Integer)
fricas
e integral(x^x, x=a..b)
Type: Expression(Integer)
fricas
e sum(x^x, x)
Type: Expression(Integer)
fricas
e sum(x^x, x=a..b)
Type: Expression(Integer)
fricas
e product(x^x, x)
Type: Expression(Integer)
fricas
e product(x^x, x=a..b)
Type: Expression(Integer)
fricas
e product(x^x, x=1..a/b)
Type: Expression(Integer)