Linear Operator Matrix for T Defined by Formula | Example Included

AI Thread Summary
The discussion focuses on finding the standard matrix for the linear operator T defined by T(x1, x2, x3) = (x1 + 2x2 + x3, x1 + 5x2, x3). The proposed matrix is T = [[1, 2, 1], [1, 5, 0], [0, 0, 1]]. A suggestion is made to verify the matrix by multiplying it with the vector (x1, x2, x3)^t to confirm it yields the original transformation. Additionally, it is noted that the matrix should be labeled differently from the transformation to avoid confusion. This discussion emphasizes the importance of correctly identifying and naming matrices in linear transformations.
Damascus Road
Messages
117
Reaction score
0
Greetings,
can someone check if I'm doing this correctly?

I have to find the standard matrix for the linear operator T defined by the formula.

For example,

T(x1,x2,x3) = (x1 + 2x2 + x3, x1+ 5x2, x3)

Is the matrix I want just simply,

T =
1 2 1
1 5 0
0 0 1

I'm basing this on an example in my text, thanks in advance!
 
Physics news on Phys.org
Try it and see. Multiply A(x1, x2, x3)^t and see if you get (x1 + 2x2 + x3, x1 + 5x2, x3)^t.

BTW, you might notice that I renamed your matrix as A. The matrix of a transformation is different from the tranformation itself, so you shouldn't have the same name for both.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top