Cholesky Decompositon Need X values

1 visualización (últimos 30 días)
Chayse Marmo
Chayse Marmo el 5 de Nov. de 2020
Respondida: Anshika Chaurasia el 11 de Nov. de 2020
  1. Write a MATLAB User Function for that solves system of equations using Cholesky’s Decomposition.
Need help getting the x values..

Respuestas (1)

Anshika Chaurasia
Anshika Chaurasia el 11 de Nov. de 2020
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.

Categorías

Más información sobre Linear Algebra en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by