Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

* Matlab * Now try an easier approach. Calculate the eigenvectors and eigenvalues of A using the command [ P lambda ] = eig (

*Matlab*
Now try an easier approach. Calculate the eigenvectors and eigenvalues of A using the command [P lambda ]= eig(A), and check that all resulting eigenvectors are linearly independant (Hint: caluclate the determinant of P):
Now you can easily see what the operation A does: it stretches the component of the vector in the (1,1,1) direction by a factor of 2 and leaves the component perpedicuar to (1,1,1) as is.
Calculate the component of r1 in the direction of (1,1,1) and the component perpendicular to (1,1,1)[Hint: the scalar or dot product of 2 vectors can be calculated with the command dot(r1,r2).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions