Question: If a matrix is sensitive to roundoff errors, the computed value of its determinant may differ drastically from the exact value. For an example of
U = round(l00 * rand(l0)); U = triu((U, 1) + 0.1 * eye(10)
In theory,
det(U) = det(UT) = 10-10
and
det(UUT) = det(U) det(UT) = 10-20
Compute det(U), det(U′), and det(U * U′) using MATLAB. Do the computed values match the theoretical values?
Step by Step Solution
3.41 Rating (154 Votes )
There are 3 Steps involved in it
The matrix U is very illconditioned In fact it is singular with respect to the m... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (1 attachment)
949-M-L-A-E (533).docx
120 KBs Word File
