Image:Graph of cubic polynomial .png

From Wikipedia, the free encyclopedia

[edit] Summary

Description Boulder, Colorado

Graph of cubic polynomial

Source

self-made

Date

February 04, 2008

Author

dino (talk)

Permission
(Reusing this image)

See below.

[edit] Licensing

I made this with SAGE, an open-source math package, using the code

 p1 = plot(lambda x: 2*x^3 - 3*x^2 - 3*x + 2,-1.25,2.25)
 x = text("x axis", (1.5,.1))
 y = text("y axis", (.5,2.1))
 f = text("f = 2*x^3 - 3*x^2 - 3*x + 2", (3.8, 1))
 g = p1+x+y+f
 g.show(figsize = (5,10))

I made it, an give it away for free.

File history

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

Date/TimeDimensionsUserComment
current21:17, 4 February 2008500×1,000 (25 KB)Dino (Talk | contribs) ({{Information |Description=Graph of cubic polynomial |Source=self-made |Date=February 04, 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):