Hi all,
Just using Maxima/XMaxima for the very first time and received the following
when trying to run the tests,
Checked the web, and the docs, could not find anything conclusive on
"Problem 298," can anyone help me?
(%i1) plot3d(x^2*y - 2*x - 4*y, [x,10,20],[y,10,20])
Running tests in rtestnset:
********************** Problem 298 ***************
Input:
extremal_subset({1, sqrt(2), 3, %pi}, log, max)
Result:
Universal error handler called recursively (:ERROR NIL
CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER
"" "Couldn't protect")
Universal error handler called recursively (:ERROR NIL
CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER
"" "Couldn't protect")
error-catch
This differed from the expected result:
{%pi}
Nick