|  1 |    initial version    |  
Short answer: yes with
print "g = %r" % g
 Other short answer: no, you can not (easily) do that automatically.
Note that you can define g as a symbolic function
sage: g(x,y) = f.diff(x)
sage: g
(x, y) |--> 2*x
     |  2 |    No.2 Revision    |  
Short answer: yes with
print "g = %r" % g
 Other short answer: no, you can not cannot (easily) do that automatically.
Note that you can define g as a symbolic function
sage: g(x,y) = f.diff(x)
sage: g
(x, y) |--> 2*x
 
 
                
                Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.