Hi. What is the difference between the following 3 ways:
1. def f(x): return x^2
2. f(x) = x^2
3. x = var('x')
f(x) = x^2
thanks.
--
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
