Difference between revisions of "User:5849206328x"
5849206328x (talk | contribs) m |
5849206328x (talk | contribs) m |
||
Line 1: | Line 1: | ||
<asy> | <asy> | ||
− | size( | + | size(360); |
real e = 2.718281828459045235360287471352662497757247093699959574966967627724076630353; | real e = 2.718281828459045235360287471352662497757247093699959574966967627724076630353; | ||
Line 10: | Line 10: | ||
//real f(real x) { return (x^3 - 9 * x^2 + 29 * x - 15)/6; } | //real f(real x) { return (x^3 - 9 * x^2 + 29 * x - 15)/6; } | ||
− | dot((1,2)); dot((0,4)); | + | dot((1,2)); dot((0,4)); label("$A$",(1,2),E); draw((0,0)--(1,2)--(0,4)); |
− | draw((0,0)--(1,2)--(0,4)); label("$ | + | draw((4,2)--(0,0)--(2,4),dashed); draw((0,0)--(4,-2),dashed); |
− | label("$0$",(0,0),W); label("$ | + | label("$x'$",(4,2),E); label("$ct'$",(2,4),N); label("$x''$",(4,-2),E); |
− | label(" | + | draw((0,2)--(1,2),dashed); draw((0,1.5)--(1,2),dashed); draw((0,2.5)--(1,2),dashed); |
+ | label("$0$",(0,0),W); label("$2cT$",(0,4),W); | ||
+ | label("$X$",(0,1.5),W); label("$Y$",(0,2),W); label("$Z$",(0,2.5),W); | ||
+ | label("Leia",(0.5,1),SE); label("Luke",(0,1),SW); label("Han",(0.5,3),NE); | ||
− | limits((-1,- | + | //limits((-1,-4),(6,6),Crop); |
</asy> | </asy> |
Revision as of 14:53, 26 July 2015