Image:Sage image x squared vs x cubed.gif

From Wikipedia, the free encyclopedia

[edit] Summary

Description Boulder, Colorado

sage_image_x_squared_vs_x_cubed

Source

self-made

Date

February 07, 2008

Author

dino (talk)

Permission
(Reusing this image)

See below.

[edit] Licensing

I made this with SAGE, an open-source math package, and release it to the world. SAGE code:

step = 0.2
L = Graphics()
v = []
w = []
for i in srange(-2,2,step):
   L += line([(i,i^2),(i+step,(i+step)^2)], rgbcolor=(1,0,0))
   L += line([(i,i^3),(i+step,(i+step)^3)], rgbcolor=(0,0,1))
   L.xmin(-2); L.ymin(-8); L.xmax(2); L.ymax(8)
   L.figsize = (2,10)
   L += text("x axis", (1.5,1))
   L += text("y axis", (.3,5))
   L += text("f(x)=x^2", (-1, 2.4), rgbcolor=(1,0,0))
   L += text("g(x)=x^3", (-0.9, -2.4), rgbcolor=(0,0,1))
   v.append(L)
   w.append(L)
a = animate(v + w)
a.show()

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current19:11, 7 February 2008600×370 (273 KB)Dino (Talk | contribs) ({{Information |Description=sage_image_x_squared_vs_x_cubed |Source=self-made |Date=February 07, 2008 |Location=Boulder, Colorado |Author=~~~ |Permission= |other_versions= }})

The following pages on the English Wikipedia link to this file (pages on other projects are not listed):