how to find a root of polynomial using matlab
Show older comments
C (y) = 1 + 3 tan( y/√2)
Answers (2)
Alan Stevens
on 18 Oct 2020
Or directly
y = sqrt(2)*atan(-1/3);
2 Comments
mustafa jbara
on 18 Oct 2020
Alan Stevens
on 18 Oct 2020
Edited: Alan Stevens
on 18 Oct 2020
That gives you a root! i.e. a value of y that makes the expression 1+3*tan(y/sqrt(2)) equal zero.
Categories
Find more on Polynomials in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!