Incenter Exists Theorem

# Angle Bisectors are concurrent

IncenterExists:=proc() local m,n,A,B,C,T:

T:=Te(m,n):   A:=T[1]:   B:=T[2]:   C:=T[3]:

Concurrent( LePtSlope(A,m)   ,   LePtSlope(B,-n)   ,   LePtSlope(C, TS(m,1/n))):

end:


Previous    Definitions     Theorems     Next