matrix square root
- From: "Jeremy Watts" <jwatts1970@xxxxxxxxxxx>
- Date: 12 Jan 2006 01:14:48 -0800
I know that the square root of a matrix can be found by firstly
performing an eigen decomposition , so that the matrix appears in the
form A = PDP^ -1 , and then from this, the square root of A is given
by
PD^1/2 P^ -1
But what if the matrix cannot be diagonalised? Can the square root of
a matrix be found in this instance?
.
- Follow-Ups:
- Re: matrix square root
- From: Robert Israel
- Re: matrix square root
- From: Georg Baum
- Re: matrix square root
- Prev by Date: Re: request for algorithm
- Next by Date: Re: matrix square root
- Previous by thread: strange non-linear 7x7 equation
- Next by thread: Re: matrix square root
- Index(es):
Relevant Pages
|