# The Contact Triangle of the Standard Triangle Te (m,n) Contact:=proc(m,n) local T,C: T:=Te(m,n): C:=Incenter(m,n): Ft ( C , Le(T[2],T[3]) ) , Ft ( C , Le(T[1],T[3]) ) , Ft ( C , Le(T[1],T[2]) ): end:
Contact:=proc(m,n) local T,C: T:=Te(m,n): C:=Incenter(m,n): Ft ( C , Le(T[2],T[3]) ) , Ft ( C , Le(T[1],T[3]) ) , Ft ( C , Le(T[1],T[2]) ): end:
T:=Te(m,n): C:=Incenter(m,n):
Ft ( C , Le(T[2],T[3]) ) , Ft ( C , Le(T[1],T[3]) ) , Ft ( C , Le(T[1],T[2]) ): end:
end: