Edit detail for #171 Solve handles lists of expressions differently revision 1 of 1

1
Editor:
Time: 2007年11月17日 22:02:05 GMT-8
Note:

changed:
-
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.


Submitted by : (unknown) at: 2007年11月17日T22:02:05-08:00 (18 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :
Optional comment :

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,

fricas
(1) -> solve([exp(x)=2], [x])
Type: List(List(Equation(Expression(Integer))))

returns the empty list, whereas

fricas
solve(exp(x)=2, x)
Type: List(Equation(Expression(Integer)))

gives the correct answer.

AltStyle によって変換されたページ (->オリジナル) /