You are on page 1of 1

3/10/17 4:25 PM MATLAB Command Window 1 of 1

>> A=roots([1 -12 25 116])

A =

7.0574 + 2.2458i
7.0574 - 2.2458i
-2.1148

>> B=roots([1 4 8])

B =

-2.0000 + 2.0000i
-2.0000 - 2.0000i

>> C=roots([1 20 75])

C =

-15
-5

>> D=roots([3 -6 -24])

D =

4
-2

>>

You might also like