simple.py

Go to the documentation of this file.
00001 from swiginac import *
00002 
00003 x = symbol("x")
00004 y = symbol("y")
00005 
00006 f = sin(x)
00007 print "f = ", f
00008 dfdx = diff(f,x)
00009 print "dfdx = ", dfdx
00010 

Generated on Mon Aug 31 16:16:45 2009 for SyFi by  doxygen 1.5.9