WebMathematics Interactive 2 bug tracking system.
FS#120 - numeric::solve in maxima?
Attached to Project:
wmi2
Opened by Kovacs Zoltan (kovzol) - Saturday, 06 October 2007, 21:01 GMT+2
Last edited by Kovacs Zoltan (kovzol) - Wednesday, 21 November 2007, 23:40 GMT+2
Opened by Kovacs Zoltan (kovzol) - Saturday, 06 October 2007, 21:01 GMT+2
Last edited by Kovacs Zoltan (kovzol) - Wednesday, 21 November 2007, 23:40 GMT+2
|
DetailsThere would be a great demand to support numerical solving of an equation. I didn't find anything senseful on http://www.ma.utexas.edu/maxima/? Could someone help?
|
This task depends upon
Closed by Kovacs Zoltan (kovzol)
Wednesday, 21 November 2007, 23:40 GMT+2
Reason for closing: Implemented
Wednesday, 21 November 2007, 23:40 GMT+2
Reason for closing: Implemented
in maxima, perhaps the find_root function would be good,
but it works only with a package with the new maxima.
Or we should use the CAS Octave, said Zoltán.
Is this button enough, or should I try to make improvements?
A second suggestion:
Can we easily implement such thing that if a maxima button is pressed but the number of parameters are not correct, then an alert comes up with the correct syntax?
Now the syntax in WMI2 is:
equation, a, b , <maxima button>
About the suggestion:
I think it can be implemented.
We should only count the #-s in the maxima change-string,
and count the separate parameters, which can be done with a JavaScript function similar to formconvc in PHP.
This needs one additional field to the calcbutton table (and the old fields out)
And the parameter-counting method is good.