Difference between revisions of "User:5849206328x"
5849206328x (talk | contribs) m |
5849206328x (talk | contribs) m |
||
Line 21: | Line 21: | ||
//real f(real x) { return 3 * (-1/x + 1/(2*x^2)); } | //real f(real x) { return 3 * (-1/x + 1/(2*x^2)); } | ||
//pair g(real t) { return (0,6.3) + (0.4 * cos(pi * t/180), 0.2 * sin(pi * t/180)); } | //pair g(real t) { return (0,6.3) + (0.4 * cos(pi * t/180), 0.2 * sin(pi * t/180)); } | ||
− | triple h(real t) { return (2 * cos(pi * t/180), 2 * sin(pi * t/180), 2.5); } | + | //triple h(real t) { return (2 * cos(pi * t/180), 2 * sin(pi * t/180), 2.5); } |
triple rot(real t) { return (0.2 * cos(pi * t/180), 0.2 * sin(pi * t/180), 4.5); } | triple rot(real t) { return (0.2 * cos(pi * t/180), 0.2 * sin(pi * t/180), 4.5); } | ||
− | + | draw((0,0,2.5)--(0,2,2.5),linewidth(2)); draw(graph(rot,-180,93),EndArrow3); | |
− | label("$ | + | label("$l$",(0,1,2.5),N); |
//limits((-25,-25),(50,25),Crop); | //limits((-25,-25),(50,25),Crop); | ||
</asy> | </asy> |
Revision as of 20:02, 23 July 2015