"T(a+bx+cx^2)=2b+3cx+(a-b)x^2"
It should satisfy
"(i)T(u+v)=T(u)+T(v)"
"(ii)T(mu)=mT(u)"
"u=f+ex+dx^2;v=i+hx+gx^2"
"(i)T(u+v)=T((i+f)+(e+h)x+(d+g)x^2)"
"=2(e+h)+3(d+g)x+(i+f-c-h)x^2"
"=[2e+3dx+(f-e)x^2]+[2h+3gx+(i-h)x^2]"
"=T(u)+T(v)"
"(ii)T(mu)=T(mf+mex+mdx^2)"
"=2me+3mdx+(mf-me)x^2"
"=m(2e+3dx+(f-e)x^2)"
"=mT(u)"
So,T is a linear Transformation.
"B_1=({x^2,x^2+x,x^2+x+1})"
"T(x^2)=3x=3(x^2+x)-3(x^2)+0.(x^2+x+1)"
"T(x^2+x)=2+3x-x^2=(-4).x^2+1.(x^2+x)+2.(x^2+x+1)"
"T(x^2+x+1)=2+3x=(-3).x^2+1.(x^2+x)+2.(x^2+x+1)"
The coefficient of T(x2) is "\\begin{pmatrix}\n -3 \\\\\n 3\\\\\n0\n\\end{pmatrix}"
The coefficient of T(x2+x) is "\\begin{pmatrix}\n -4 \\\\\n 1\\\\\n2\n\\end{pmatrix}"
The coefficient of T(x2+x+1) is "\\begin{pmatrix}\n -3 \\\\\n 1\\\\\n2\n\\end{pmatrix}"
So the matrix is "\\begin{bmatrix}\n -3& -4 &-3\\\\\n 3 & 1&1\\\\\n0&2&2\n\\end{bmatrix}"
"B_2=(1,x,x^2)"
"T(1)=x^2"
"T(x)=2-x^2"
"T(x^2)=3x"
The coefficient of T(1) is "\\begin{pmatrix}\n 0 \\\\\n 0\\\\\n1\n\\end{pmatrix}"
The coefficient of T(x) is "\\begin{pmatrix}\n 2 \\\\\n 0\\\\\n-1\n\\end{pmatrix}"
The coefficient of T(x2) is "\\begin{pmatrix}\n 0 \\\\\n 3\\\\\n0\n\\end{pmatrix}"
So,the matrix is "\\begin{bmatrix}\n 0 & 2 &0\\\\\n 0 & 0&3\\\\\n1&-1&0\n\\end{bmatrix}"
Ker T={v: "T(v)=0" }
"2b+3cx+(a-b)x^2=0"
"2b=0;3c=0;(a-b)=0"
"b=0,c=0,a=b=0"
"a=b=c=0"
So,v=0
Ker T={0}
Comments
Leave a comment