login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for Test12 revision 3 of 3

1 2 3
Editor: page
Time: 2023/09/17 11:10:41 GMT+0
Note:

changed:
-
FriCAS
\begin{axiom}
1 + 1
\end{axiom}
Maxima
\begin{maxima}
1 + 1;
\end{maxima}
Reduce
\begin{reduce}
1 + 1;
\end{reduce}

FriCAS

fricas
(1) -> 1 + 1

\label{eq1}2(1)
Type: PositiveInteger?

Maxima

maxima
(%i2) 1+1
maxima
<latex> \mbox{\tt\red(\mathrm{\%o2}) \black} \mbox{{}/var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/1815619897837861060-25px.001.max{}} </latex>

Reduce

1 + 1;
reduce
\displaylines{\qdd
2
\cr}