Cholesky Decompositon Need X values
2 ビュー (過去 30 日間)
古いコメントを表示
- Write a MATLAB User Function for that solves system of equations using Cholesky’s Decomposition.

Need help getting the x values..
0 件のコメント
回答 (1 件)
Anshika Chaurasia
2020 年 11 月 11 日
Hi Chayse,
It is my understanding that you want to solve a system of linear equation A*x = b using Choleskey decomposition.
You can solve A*x = b as shown below:
x = A\b;
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!