Vous êtes sur la page 1sur 4

Problem(7.

4)(12)

>> A=[0 0 -7 1;0 0 5 0;-7 5 0 2;1 0 2 0]

A=

-7

-7

>> rank(A)

ans =

-----------------------------------------------------

Problem (7.7)(14)

>> A=[1 -2 0 0;4 3 5 0;0 2 7 5;0 0 2 4]

A=

-2

>> det(A)

ans =

158

-----------------------------------------------

Problem (7.8)(8)

> A=[1 2 5;0 -1 2;2 4 11]

A=

-1

11

>> inv(A)

ans =

19

-9

-4

-1

-2

------------------------------------------------------------

Problem (8.1)(19)

>> A=[13 5 2;2 7 -8;5 4 7]

A=

13

-8

>> [V,D]=eig(A)

V=

0.6667

0.6667

0.6667

-0.6667 + 0.0000i -0.6667 - 0.0000i -0.6667


0.3333 + 0.0000i 0.3333 - 0.0000i 0.3333

D=

9.0000 + 0.0000i
0
0

9.0000 - 0.0000i
0

9.0000

Vous aimerez peut-être aussi