On Dec 3, 2008, at 10:28 AM, adrian wrote:

> In the following code:
> sage: x=CC['x'].gen()
> sage: type(x)
> <class
> 'sage.rings.polynomial.polynomial_element_generic.Polynomial_generic_d 
> ense_field'>
> sage: f(x)=sin(x)
> sage: type(x)
> <class 'sage.calculus.calculus.SymbolicVariable'>
>
> Is this intended?

Yes. Otherwise one would need to write var('x') before writing f(x) =  
sin(x).

- Robert


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