Difference between revisions of "User:5849206328x"
5849206328x (talk | contribs) m |
5849206328x (talk | contribs) m |
||
Line 8: | Line 8: | ||
f.p=fontsize(6); | f.p=fontsize(6); | ||
xaxis(0,pi); | xaxis(0,pi); | ||
− | + | yaxis(-2,1); | |
− | real | + | real f1(real x) { return -3sinh(x)/(2cosh(pi/2)); } |
− | + | real f2(real x) { return -3sinh(pi - x)/(2cosh(pi/2)); } | |
− | real f2(real x) { return | ||
− | |||
− | + | draw(graph(f1,0,pi/2), blue); | |
− | + | draw(graph(f2,pi/2,pi), blue); | |
− | |||
− | |||
− | |||
− | |||
− | |||
//limits((-2,0),(2,2),Crop); | //limits((-2,0),(2,2),Crop); | ||
</asy> | </asy> |
Revision as of 11:31, 10 June 2015