Difference between revisions of "RandomPage"
Jeffersonj (talk | contribs) |
Jeffersonj (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
size(200); | size(200); | ||
− | real f(real x) {return | + | real f(real x) {return 70*x^2-98.3;}; |
real g1(real x) {return sqrt(4*4-x*x);}; | real g1(real x) {return sqrt(4*4-x*x);}; | ||
real g2(real x) {return -sqrt(4*4-x*x);}; | real g2(real x) {return -sqrt(4*4-x*x);}; | ||
− | draw(graph(f,-2,-1. | + | real g3(real x) {return -sqrt(2.7^2-x*x);}; |
− | draw(graph(f,1. | + | draw(graph(f,-1.2,-1.185),black); |
− | draw(graph(g1,-4,4), | + | draw(graph(f,1.185,1.2),black); |
− | draw(graph(g2,-4,4), | + | draw(graph(g1,-4,4),black); |
− | + | draw(graph(g2,-4,4),black); | |
+ | draw(graph(g3,-2.3,2.3),black); | ||
</asy> | </asy> |
Latest revision as of 07:07, 7 April 2021