Re: Matrix inversion using Cholesky factorization
- From: "Mike Pierce" <michael.pierce@xxxxxxxxxxxx>
- Date: Wed, 16 Aug 2006 11:23:47 -0400
John D'Errico wrote:
using
Mike Pierce wrote:
How would one go about inverting a matrix using cholesky
factorization in matlab?
If this is an insanly simple operation and I just failed at
muchthe
help menu and google, a push in the right direction would be
appreciated.
Why do you wish to compute the inverse?
What will you do with it?
The reason I'm asking is much of the time
there will be better ways to solve your
problem than with an explicit inverse.
You may not even need to compute the
Cholesky factorization in the first
place.
John
I do infact need to simply take the inverse, the application is in
signal processing, but I just need to make sure cholesky method is
both faster than gaussian, and as stable.
.
- Follow-Ups:
- Re: Matrix inversion using Cholesky factorization
- From: John D'Errico
- Re: Matrix inversion using Cholesky factorization
- References:
- Matrix inversion using Cholesky factorization
- From: Mike Pierce
- Matrix inversion using Cholesky factorization
- Prev by Date: Re: Matrix inversion using Cholesky factorization
- Next by Date: Pass data from one function to another
- Previous by thread: Re: Matrix inversion using Cholesky factorization
- Next by thread: Re: Matrix inversion using Cholesky factorization
- Index(es):
Relevant Pages
|