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 sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org