Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

[M] In Exercises 37–40, use a matrix program to find the eigenvalues of the matrix. Then use the method of Example 4 with a row reduction routine to produce a basis for each eigenspace.

39. (4978279071451055102370431371011)

Short Answer

Expert verified

The eigenvalues are λ=(2,2,5,5,5). The basis for eigenspace of λ=2 is N={(27550),(37505)}. The basis for eigenspace of λ=5 is N={(21100),(11010),(20001)}.

Step by step solution

01

Command for input the matrix in MATLAB

Write the command given below to input the matrix

>>A=(49782;790714;5105510;23704;31371011)

02

Command for finding the eigenvalues of the matrix

>>ev=eig(A)

The output will beev=(2,2,5,5,5).

Hence, the eigenvalues are ev=(2,2,5,5,5).

03

Command for finding the null basis for each eigenvalue

Write the command given below to find the null basis corresponding to λ=2:

>>N=Aev(1)eye(5)

The output is given below:

N=(2377555005)

Hence, the basis for eigenspace of λ=2 is N={(27550),(37505)}.

Write the command given below to find the null basis corresponding to λ=5:

>>N=Aev(2)eye(5)

The output is given below:

N=(212110100010001)

Hence, the basis for eigenspace of λ=5 is N={(21100),(11010),(20001)}.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Study anywhere. Anytime. Across all devices.

Sign-up for free