quadforms
quadratic-form-conversion
Convert quadratics from Homogeneous to Center form and back.
This zip file contains 2 functions to transform generic (nD) quadratic hyper-surfaces from homogeneous form (that is [x' 1]E[x;1]=0) to center form (that is (x'-c')inv(Q)(x-c)=1, which is used for example in the ellipsoidal toolbox).
Examples: % zero-centered ellipse of semiaxes 1 and 2 % center to homogeneous form: E=c2h(diag([1 4]),[0 0]') % homogeneous to center form: [Q,c]=h2c(E)
Citar como
Giampiero Campa (2024). quadforms (https://github.com/giampy1969/quadratic-form-conversion/releases/tag/v1.2.1), GitHub. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.2.1 | See release notes for this release on GitHub: https://github.com/giampy1969/quadratic-form-conversion/releases/tag/v1.2.1 |
||
1.2.0.0 | Added BSD license file |
||
1.0.0.0 |