Re: Minimum distance from a point to a surface defined by constraints
From: The Qurqirish Dragon (qurqirishd_at_aol.com)
Date: 03/03/05
- Next message: carkaci_at_gmail.com: "Re: Minimum distance from a point to a surface defined by constraints"
- Previous message: icseng'05: "[ICSEng'05] Final CFP - due date March 10, 2005"
- In reply to: carkaci: "Re: Minimum distance from a point to a surface defined by constraints"
- Next in thread: carkaci_at_gmail.com: "Re: Minimum distance from a point to a surface defined by constraints"
- Reply: carkaci_at_gmail.com: "Re: Minimum distance from a point to a surface defined by constraints"
- Messages sorted by: [ date ] [ thread ]
Date: 3 Mar 2005 07:23:02 -0800
If the half-planes do not intersect, then there is no region (in more
than 2 dimensions no hypersurface) defined, and so you need to rephrase
the problem. For example, what if I choose P to be the origin, and give
the constraints x>1 and x<2.
What answer would you want to get here? By the way the problem is
phrased, there is no answer, as the restrictions leave you with an
empty set.
Note that since the vertices I look for are the solutions set of your
constraint equations (using equality, rather than inequality), the
assumption that the regions intersect is the same as assumingthat the
system of equations is consistant. If there is no intersection, then
this will be found before any distances are calculated.
- Next message: carkaci_at_gmail.com: "Re: Minimum distance from a point to a surface defined by constraints"
- Previous message: icseng'05: "[ICSEng'05] Final CFP - due date March 10, 2005"
- In reply to: carkaci: "Re: Minimum distance from a point to a surface defined by constraints"
- Next in thread: carkaci_at_gmail.com: "Re: Minimum distance from a point to a surface defined by constraints"
- Reply: carkaci_at_gmail.com: "Re: Minimum distance from a point to a surface defined by constraints"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|