SAGE

sage0

A sage plot

A sage plot

var(‘x’)
p1 = plot(x^2,(x,-2,2), hue = “.3”,fill=true)
p2 = plot(x^3-2*x,-2,2, hue = “.7”,fill=true)
p1+=p2
p1.show()

Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *