Holooly Plus Logo

Question 10.6: Use MATLAB to compute the Cholesky factorization for the sam...

Use MATLAB to compute the Cholesky factorization for the same matrix we analyzed in Example 10.5.

[A]=\left[\begin{array}{ccc}6 & 15 & 55 \\15 & 55 & 225 \\ 55 & 225 & 979 \end{array}\right]

Also obtain a solution for a right-hand-side vector that is the sum of the rows of [A]. Note that for this case, the answer will be a vector of ones.

Already have an account?

Related Answered Questions