line

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shi Mu

    #1

    line

    There are four points with coordinates:
    2,3;4,9;1,6;3,1 0.
    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 ax + by = c.)
    Plus the intersection coordinates of the two perpendicular bisectors:
    x,y
  • gsteff

    #2
    Re: line

    Why do you want to know? This list isn't a tool to get others to do
    your homework.

    Greg

    Comment

    • Shi Mu

      #3
      Re: line

      it is not a homework, just interested.

      On 10 Oct 2005 00:04:23 -0700, gsteff <greg.steffense n@gmail.com> wrote:[color=blue]
      > Why do you want to know? This list isn't a tool to get others to do
      > your homework.
      >
      > Greg
      >
      > --
      > http://mail.python.org/mailman/listinfo/python-list
      >[/color]

      Comment

      Working...