On 4/2/12 5:36 PM, Bruce Cohen wrote:
I am trying to reproduce Jason's Gaussian Quadrature interact

http://wiki.sagemath.org/interact/calculus#Gaussian_.28Legendre.29_quadrature

When I copy and paste it into a single cell I get:
<error>
NameError                                 Traceback (most recent call last)

/tmp/tmpI94uOV/<string>  in<module>()

NameError: name 't_roots' is not defined


Sorry, make the first line:

from scipy.special.orthogonal import p_roots, t_roots, u_roots

There were a few other issues too.  Here is an updated version:

http://aleph.sagemath.org/?q=a159c583-8b2c-4c7b-921b-928348a03832

Can you change the wiki page?

Thanks,

Jason

--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to