フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Cholesky Decomposition (How to equate matrix element by element)

1 回表示 (過去 30 日間)
Kevin Ryan Maravilla
Kevin Ryan Maravilla 2017 年 12 月 15 日
閉鎖済み: John D'Errico 2017 年 12 月 15 日
Referring to the Cholesky Method.
Let A be the input symmetric matrix Let X be the product of lower triangular matrix and its transpose. Suppose A is a 3x3 symmetric matrix : [1,2,3;2,5,6;3,6,1] Then X is [a^2 ,ab,ac ; ab,b^2 + d^2,bc+de ;ac, bc+de ,c^2 +e^2 +f^2] How can I compare A and X, element by element so that i will find the values of a,b,c,d,e,f I just cant type A=X it says error and it doesnt compute the values, i need to find the values of the said variables so that the output will show two matrices one is the lower triangular matrix with the values of a,b,c,d,e,f and the other one is its transpose *we are not allowed to use chol function or built-in functions Thank you very much.
  1 件のコメント
Torsten
Torsten 2017 年 12 月 15 日
編集済み: Torsten 2017 年 12 月 15 日
How do you want to generalize your concept for an (nxn)-matrix A for large n ? Do you really want to solve a nonlinear system of equations of size (n^2-n)/2+n = n*(n+1)/2 to make a Cholesky decomposition ? That's overkill.
Best wishes
Torsten.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by