axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] docfix for transsolve.spad


From: Ralf Hemmecke
Subject: [Axiom-developer] docfix for transsolve.spad
Date: Sun, 02 Jul 2006 23:24:55 +0200
User-agent: Thunderbird 1.5.0.4 (X11/20060516)

Since Axiom should "just work" I wonder how with all the tests that Tim runs all the time something like

-----
\begin{verbatim}
  solve(sinh(z)=cosh(z),z)
\end{verbatim}
generates the error (reported as bug # 102):
\begin{verbatim}
 >> Error detected within library code:
    No identity element for reduce of empty list using operation append
\end{verbatim}
-----

can be read in src/algebra/transsolve.spad.pamphlet. Of course, the # must be escaped to \#.

Patch is attached.

silver/axiom/src/algebra>diff -Naur transsolve.spad.pamphlet transsolve.spad.pamphlet.new > patch.transsolve.spad.pamphlet

Ralf
--- transsolve.spad.pamphlet    2006-07-02 23:05:52.000000000 +0200
+++ transsolve.spad.pamphlet.new        2006-07-02 23:13:27.000000000 +0200
@@ -510,7 +510,7 @@
 \begin{verbatim}
   solve(sinh(z)=cosh(z),z)
 \end{verbatim}
-generates the error (reported as bug # 102):
+generates the error (reported as bug \# 102):
 \begin{verbatim}
  >> Error detected within library code:
     No identity element for reduce of empty list using operation append

reply via email to

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