Notation reminder, taaki yahan kuch bhi surprise na ho:
[v]B ka matlab hai "woh numbers ki list jo tum basis vectors of B se multiply karte ho v banane ke liye."
Agar B={b1,b2} aur v=3b1−2b2 ho, toh [v]B=(−23).
[T]CB ka matlab hai "woh table jo input ke B-coordinates ko output ke C-coordinates mein convert karta hai." Ise right-to-left padho: neeche ka label B woh hai jo andar jaata hai, upar ka label C woh hai jo bahar aata hai.
e1,e2,… standard basis arrows hain: e1=(1,0,…), e2=(0,1,0,…), wagera.
KYA karte hain: har standard basis arrow ko T se hit karo, coordinates padho.
T(e1)=2(1,0)=(2,0) → pehla column (02).
T(e2)=2(0,1)=(0,2) → doosra column (20).
KYUN: har column pakadta hai ki ek basis vector kahan jaata hai (mnemonic "Columns Catch
Outputs in C"). Yahan C standard basis hai, isliye output already apne coordinates mein hai.
[T]=(2002).
Recall Solution 1.2
Size: 3×3 (teen-dimensional in, teen-dimensional out).
T(e1)=(1,0,0) → column (1,0,0)⊤.
T(e2)=(0,1,0) → column (0,1,0)⊤.
T(e3)=(0,0,0) → column (0,0,0)⊤. Zero kyun?z-axis flat ho jaata hai.
[T]=100010000.
Teesra column poora zero hona ek degenerate direction ki pehchaan hai — dekho
Kernel and image: woh column zero hona matlab hai ki e3 kernel mein rehta hai.
Recall Solution 1.3
Columns ko wapas padho — woh batate hain ki basis arrows kahan land karte hain.
Column 1 = (10): toh T(e1)=(0,1). Right dikhne wala arrow ab upar dikhta hai.
Column 2 = (01): toh T(e2)=(1,0). Upar dikhne wala arrow ab right dikhta hai.
Right ↔ up swap ka matlab hai har point (x,y) jaata hai (y,x) par: yeh ==reflection across
the line y=x== hai. ✓
180° turn har arrow ko uske exact opposite par bhejta hai: (x,y)↦(−x,−y).
T(e1)=(−1,0) → column (−1,0)⊤.
T(e2)=(0,−1) → column (0,−1)⊤.
[T]=(−100−1).Verify:[T](−34)=(3−4), aur actually (4,−3) ko origin se flip karein
toh (−4,3) milta hai. ✓
Recall Solution 2.2
Ab output basis poori {1,x,x2} hai, isliye har column mein teen entries hain.
T(1)=0 → (0,0,0)⊤.
T(x)=1=1⋅1 → (1,0,0)⊤.
T(x2)=2x=2⋅x → (0,2,0)⊤.
[T]=000100020.Apply:[p]B=(7,2,5)⊤, toh [T][p]B=(2,10,0)⊤, yani 2+10x. Aur
p′=2+10x. ✓ Note karo ki bottom row poori zeros hai: derivative kabhi x2
term produce nahi kar sakta, isliye woh us basis direction ko hit nahi kar sakta — yeh Rank and nullity ka preview hai.
T(1,1)=(1+2,1)=(3,1). (3,1)=a(1,0)+b(1,1) likho: doosra slot deta hai b=1, phir
a+1=3⇒a=2. → column (2,1)⊤.
[T]B′=(1021).Surprise: yeh same matrix hai! KYUN:b1′=(1,0)=e1 shear ki fixed direction ke saath hai, aur shear b2′ ko exactly ek copy of b1′ se move karta hai — naya basis jo geometry measure karta hai woh purane se match ho jaata hai. Yeh Change of basis formula
P−1AP hai jo same matrix par land karta hai kyunki P is particular A ke saath commute karta hai.
T(e1)=2e1. B′ mein yeh 2⋅(doosra B′ vector) hai →
column (0,2)⊤.
[T]B′=(3002).
Basis reorder karne se bas diagonal entries swap ho jaati hain. Exactly yahi
Eigenvalues and diagonalization use karta hai: jab basis eigenvectors se bani ho, toh
matrix diagonal hoti hai aur entries stretch factors (eigenvalues) hote hain.
Derivative apply karo, phir har answer ko C mein express karo solve karke.
T(1)=0=0⋅1+0⋅(1+x) → column (0,0)⊤.
T(1+x)=1. 1=a⋅1+b⋅(1+x) likho: x-term match karo b=0, phir constant a=1.
→ column (1,0)⊤.
T(1+x+x2)=1+2x. 1+2x=a⋅1+b(1+x) likho: x-term match karo b=2, phir constant
a+b=1⇒a=−1. → column (−1,2)⊤.
[T]CB=(0010−12).Sanity test.p=1+x+x2 lo; iske B-coords hain (0,0,1)⊤ (yeh teesra basis
vector hai). Toh [T]CB(0,0,1)⊤=(−1,2)⊤, yani −1⋅1+2⋅(1+x)=1+2x. Aur
directly p′=(1+x+x2)′=1+2x. ✓
Recall Solution 4.2
Diye gaye vectors {(1,2),(0,1)} ek basis banate hain, isliye yeh data T determine karta hai. Lekin hum matrix standard basis mein chahte hain, isliye humein T(e1) aur T(e2) chahiye.
Plane ka unit normal hai n=31(1,1,1). Plane par projection n ke saath wala component hata deta hai:
T(v)=v−(v⋅n)n=v−3(v⋅(1,1,1))(1,1,1).Normal part kyun subtract karte hain? plane se n ke saath jo kuch baahar niklata hai wahi exactly woh shadow hai jo remove ho raha hai; baaki plane mein flat rehta hai.
T(e1)=(1,0,0)−31(1,1,1)=(32,−31,−31).
T(e2)=(0,1,0)−31(1,1,1)=(−31,32,−31).
T(e3)=(0,0,1)−31(1,1,1)=(−31,−31,32).
[T]=312−1−1−12−1−1−12.(b) Image poora plane hai (2-dimensional), isliye rank =2. Normal (1,1,1) ke saath sab kuch 0 par collapse ho jaata hai, isliye kernel line hai jo (1,1,1) se span hoti hai,
nullity =1. Check: [T](1,1,1)⊤=31(0,0,0)⊤=0 ✓, aur rank + nullity
=2+1=3=dimR3, yeh Rank and nullity theorem hai. Dekho Kernel and image.
Recall Solution 5.2
(a)T ko har basis vector par apply karo.
T(1)=1+0=1 → column (1,0,0)⊤.
T(x)=x+1=1+x → column (1,1,0)⊤.
T(x2)=x2+2x → column (0,2,1)⊤.
[T]=100110021.(b) Yeh upper-triangular hai aur sari diagonal entries 1 hain, isliye det=1=0: invertible.
Invert karo (triangular system back-substitute karo):
[T]−1=100−1102−21.Check:[T][T]−1=I. Ek map ki tarah, T−1(p)=p−p′+p′′ (ek finite version
∑(−1)kp(k) ka, jo terminate ho jaata hai kyunki P2 par teesre aur usse upar ke derivatives zero hain). Quick test: T−1(x2) ke coords [T]−1(0,0,1)⊤=(2,−2,1)⊤ hain, yani
2−2x+x2; T apply karo: (2−2x+x2)+(−2+2x)=x2 ✓.
Recall Self-check: har problem ke peeche ek-line recipe
[T]CB banane ke liye ::: B ke har vector par T apply karo, har output ko basis C mein likho, aur un coordinate lists ko columns banao.
T:V→W ke liye matrix size ::: dimW rows aur dimV columns.
[T] kab invertible nahi hota ::: exactly jab T ka nonzero kernel ho (koi direction 0 par map ho), yani equivalently det=0.