Find n and m values of a linear Transformation if given a matrix A

dcarmichael
Messages
17
Reaction score
2
Homework Statement
The linear transformation T: R^n---> R^m is defined by T(v)=Av. Find the values of n and m if A is the following matrix. How do i find n and m values?
Relevant Equations
T(v)=Av
20191028_164735 (1).jpg
 
Physics news on Phys.org
dcarmichael said:
Homework Statement: The linear transformation T: R^n---> R^m is defined by T(v)=Av. Find the values of n and m if A is the following matrix. How do i find n and m values?
Homework Equations: T(v)=Av

View attachment 251993
For a matrix product Ax, where A is an m X n matrix (m rows and n columns) and x is an n X 1 matrix (a column vector), the product will be an m X 1 vector. In the problem, it's given that ##T:\mathbb R^n \to \mathbb R^m##, so x has to belong to which of these spaces, and T(x) has to belong to which of these spaces?
BTW, your doodling on the paper in the image doesn't come anywhere close to the answers to problem 2.
 
Mark44 said:
For a matrix product Ax, where A is an m X n matrix (m rows and n columns) and x is an n X 1 matrix (a column vector), the product will be an m X 1 vector. In the problem, it's given that ##T:\mathbb R^n \to \mathbb R^m##, so x has to belong to which of these spaces, and T(x) has to belong to which of these spaces?
BTW, your doodling on the paper in the image doesn't come anywhere close to the answers to problem 2.
x Has to belong to Rn and T(x) must belong to Rm
 
Why don't you try some random matrices with different sizes and see what happens? Experimenting, and then learning from what doesn't work can help you derive how to solve problems of this type.
 
dcarmichael said:
x Has to belong to Rn and T(x) must belong to Rm
Right.
In problem 2b of the image you posted, it has ##A = \begin{bmatrix} 3 & 1 \\ 0 & 5 \\ 4 & 2\end{bmatrix}##, and A is a 3 X 2 matrix (m = 3, n = 2). Above it you wrote m = 3 and n = 1, which isn't correct. If x is a column matrix to the right of A, it needs to be <how big?> X 1? The number you get here is the dimension of the domain space.

And the result vector needs to be <how big?> X 1? The number here will be the dimension of the range space.
 
Mark44 said:
Right.
In problem 2b of the image you posted, it has ##A = \begin{bmatrix} 3 & 1 \\ 0 & 5 \\ 4 & 2\end{bmatrix}##, and A is a 3 X 2 matrix (m = 3, n = 2). Above it you wrote m = 3 and n = 1, which isn't correct. If x is a column matrix to the right of A, it needs to be <how big?> X 1? The number you get here is the dimension of the domain space.

And the result vector needs to be <how big?> X 1? The number here will be the dimension of the range space.
And x must be a vector of nx1 which will result in a 3x1 matrix in b so its going from R^2 from 3 to R^3
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top