Algebraic Curve Intersection Explorer

Live Script finding intersections of affine algebraic curves.
5 Downloads
Aktualisiert 30. Mär 2025

Lizenz anzeigen

An affine algebraic curve is a planar curve described by a polynomial equation in two variables x and y. The intersections of two such curves may be found analytically with solve or numerically with vpasolve or by solving a resultant polynomial equation for a root vector X or Y and then calculating the corresponding vectors Y or X. The resultant equation can be solved with solve, vpasolve, or roots, the latter designed to solve single variable polynomial equations using the polynomial coefficients.
This educational Live Script illustrates these methods to find intersections of lines, parabolas, hyperbolas, ellipses, and other curves. The script may interest students and instructors in physics and other STEM fields. 'Try this' suggestions and 'Challenges' are included for further exploration. For additional educational Live Scripts by the author, see Ref[1].

Zitieren als

Duncan Carlsmith (2025). Algebraic Curve Intersection Explorer (https://www.mathworks.com/matlabcentral/fileexchange/180476-algebraic-curve-intersection-explorer), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2024b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

AlgebraicCurveIntersectionExplorer folder

Version Veröffentlicht Versionshinweise
1.0.2

minor updates.

1.0.1

minor changes

1.0.0