Can This Matrix Represent a Linear Transformation?

seansrk
Messages
3
Reaction score
0
Question about linear transformations if you have a matrix such as

| 5 6 9 |
| 5 0 3 |
| 9 -3 -7 |

Can it be a matrix transformation? Or does it have to follow the identity matrix?
Can be a transformation and the "y" transformation being just makes the it flat on the y axis? or does it have to be a form of the identity matrix?

Or am I totally misunderstanding this?
 
Physics news on Phys.org
A matrix is a linear transformation expressed with respect to a basis for the source space and the target space.

Given a linear transformation T:\mathbb{F}^n \to \mathbb{F}^m, the corresponding matrix written with respect to a basis \alpha for the source space and a basis \beta for the target space is as follows:

<br /> \left[<br /> \begin{array}{cccc}<br /> [T(\alpha_1)]_\beta &amp; [T(\alpha_2)]_\beta &amp; ... &amp; [T(\alpha_n)]_\beta<br /> \end{array}<br /> \right]<br />

The theory behind this is as follows. Since any vector in a given vector space can be expressed as a linear combination of a set of basis vectors for that vector space, we need only transform an arbitrary basis to capture the transformation.

Given some vector v \in \mathbb{F}^n and a basis \alpha we can write v = a_1\alpha_1 + a_2\alpha_2 + ... + a_n\alpha_n. Then v transformed is as follows

<br /> \begin{eqnarray*}<br /> T(v) &amp;=&amp; T(a_1\alpha_1 + a_2\alpha_2 + ... + a_n\alpha_n) \\<br /> &amp;=&amp; T(a_1\alpha_1) + T(a_2\alpha_2) + ... + T(a_n\alpha_n) \\<br /> &amp;=&amp; a_1T(\alpha_1) + a_2T(\alpha_2) + ... + a_nT(\alpha_n) <br /> \end{eqnarray*}<br />
 
seansrk said:
Question about linear transformations if you have a matrix such as

| 5 6 9 |
| 5 0 3 |
| 9 -3 -7 |

Can it be a matrix transformation? Or does it have to follow the identity matrix?
Can be a transformation and the "y" transformation being just makes the it flat on the y axis? or does it have to be a form of the identity matrix?

Or am I totally misunderstanding this?
I don't understand your questions. I don't know what you mean by "follow the identity matrix" or "a form of the identity matrix". Also, how do you define "matrix transformation" if you don't mean "a function defined by a matrix"?
 
Any m by n matrix is a linear transformation from R^m to R^n.

What you have given is a perfectly good linear transformation- although the way you have written it, with the "straight" vertical sides, makes it look more like a determinant than a matrix!

The matrix you give represents the linear transformation that maps a vector, a\vec{i}+ b\vec{j}+ c\vec{k}into a(5\vec{i}+ 5\vec{j}+ 9\vec{k})+ b(6\vec{i}- 3\vec{k})+ c(9\vec{i}+ 3\vec{j}- 7\vec{kl})= (5a+ 6b+ 9c)\vec{i}+ (5a+ 3b)\vec{i}+ (9a- 3b- 7c)\vec{k}.&lt;br /&gt; &lt;br /&gt; I wonder if you aren&amp;#039;t confusing &amp;quot;matrix&amp;quot;, in general, with &amp;quot;invertible matrix&amp;quot;.
 
Last edited by a moderator:
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top