#Plotting the function
#It can be seen from the figure that function is neither even nor odd in the given interval
x=var('x')
f=function('f',x)
f=x^2
f.plot(xmin=0,xmax=2*pi)

SageDays/Kreyszig-10.4-3 (last edited 2010-08-12 13:53:28 by Aashita)