axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [AxiomOutputFormatting] (new)


From: Bjørn
Subject: [Axiom-developer] [AxiomOutputFormatting] (new)
Date: Thu, 08 Dec 2005 23:28:58 -0600

Changes http://wiki.axiom-developer.org/AxiomOutputFormatting/diff
--
One of the most frustrating things as a novice axiom user is to try to figure 
out how to get axiom output to appear in the desired form.  For instance:

\begin{axiom}
(a + b)/2
\end{axiom}
but if one wanted it formatted as a single fraction
\begin{axiom}
(a + b)/2 :: FRAC POLY INT
\end{axiom}

However, this doesn't always work:
\begin{axiom}
1/2 - exp(-t)
\end{axiom}

but if one wanted the output to appear as:
\begin{equation}
\frac{1}{2} + e^{(-t)}
\end{equation}
 
\begin{axiom}
1/2 - exp(-t) :: POLY FRAC Integer
\end{axiom}

this doesn't work.  So how does one deal with output formatting for Expression 
Integers?

--
forwarded from http://wiki.axiom-developer.org/address@hidden




reply via email to

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