Understanding [T]_gamma and Its Purpose in Linear Transformations

In summary: Not sure what you're asking for.In summary, the person is looking for information on what the gamma basis is and why it is needed. They understand that it is needed to calculate the matrix representing a linear transformation, but don't know what the gamma basis is.
  • #1
DhineshKumar
5
0
let's consider we have a linear transformation T: R^2->R^3 and alpha={ordered basis of R^2} and beta{ordered basis of R^3} and gama={v1,v2}, v1=(1,-1),v2=(2,-5). now I need to find [T]_gama(associated matrix)? When i read about it, i understood it as, first we have to find transformation of each of the vectors from gama, [T(v1) , T(v2)] and write T(v1),T(v2) as linear combination of gamma vectors. The coeff. written in column would give me [T]_gamma.

I want to know whether what i have understood is right or wrong? and moreover i want to know why we need different forms [T]_(alpha/beta/gama) ?
 
Physics news on Phys.org
  • #2
The matrix for the transformation, with respect to the ##\alpha## and ##\beta ## bases, will have two columns, each with three elements.
The elements of the first column will be the coordinates of ##Tv_1##, in the ##\beta## basis.
The elements of the 2nd column will be the coordinates of ##Tv_2##, in the ##\beta## basis.
where ##v_1## and ##v_2## are the two vectors in the ##\alpha## basis.
I don't know what the ##\gamma## basis is that you're referring to, though. Only two bases are needed.
 
  • #3
Yes, to find the matrix representing a linear transformation from one vector space to another, apply the linear transformation to each basis vector in some ordered basis, then write the result as a linear combination of basis vectors in the other space. That will give a column of the matrix representation. As for "why we need different forms", linear transformations apply to vectors while matrices apply to arrays of numbers. You need to connect one with the other and bases allow you to do that.

For example, suppose our linear transformation maps (x, y), in [itex]R^2[/itex] to (x- y, x+ y, y) in [itex]R^3[/itex]. The "usual basis" for [itex]R^2[/itex] is {u1, u2}= {(1, 0), (0, 1)} and the "usual basis" for [itex]R^3[/itex] is {v1, v2, v3}= {(1, 0, 0), (0, 1, 0), (0, 0, 1)}. Apply the linear transformation to u1= (1, 0) gives (1- 0, 1+ 0, 0)= (1, 0, 0)= 1(1, 0, 0)+ 0(0, 1, 0)+ 0(0, 0, 1)= 1v_1+ 1v_2+ 0v3 so the first column of the matrix is [itex]\begin{bmatrix}1 \\ 0 \\ 0 \end{bmatrix}[/itex]. Applying it to u2= (0, 1) gives (0- 1, 0+ 1, 1)= (-1, 1, 1)= -1(1, 0, 0)+ 1(0, 1, 0)+ 1(0, 0, 1)= -1v1+ 1v2+ 1v3 so the second column is [itex]\begin{bmatrix} -1 \\ 1 \\ 1\end{bmatrix}[/itex]. The matrix corresponding to the linear transformation is [itex]\begin{bmatrix} 1 & -1 \\ 1 & 1 \\ 0 & 1\end{bmatrix}[/itex].
You can check that [itex]\begin{bmatrix}1 & -1 \\ 1 & 1 \\ 0 & 1 \end{bmatrix}\begin{bmatrix}x \\ y \end{bmatrix}= \begin{bmatrix}x- y \\ x+ y \\ y \end{bmatrix}[/itex]

Another basis for [itex]R^3[/itex] would be {(1, 1, 0), (1, -1, 0), (0, 0, 1)}, Applying the given linear transformation to (1, 0) and (0, 1) as before, we again get (1, 1, 0) and (-1, 1, 1). But now we want to find a, b, and c so that (1, 1, 0)= a(1, 1, 0)+ b(1, -1, 0)+ c(0, 0, 1). That gives the three equations a+ b= 1, a- b= 1, c= 0. Adding the first two equations 2a= 2 so a= 1 and then b= 0. (1, 0, 0)= 1(1, 1, 0)+ 0(1, -1, 0)+ 0(0, 0, 1). The first column is [itex]\begin{bmatrix}1 \\ 0 \\ 0 \end{bmatrix}[/itex].

Applying the given linear transformation to (0, 1) we get, as before, (-1, 1, 1) and want to find a, b, and c such that (-1, 1, 1)= a(1, 1, 0)+ b(1, -1, 0)+ c(0, 0, 1). That gives the three equations a+ b= -1, a- b= 1, c= 1. Adding the first two equations 2a= 0 so a= 0 and b= -1. c= 1. The second column is [itex]\begin{bmatrix}0 \\ -1 \\ 1 \end{bmatrix}[/itex].

The matrix is [itex]\begin{bmatrix}1 & 0 \\ 0 & -1 \\ 0 & 1\end{bmatrix}[/itex].
 
  • #4
Thank you so much @Hallsoflvy for your explanation.
 
  • #5
@andrewkirk gamma bases are separate bases that I define other than standard canonical bases. And it has vectors that I've mentioned in the question.
 

1. What is [T]_gamma?

[T]_gamma is a symbol used in physics and mathematics to represent the gamma function. It is a special function that is defined as the extension of the factorial function to complex and real numbers.

2. How is [T]_gamma calculated?

The gamma function [T]_gamma can be calculated using various methods, such as the Lanczos approximation, the Stirling's approximation, or by using numerical integration techniques. The specific method used will depend on the specific values and precision required.

3. What does [T]_gamma signify in scientific research?

In scientific research, [T]_gamma is often used in mathematical and statistical analyses. It has various applications in fields such as physics, engineering, and economics. It is commonly used to solve problems involving growth and decay, such as in radioactive decay or population growth.

4. What are the properties of [T]_gamma?

The gamma function [T]_gamma has many properties that make it a useful tool in mathematical and scientific research. Some of these properties include the ability to extend the factorial function to real and complex numbers, its relationship to the beta function, and its connections to other special functions such as the zeta function and the error function.

5. Can [T]_gamma be negative?

No, [T]_gamma is defined only for positive real numbers and complex numbers with positive real parts. It is not defined for negative numbers or zero. However, it can take on complex values for some non-positive real numbers.

Similar threads

  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
6
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
736
  • Linear and Abstract Algebra
Replies
10
Views
1K
Replies
27
Views
1K
  • Linear and Abstract Algebra
Replies
6
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
887
  • Linear and Abstract Algebra
Replies
6
Views
1K
  • Linear and Abstract Algebra
2
Replies
59
Views
8K
Back
Top