Scaling is the most basic linear transformation, where a vector is stretched or shrunk.
Scaling changes the magnitude (length) of a vector, not its direction.
🗣 Hinglish Tip:
Scaling = vector ko bada ya chhota karna, direction same rehta hai
Scaling in 1D
Formula
For a scalar k and vector x:
T(x)=kx
Example
Given:
x=5,k=3
T(x)=3x5=15
Scaling in 2D (Vector Form)
Vector Representation
v=[xy]
Scaling Formula
T(v)=[k00k][xy]=[kxky]
Example (Step-wise)
Given:
v=[23],k=2
Component
Calculation
Result
x
2 x 2
4
y
3 x 2
6
Resultant vector:
v′=[46]
Scaling with Different Factors (Non-uniform Scaling)