On 9/7/10 8:52 AM, andrew ewart wrote:
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



Can you include a complete code sample that shows the error?

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