# The inradius of the standard triangle Te(m,n) # It is the distance of the incenter to any side, in particular side AB (the x axis), # hence its y-coordinate Inradius:=proc(m,n): Incenter(m,n)[2]: end:
Inradius:=proc(m,n): Incenter(m,n)[2]: end:
Incenter(m,n)[2]: end:
end: