On Oct 10, 10:02 am, Jason Grout <[EMAIL PROTECTED]> wrote:
> 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.
>
> Nice.  That's exactly what I was wanting.  Chalk me up as one more
> person eager to get this in shape and into Sage.

Yep, it is certainly the highest priority ticket for 3.2 and 3.1.3 has
unfortunately delayed longer than planned. I plan to do 3.1.3.rc0
tonight and unless something major happens it should be very close to
final. Then we can open 3.2 during the coding sprint at SD 10 here at
Loria.

> Thanks,
>
> Jason

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to