What are the linear operators S and T?

  • MHB
  • Thread starter karush
  • Start date
In summary, the conversation discusses how two linear operators, S and T, can be defined by specific matrices and act on vectors. The operators can be added and multiplied together, and their results can be determined by adding or multiplying the corresponding elements in the matrices. The concept of linear operators allows for simplifications and saves time in calculations.
  • #1
karush
Gold Member
MHB
3,269
5
let $T:\Bbb{R}^2\rightarrow\Bbb{R}^2$ and $S:\Bbb{R}^2\rightarrow\Bbb{R}^2$ be defined by
$S\left[\begin{array}{c}x \\ y \end{array}\right]=\left[\begin{array}{c}3x+y \\ x+2y \end{array}\right],\qquad
T\left[\begin{array}{c}x \\ y \end{array}\right]=\left[\begin{array}{c}2y \\ 3x \end{array}\right]$
Find $S+T, \quad 3S+4T, \quad ST, \quad TS $

so
$S+T=\left[\begin{array}{c}3+1 \\ 1+2 \end{array}\right]
+\left[\begin{array}{c}3+0\\0+2 \end{array}\right]$
on $T$ $R_1 \leftrightarrow R_2$ before procede if ok...
 
Physics news on Phys.org
  • #2
karush said:
let $T:\Bbb{R}^2\rightarrow\Bbb{R}^2$ and $S:\Bbb{R}^2\rightarrow\Bbb{R}^2$ be defined by
$S\left[\begin{array}{c}x \\ y \end{array}\right]=\left[\begin{array}{c}3x+y \\ x+2y \end{array}\right],\qquad
T\left[\begin{array}{c}x \\ y \end{array}\right]=\left[\begin{array}{c}2y \\ 3x \end{array}\right]$
Find $S+T, \quad 3S+4T, \quad ST, \quad TS $

so
$S+T=\left[\begin{array}{c}3+1 \\ 1+2 \end{array}\right]
+\left[\begin{array}{c}3+0\\0+2 \end{array}\right]$
on $T$ $R_1 \leftrightarrow R_2$ before procede if ok...
The problem, as written, is a bit ambiguous.

Are you trying to find \(\displaystyle (S + T) \left [ \begin{matrix} x \\ y \end{matrix} \right ] = \left [ \begin{matrix} 3x + y \\ x + 2y \end{matrix} \right ] + \left [ \begin{matrix} 2y \\ 3x \end{matrix} \right ] \)

or S + T as an operator (which would be a 2 x 2 matrix.)

-Dan
 
  • #3
karush said:
$S+T=\left[\begin{array}{c}3+1 \\ 1+2 \end{array}\right]
+\left[\begin{array}{c}3+0\\0+2 \end{array}\right]$
You can't write $S+T=\ldots$ because $S+T$ is a function and it must accept an argument. $(S+T)\left[\begin{array}{c}x \\ y\end{array}\right]=\ldots$ is OK.
 
  • #4
topsquark said:
The problem, as written, is a bit ambiguous.

Are you trying to find \(\displaystyle (S + T) \left [ \begin{matrix} x \\ y \end{matrix} \right ] = \left [ \begin{matrix} 3x + y \\ x + 2y \end{matrix} \right ] + \left [ \begin{matrix} 2y \\ 3x \end{matrix} \right ] \)

or S + T as an operator (which would be a 2 x 2 matrix.)

-Dan

the first 3 lines was the given problem
possible my notation was off
 
  • #5
Evgeny.Makarov said:
You can't write $S+T=\ldots$ because $S+T$ is a function and it must accept an argument. $(S+T)\left[\;{array}{c}x \\ y\end{array}\right]=\ldots$ is OK.

$(S+T)\left[\begin{array}{c}x \\ y\end{array}\right]
=\left[\begin{array}{c}3+1 \\ 1+2 \end{array}\right]
+\left[\begin{array}{c}3+0\\0+2 \end{array}\right]
=6-0=6$
hopfully
 
  • #6
karush said:
$(S+T)\left[\begin{array}{c}x \\ y\end{array}\right]
=\left[\begin{array}{c}3+1 \\ 1+2 \end{array}\right]
+\left[\begin{array}{c}3+0\\0+2 \end{array}\right]$
So if $f(x)=3x$ and $g(x)=4x$, then $f(x)+g(x)=3+4$? Where did $x$ go? You need simply to add the results of $S$ and $T$ componentwise.
karush said:
$\left[\begin{array}{c}3+1 \\ 1+2 \end{array}\right]
+\left[\begin{array}{c}3+0\\0+2 \end{array}\right]=6-0=6$
An order pair if numbers (a column) can never equal a single number.
 
  • #7
karush said:
so thus
$(S+T)\left[\begin{array}{c}x \\ y\end{array}\right]=
\left[\begin{array}{c}3+1 \\ 1+2 \end{array}\right]
+\left[\begin{array}{c}3+0\\0+2 \end{array}\right]=
\left[\begin{array}{c}6+1\\1+4\end{array}\right]$
Where do the x and y values keep going? You don't have values for them, do you?

Many of your answers are not going to be simple numbers. You are dealing here with operators that act on vectors.

Here, we've already established that (post 2.)
\(\displaystyle (S + T) \left [ \begin{matrix} x \\ y \end{matrix} \right ] = \left [ \begin{matrix} 3x + 3y \\ 4x + 2y \end{matrix} \right ] \)

This is what I suspect the question is getting at... How do you use the operator S + T on a vector \(\displaystyle \left [ \begin{matrix} x \\ y \end{matrix} \right ] \).

Look at the derivation and make sure you understand where things are going wrong. I'm not sure why you are having the problems you are having so please make sure to try deriving this on your own and let us know where things start going kablooey.

-Dan
 
  • #8
i thot matrix only was about coefficients
 
  • #9
karush said:
i thot matrix only was about coefficients
They can be used that way. Would it help if I said that we can construct S?

\(\displaystyle S = \left ( \begin{matrix} 3 & 1 \\ 1 & 2 \end{matrix} \right )\)

So we get
\(\displaystyle S \left [ \begin{matrix} x \\ y \end{matrix} \right ] = \left ( \begin{matrix} 3 & 1 \\ 1 & 2 \end{matrix} \right ) ~ \left [ \begin{matrix} x \\ y \end{matrix} \right ] = \left [ \begin{matrix} 3x + y \\ x + 2y \end{matrix} \right ] \)

We can construct a matrix for T also. But the point of knowing that these are linear operators is that we can often skip deriving the matrix for the operator, which can save a considerable amount of time. That's what you are doing in trying to learn this.

-Dan
 

Related to What are the linear operators S and T?

1. What is the meaning of "11.1 Find S+T, 3S+T, etc"?

This phrase refers to finding the sum of two sets, S and T, and the sum of three times set S and set T.

2. How do I find the sum of two sets, S and T?

To find the sum of two sets, S and T, you simply add each element in set S to each element in set T. For example, if S = {1, 2, 3} and T = {4, 5, 6}, the sum of S and T would be {5, 7, 9}.

3. Can the sets in "11.1 Find S+T, 3S+T, etc" have different numbers of elements?

Yes, the sets can have different numbers of elements. The sum will still be calculated by adding each element in one set to each element in the other set.

4. What is the difference between "11.1 Find S+T" and "11.1 Find 3S+T"?

The difference is in the number of times set S is multiplied by. In "11.1 Find S+T", set S is only added once to set T. In "11.1 Find 3S+T", set S is added three times to set T.

5. Can I use this method to find the sum of more than two sets?

Yes, this method can be extended to find the sum of any number of sets. Simply add each element in each set to the elements in the other sets.

Similar threads

  • Linear and Abstract Algebra
Replies
1
Views
887
  • Linear and Abstract Algebra
Replies
14
Views
1K
  • Linear and Abstract Algebra
Replies
19
Views
2K
  • Linear and Abstract Algebra
Replies
7
Views
988
  • Linear and Abstract Algebra
Replies
3
Views
2K
  • Linear and Abstract Algebra
Replies
5
Views
970
  • Linear and Abstract Algebra
Replies
9
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
4
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
833
Back
Top