Re: Matrix inversion using Cholesky factorization



John D'Errico wrote:


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

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.
.



Relevant Pages

  • Re: Linear system resolution: cholesky factor vs iterative method
    ... Thank you for the answer and the references. ... standard number of necessary iterations? ... >My first reflex was thus to use Cholesky factorization, ...
    (sci.math.num-analysis)
  • Re: Choleski Decomposition
    ... >> My understanding is that the Cholesky decomposition is a special case ... >> it is not SPD though, the maxtrix does not have a Cholesky ... >> factorization, and this would be why Matlab is complaining. ... > be small negative eigenvalues on the order of eps. ...
    (comp.soft-sys.matlab)
  • Re: Matrix inversion using Cholesky factorization
    ... How would one go about inverting a matrix using cholesky ... factorization in matlab? ... problem than with an explicit inverse. ... Cholesky factorization in the first ...
    (comp.soft-sys.matlab)
  • Matrix inversion using Cholesky factorization
    ... How would one go about inverting a matrix using cholesky ... factorization in matlab? ...
    (comp.soft-sys.matlab)
  • Symbolic factorization
    ... I am working on a sparse matrix Cholesky factorization program. ... knowledge, to solve such system, one would need to reorder to matrix to ... whichever ordering method you use? ...
    (sci.math.symbolic)