Circumcenter Definition

# The Circumcenter of the triangle whose vertices are
# Points A, B, C

# i.e. the center of the circumcircle (the circle that contains the three vertices)

Circumcenter:=proc(A,B,C):

Center(Ce(A,B,C)):

end:


Definitions     Theorems