geometry
similitude
find the insimilitude and outsimilitude of two circles
Calling Sequence
Parameters
Description
Examples
similitude(obj, c1, c2)
obj
-
name which is assigned the internal and external centers of similitude
c1, c2
two circles
Let c1=A⁡a and c2=B⁡b be two nonconcentric circles and let I and E divide SensedMagnitude(AB) internally and externally in the ratio a/b. Then I and E are called the internal and the external centers of similitude of the two circles c1 and c2
The routine assigns to obj a list of two elements where the first element is the internal center of similitude, and then second element the external center of similitude.
For a detailed description of the centers of similitude obj, use the routine detail (i.e., detail(obj))
The command with(geometry,similitude) allows the use of the abbreviated form of this command.
with⁡geometry:
_EnvHorizontalName≔x:_EnvVerticalName≔y:
circle⁡c1,x2+y2=1,circle⁡c2,point⁡A,3,3,4:
circle⁡c3,x−22+y2=1:
similitude⁡obj1,c1,c2
in_similitude_of_c1_c2,ex_similitude_of_c1_c2
map⁡coordinates,obj1
35,35,−1,−1
similitude⁡obj2,c1,c3,M,N
similitude: "hint: the external and internal centers of similitude are the same"
M,N
detail⁡obj2
name of the objectMform of the objectpoint2dcoordinates of the point1,0,name of the objectNform of the objectpoint2dcoordinates of the point1,0
See Also
geometry[CircleOfSimilitude]
geometry[HorizontalName]
geometry[SensedMagnitude]
geometry[VerticalName]
Download Help Document