Construction in GCLC language


dim 120 120

point B 20 40
point O 65 51.14
point T_{b} 94.25 68.88

color 220 0 0
fontsize 11

cmark_b B
cmark_t O
cmark_rt T_{b}
color 0 0 0
fontsize 10

% DET:  points B and T_{b} are not the same
% Constructing a line s_{b} which passes through point B and point T_{b}
line s_{b} B T_{b} 

color 200 200 200
drawline s_{b}
color 0 0 0



% NDG:  points B and O are not the same
% Constructing a circle k(O,C) whose center is at point O and which passes through point B
circle k(O,C) O B 

color 200 200 200
drawcircle k(O,C)
color 0 0 0



% NDG:  line s_{b} and circle k(O,C) intersect% DET:  points B and N_{b} must be different
% Constructing a point P_{\_G28785} which is a foot of the point O on the line s_{b}
foot P_{\_G28785} O s_{b} 
cmark_r P_{\_G28785}
color 200 200 200
drawline O P_{\_G28785} 
color 0 0 0

% Constructing a point N_{b} which is an image of the point B in the symmetry to point/line P_{\_G28785}
sim N_{b} P_{\_G28785} B 
cmark_rb N_{b}


% DET:  points N_{b} and O are not the same
% Constructing a line m_{b} which passes through point N_{b} and point O
line m_{b} N_{b} O 

color 200 200 200
drawline m_{b}
color 0 0 0




% Constructing a line b which is perpendicular to line m_{b} and which passes through point T_{b}
perp b T_{b} m_{b} 

color 200 200 200
drawline b
color 0 0 0



% NDG:  line b and circle k(O,C) intersect
% Constructing points C and A which are in intersection of k(O,C) and b
intersec2 C A k(O,C) b 
cmark_b C
cmark_t A



drawsegment A B
drawsegment A C
drawsegment B C

% Non-degenerate conditions:  line b and circle k(O,C) intersect; line s_{b} and circle k(O,C) intersect; points B and O are not the same
% Determination conditions:  points N_{b} and O are not the same; points B and N_{b} must be different; points B and T_{b} are not the same