Difference between revisions of "User:Bjc"

(A cool drawing of a 3-4-5 triangle and stuff)
 
(Replaced content with "Hi")
(Tag: Replaced)
 
Line 1: Line 1:
[center][b]bjc's Entry:[/b][/center]
+
Hi
3-4-5 triangle with circumcircle/center, incircle/center, orthocenter, centroid and 3 excircles
 
[asy]
 
size(12cm);
 
dot((0,0));
 
dot((4,0));
 
dot((0,3));
 
dot((2,1.5));
 
dot((1,1));
 
dot((1.333,1));
 
dot((6,6));
 
dot((-2,2));
 
dot((3,-3));
 
draw((0,0)--(4,0)--(0,3)--(0,0));
 
draw((0,3)--(2,0));
 
draw((4,0)--(0,1.5));
 
draw(circle((2,1.5) , 2.5));
 
draw(circle((1,1) , 1));
 
draw(circle((6,6) , 6));
 
draw(circle((-2,2) , 2));
 
draw(circle((3,-3) , 3));
 
draw((-2,4.5)--(8,-3));
 
draw((0,0)--(2,1.5));
 
draw((0,-4.5)--(0,6.5));
 
draw((-2.5,0)--(6.5,0));
 
label( "<math>A=H</math>" , (0,0), SW);
 
label( "<math>B</math>" , (4,0), E);
 
label( "<math>C</math>" , (0,3), N);
 
label( "<math>G</math>" , (1.33333,1) , S);
 
label( "<math>O</math>" , (2,1.5), NE);
 
label( "<math>3</math>" , (0,0)--(0,3) , W);
 
label( "<math>4</math>" , (0,0)--(4,0) , S);
 
label( "<math>5</math>" , (0,4.6)--(3.9,0));
 
label( "<math>I</math>" , (1,1) , W);
 
label( "<math>O_A</math>" , (6,6) , SW);
 
label( "<math>O_B</math>" , (-2,2) , SW);
 
label( "<math>O_C</math>" , (3,-3) , S);
 
[/asy]
 

Latest revision as of 18:24, 29 June 2020

Hi