RandomPage
Revision as of 06:50, 7 April 2021 by Jeffersonj (talk | contribs) (Created page with "<asy> import graph; size(200); real f(real x) {return 1000*x^2-100;}; real g1(real x) {return sqrt(4*4-x*x);}; real g2(real x) {return -sqrt(4*4-x*x);}; draw(graph(f,-20/3,-0...")