jackmoody11 / graphRoots

Looking at the relationship (or lack thereof) between polynomial roots and the shape of its curve

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Roots

Looking at the relationship (or lack thereof) between polynomial roots and the shape of its curve

This simply plots a polynomial and circles its roots. To run this, try something like

graphRoots([1 2 3],5,0.1,-5)

Here is the result of running the function above: graphRoots([1 2 3],5,0.1,-5) result

Note that the first argument should be entered in as a row vector where [1 2 3] is equivalent to

y = x^2 + 2*x + 3

About

Looking at the relationship (or lack thereof) between polynomial roots and the shape of its curve

License:MIT License


Languages

Language:MATLAB 100.0%