The following Matlab project contains the source code and Matlab examples used for find polynomial intersections.
Given the coefficients of 2 or more polynomials, this program will return their intersection points be it real or imaginary and the full string representation of these polynomial equations. e.g. 'y=2*x^3+4*x^2+3'
Suitable for use with the MATLAB 'polyfit' function
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
CONTENTS.M | 723 |
license.txt | 1312 |
solve_polynomials.m | 6148 |
test_solve_polynomials.m | 8252 |