Linear algebra and matrix operations: correct me if im wrong

tandoorichicken
Messages
245
Reaction score
0
as far as intro linear algebra is concerned, there's no such thing as matrix division and its not valid to say that for a linear transformation T(x) and its standard matrix A,

A = \frac{T(\vec{x})}{\vec{x}}

just because T(\vec{x}) = A\vec{x}


Am I right?
 
Physics news on Phys.org
It's been awhile since I've done linear algebra, but this seems like more of a semantic question than anything else. Division is simply multiplication by the inverse. (My LaTEX skills also stink, so I'll have to do this in words.) It may be more correct to say

A = T(x)*inv(x) than A = T(x)/x,

but I think you'd be in the right to say that's division. It assumes, of course, that the inverse of x exists - but if it doesn't, you couldn't divide by it anyway.

Your professor may have other opinions than mine - I'd suggest you ask her.
 
tandoorichicken said:
as far as intro linear algebra is concerned, there's no such thing as matrix division and its not valid to say that for a linear transformation T(x) and its standard matrix A,
A = \frac{T(\vec{x})}{\vec{x}}
just because T(\vec{x}) = A\vec{x}
Am I right?

Actually, there IS such a thing as "matrix division" if the matrix has an inverse- multiply by the inverse matrix.

There is, however, no such thing as "vector division" which is what your second question is about. It certainly would make no sense to write what you have above.
 
HallsofIvy said:
It certainly would make no sense to write what you have above.


Thanks. I didn't think so.
 
If Ax = T(x), and x has a right inverse y (a matrix such that xy is the identity matrix with the same number of rows as x), then:

Axy = T(x)y
A = T(x)y

If you want to denote right multiplication by the right inverse of x as division by x, you can do so, but this only makes sense when x has a right inverse, and when the number of columns of whatever you're dividing has the same number of rows as the right inverse of x. If x is a column vector, it won't have a right inverse unless it is a 1x1 non-zero matrix.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top