#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^4
f.plot(xmin=0,xmax=2*pi)

SageDays/Kreyszig-10.4-4 (last edited 2010-08-12 13:55:22 by Aashita)