Re: Matrix inversion using Cholesky factorization
- From: "John D'Errico" <woodchips@xxxxxxxxxxxxxxxx>
- Date: Wed, 16 Aug 2006 11:11:43 -0400
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 using
the
help menu and google, a push in the right direction would be much
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
.
- References:
- Matrix inversion using Cholesky factorization
- From: Mike Pierce
- Matrix inversion using Cholesky factorization
- Prev by Date: Re: How to send/read a double value as 8 uint8 bytes
- Next by Date: Re: Matrix inversion using Cholesky factorization
- Previous by thread: Re: Matrix inversion using Cholesky factorization
- Next by thread: Re: Matrix inversion using Cholesky factorization
- Index(es):
Relevant Pages
|