axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [Manipulating Expressions]


From: Bill Page
Subject: [Axiom-developer] [Manipulating Expressions]
Date: Wed, 22 Jun 2005 01:11:41 -0500

Changes 
http://page.axiom-developer.org/zope/mathaction/ManipulatingExpressions/diff
--

??changed:
-
If you would like to do this with a more common type of
expression and hide the details, you can define
\begin{axiom}
op(n,x) == interpret((x::InputForm).(n+1))
\end{axiom}

Then manipulating expressions looks like this:
\begin{axiom}
op(1,op(1,ex1))
(op(1,op(1,ex1))-op(2,op(1,ex1)))/op(2,ex1)

\end{axiom}

--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]