Science:Math Exam Resources/Courses/MATH152/April 2016/Question A 24
Work in progress: this question page is incomplete, there might be mistakes in the material you are seeing here.
• QA 1 • QA 2 • QA 3 • QA 4 • QA 5 • QA 6 • QA 7 • QA 8 • QA 9 • QA 10 • QA 11 • QA 12 • QA 13 • QA 14 • QA 15 • QA 16 • QA 17 • QA 18 • QA 19 • QA 20 • QA 21 • QA 22 • QA 23 • QA 24 • QA 25 • QA 26 • QA 27 • QA 28 • QA 29 • QA 30 • QB 1(a) • QB 1(b) • QB 1(c) • QB 1(d) • QB 2(a) • QB 2(b) • QB 2(c) • QB 2(d) • QB 3(a) • QB 3(b) • QB 3(c) • QB 4(a) • QB 4(b) • QB 4(c) • QB 4(d) • QB 5(a) • QB 5(b) • QB 5(c) • QB 5(d) • QB 6(a) • QB 6(b) • QB 6(c) •
Question A 24 |
---|
A matrix A with real entries has been typed into MATLAB. The result of the command = eig(A) is (after some slight formatting changes to make it fit better in the exam):
V = 0.8165 + 0.0000i 0.8165 + 0.0000i 0.5774 + 0.0000i 0.0000 + 0.0000i 0.0000 + 0.0000i 0.5774 + 0.0000i 0.4082 - 0.4082i 0.4082 + 0.4082i 0.5774 + 0.0000i D = 1.0000 + 2.0000i 0.0000 + 0.0000i 0.0000 + 0.0000i 0.0000 + 0.0000i 1.0000 - 2.0000i 0.0000 + 0.0000i 0.0000 + 0.0000i 0.0000 + 0.0000i -1.0000 + 0.0000i Circle all true statements below:
|
Make sure you understand the problem fully: What is the question asking you to do? Are there specific conditions or constraints that you should take note of? How will you know if your answer is correct from your work only? Can you rephrase the question in your own words in a way that makes sense to you? |
If you are stuck, check the hint below. Consider it for a while. Does it give you a new idea on how to approach the problem? If so, try it! |
Hint |
---|
Definition of eigenvectors and eigenvalues. In Matlab, command returns diagonal matrix of eigenvalues and matrix whose columns are the corresponding right eigenvectors, so that Note also that there are no repeated diagonal entries in . This can be used for the question. |
Checking a solution serves two purposes: helping you if, after having used the hint, you still are stuck on the problem; or if you have solved the problem and would like to check your work.
|
Solution |
---|
Found a typo? Is this solution unclear? Let us know here.
Please rate my easiness! It's quick and helps everyone guide their studies. Following the hint, the diagonal matrix is the eigenvalues and the column of are the are the corresponding right eigenvectors. Therefore, A has 3 eigenvalues: , , , and their corresponding eigenvectors are , , . The eigenvectors in are normalized so that the 2-norm of each one is .
is wrong. We have is correct. A has three different eigenvalues and hence the three eigenvectors are independent, and they can form a set of basis. is correct. is a scalar multiples of the last column vectors of . The scalar multiplication of any eigenvector is a eigenvector as well, so is correct Thus, the answer is . |