suppose i have a funciton
def_f1(f)
f=2
return f
how do i then make the output f the input of a antother function
def_eg1(f)
g=f^2
return g
as at the moment its telling me that f isnt defined
--
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
