Matrix algebra
- From: "saneman" <asd@xxxxxx>
- Date: Thu, 29 May 2008 23:00:59 +0200
I am currenly reading about the fisher linera discriminant (Bishop pattern
recognition p 189 ) . w is an optimal projection vector that is esitmated
by:
w = inv(Sw)*(m1-m2)
Sw is a n*n covarians matrix and m1, m2 are mean 1*n (row) vectors. But how
is that product legal? As I understand matrix/vector products are only
allowed if they respect:
(m*n) * (n*k) = m*k
but w is on the form:
(n*n) * (1*n)
which is illegal.
.
- Follow-Ups:
- Re: Matrix algebra
- From: Gerry Myerson
- Re: Matrix algebra
- Prev by Date: question about Euler's equation
- Next by Date: Re: question about Euler's equation
- Previous by thread: question about Euler's equation
- Next by thread: Re: Matrix algebra
- Index(es):