axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [#171 Solve handles lists of expressions differently]


From: kratt6
Subject: [Axiom-developer] [#171 Solve handles lists of expressions differently] (nouveau)
Date: Fri, 17 Jun 2005 08:20:16 -0500

Changes 
http://page.axiom-developer.org/zope/mathaction/171SolveHandlesListsOfExpressionsDifferently/diff
--
There are several forms of 'solve' defined in 'TRANSOLVE', among them one that 
takes a list of equations, another one that takes a single equation. After 
fixing bug #102 and #137,

\begin{axiom}
solve([exp(x)=2], [x])
\end{axiom}

returns the empty list, whereas

\begin{axiom}
solve(exp(x)=2, x)
\end{axiom}

gives the correct answer.

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




reply via email to

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