Difference between revisions of "User:Waffle"

(Redirecting to User:Waffle)
 
m
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
#REDIRECT[[User:Waffle]]
+
<asy>
 +
dot((0,0));
 +
dot((1,0));
 +
draw((0,0)--(1,0)--(1,0.5));
 +
draw(circle((1,0),0.5));
 +
draw((0.75,-sqrt(3)/4)--(1.25,sqrt(3)/4));
 +
draw((1-sqrt(3)/4,0.25)--(1+sqrt(3)/4,-0.25));
 +
label("$\theta $",(1.025,0.1),NNE);
 +
label("$\theta $",(0.85,0.025),WNW);
 +
</asy>
 +
Degree of tilt is <math>\theta </math>.

Latest revision as of 20:47, 25 October 2009

[asy] dot((0,0)); dot((1,0)); draw((0,0)--(1,0)--(1,0.5)); draw(circle((1,0),0.5)); draw((0.75,-sqrt(3)/4)--(1.25,sqrt(3)/4)); draw((1-sqrt(3)/4,0.25)--(1+sqrt(3)/4,-0.25)); label("$\theta $",(1.025,0.1),NNE); label("$\theta $",(0.85,0.025),WNW); [/asy] Degree of tilt is $\theta$.