Re: The dimension of fixed space of a matrix



Gvnaena Pura <tianran.chen@xxxxxxxxx> writes:

I'm wondering if there is an easy way for knowing the dimension of the
fixed subspace of a matrix, when it act on a vector space. Here, by
the fixed subspace, what I mean is the subspace W such that Mx = x for
all x in W where M is the matrix in question. It is also the kernel
of the map (I-M), where I is the identity. (maybe there is a formal
for this, but I don't know). Thanks in advance.

So if M is n x n, you want n - rank(M-I). To actually find it numerically,
use Gaussian elimination or singular value decomposition.
--
Robert Israel israel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Department of Mathematics http://www.math.ubc.ca/~israel
University of British Columbia Vancouver, BC, Canada
.



Relevant Pages