Interseting posts
Search
| Conics intersections |
|
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
Algorithm descriptionThe solutions to a two second degree equations system in two variables may be seen as the coordinates of the intersections of two generic conic section. In particular two conics may possess none, two, four possibly coincident intersection points. The best method to locate these solutions is to exploit the homogeneous matrix representation of conic sections, i.e. a 3x3 symmetric matrix which depends on six parameters. 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 to intersect two conics. In particular the main functions are:
|
| 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.









