Difference between revisions of "User:Jonjoseph"
Line 146: | Line 146: | ||
draw(graph(g,-sqrt(5),sqrt(5),operator ..), blue ,Arrows(size=axisarrowsize)); | draw(graph(g,-sqrt(5),sqrt(5),operator ..), blue ,Arrows(size=axisarrowsize)); | ||
− | dot((2,4), p=orange); | + | //dot((2,4), p=orange); |
− | dot((2,8),p=orange); | + | //dot((2,8),p=orange); |
− | draw((2,4)--(sqrt(2),4),p=orange, Arrow(size=2*axisarrowsize)); | + | //draw((2,4)--(sqrt(2),4),p=orange, Arrow(size=2*axisarrowsize)); |
− | draw((3,9)--(3/sqrt(2),9),p= | + | draw((3,9)--(3/sqrt(2),9),p=black, Arrow(size=2*axisarrowsize)); |
//dot((-1,1), p=purple); | //dot((-1,1), p=purple); |
Revision as of 12:31, 10 February 2020
Given a circle with center and a point that lies outside the circle, bisect circle with a second circle centered at .
Problem from class: