Re: [Tutor] line question

2005-10-10 Thread Daniel Watkins
> There are four points with coordinates: > 2,3;4,9;1,6;3,10. > How to use Python to draw one perpendicular bisector between (2,3) and > (4,9); > the other perpendicular bisector between (1,6)和(3,10); > then, makes the output like: > l1 a b c > l2 a b c > (Note: l indicates the perpendicular

Re: [Tutor] line question

2005-10-10 Thread Alan Gauld
Author of the learn to program web tutor http://www.freenetpages.co.uk/hp/alan.gauld - Original Message - From: "Shi Mu" <[EMAIL PROTECTED]> To: Sent: Monday, October 10, 2005 6:24 AM Subject: [Tutor] line question > There are four points with coordinates: > 2,3;

[Tutor] line question

2005-10-09 Thread Shi Mu
There are four points with coordinates: 2,3;4,9;1,6;3,10. How to use Python to draw one perpendicular bisector between (2,3) and (4,9); the other perpendicular bisector between (1,6)和(3,10); then, makes the output like: l1 a b c l2 a b c (Note: l indicates the perpendicular bisector with equation a