Burcin Erocal wrote: > On Fri, 10 Oct 2008 10:35:16 -0500 > Jason Grout <[EMAIL PROTECTED]> wrote: > >> The general request still stands, though: is there a way to >> numerically approximate all the constants in a symbolic expression, >> but keep the variables as variables? > > The pynac based symbolics code does the following: > > sage: x,y,z = var("x y z", ns=1) > sage: t = 1 + sqrt(2)*x + sin(x) > sage: t.n() > sin(x) + (1.4142135623730951)*x + 1.0 > > This is with the bundle at #3872 and patches at #4244 applied, and the > package at #4243.
Is there any chance this could be merged into 3.1.3 to get wider testing? That is, if it's a purely optional framework. Barring that, is there a chance we could get a single huge patch that consolidates all of this, or even just a single patch that contains the changes in the bundle? Thanks, Jason --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---