Write Matlab Script Find Roots Following Equation 0 Q37142879

Write a MATLAB® script to Find the roots of the followingequation

+ − + 0


Solution


Code.mroots([36, 0, 0, 12, -5, 10])

Output:

ans = -0.92985 + 0.00000i 0.56644 + 0.50509i 0.56644 – 0.50509i -0.10152 + 0.71299i -0.10152 – 0.71299iCode.m Output:

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.