- #1
Maxwhale
- 35
- 0
Homework Statement
Determine if the following T is linear tranformation, and give the domain and range of T:
T(x,y) = (x + y2, [tex]\sqrt[3]{xy}[/tex] )
Homework Equations
T ( u + v) = T(u) + T(v)
T(ru) = rT(u)
The Attempt at a Solution
1)
let u = (x1, x2);
T(ru ) = T(rx1, rx2)
T(ru )= r(x + y2) , r([tex]\sqrt[3]{xy}[/tex] )
T(ru ) = r(x + y2 , [tex]\sqrt[3]{xy}[/tex] )
so it suffices the first condition, right?
2)
let u = (x1, y1) and let v = (y1, y2);
T ( u + v ) = T ( x1 + y1, x2 + y2)
T ( u + v ) = Here I am confused with the term ( x + y2)
T ( u + v )
Any help please !