Interseting posts
Search
| Conics intersections |
|
|
|
| Written by Pierluigi Taddei | |
| Sunday, 09 August 2009 | |
|
I made some small bug fixes to the conic intersection package. Thanks to Dany for pointing the bug out. The matlab code that you can download here can be used to detect the (up to) four intersections of two conics. The usage is quite straightforward but anyway, here is an example: %%the homogeneous representation of a conic is a matrix You can find this package also at Matlab Central
Algorithm descriptionThe solutions to a two second degree equations system in two variablesmay be seen as the coordinates of the intersections of two genericconic section. In particular two conics may possess none, two, fourpossibly coincident intersection points. The best method to locatethese solutions is to exploit the homogeneous matrix representation ofconic sections, i.e. a 3x3 symmetric matrix which depends on sixparameters. The procedure to locate the intersection points follows these steps:
Matlab implementationIn the library you will find a couple of matlab function which implements the above steps tointersect two conics. In particular the main functions are:
|
|
| Last Updated ( Wednesday, 28 July 2010 ) |
| Next > |
|---|
Work in progress
I am still writing this page but as usual there isn't enough time to do everything.I am currently working on the site content and eventually something somohow will be completed.












