Cholesky Decompositon Need X values

조회 수: 1 (최근 30일)
Chayse Marmo
Chayse Marmo 2020년 11월 5일
답변: Anshika Chaurasia 2020년 11월 11일
  1. Write a MATLAB User Function for that solves system of equations using Cholesky’s Decomposition.
Need help getting the x values..

답변 (1개)

Anshika Chaurasia
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;
Refer to mldivide documentation for more information on solving systems of linear equations.

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by