Matrix Transforms: nxm, n->m, m->n, n+m->n/m

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Imiebee
Messages
1
Reaction score
0
A matrix of dimension nxm
a. transforms a vector of dimension n to a vector of dimension m
b. transforms a vector of dimension m to a vector of dimension n
c. a vector of dimension n+m to a vector of dimension m
d. a vector of dimension n+m to a vector of dimension n
 
Physics news on Phys.org
Matrix multiplication (note that a vector is just an m x 1 matrix)

(n x m) X (m x k) => (n x k)

See if you can figure it out now.
 
Imiebee said:
A matrix of dimension nxm
So which is the number of rows and which is the number of columns?

a. transforms a vector of dimension n to a vector of dimension m
b. transforms a vector of dimension m to a vector of dimension n
c. a vector of dimension n+m to a vector of dimension m
d. a vector of dimension n+m to a vector of dimension n