Image:Sage image x squared vs x cubed.gif
From Wikipedia, the free encyclopedia
No higher resolution available.
Sage_image_x_squared_vs_x_cubed.gif (600 × 370 pixels, file size: 273 KB, MIME type: image/gif)
[edit] Summary
Description | Boulder, Colorado
sage_image_x_squared_vs_x_cubed |
---|---|
Source |
self-made |
Date |
February 07, 2008 |
Author | |
Permission (Reusing this image) |
See below. |
[edit] Licensing
I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide. In case this is not legally possible, |
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/Time | Dimensions | User | Comment | |
---|---|---|---|---|
current | 19:11, 7 February 2008 | 600×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= }}) |
- Search for duplicate files
- Edit this file using an external application
See the setup instructions for more information.
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):