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
In order to do scalable evolution of numerical functions we need a
heuristic procedure for determining if a particular subexpression is
nonzero over a particular range of inputs (e.g. for an expressions of n
variables, and n-dimensional cube). There are a bunch of ways to do this,
interval arithmetic being the simplest, affine arithmetic being better
(http://en.wikipedia.org/wiki/Affine_arithmetic), etc. Maxima also has a
built-in function for this. How good is it? What method does it use? I
don't know...
Original issue reported on code.google.com by [email protected] on 8 Dec 2008 at 5:22
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Dec 2008 at 5:22The text was updated successfully, but these errors were encountered: