You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #9901 is merged, there are a few held functions which can't evaluate through Maxima or n(), I think. Since this behavior didn't exist at all before, this is ok, but should be rectified. These would be the methods csgn, step, and Order of symbolic expressions. See also #10070 for step.
This is related to #10034, which is about making it possible for all held functions to be evaluated without using Maxima or n(). This ticket, however, is about three held functions which can't even be evaluated with Maxima and n(), much less Pynac natively.
After #9901 is merged, there are a few held functions which can't evaluate through Maxima or
n()
, I think. Since this behavior didn't exist at all before, this is ok, but should be rectified. These would be the methodscsgn
,step
, andOrder
of symbolic expressions. See also #10070 forstep
.Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/10071
The text was updated successfully, but these errors were encountered: