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.

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

Reply via email to