Rotate image (square matrix) by 90 deg
Tue, 06 May 2025
let h be the height of the triangle and b be the base as shown below:

Area of the above triangle, A = (b * h)/2
If height is increased 4 times and the base is reduced to half, then
new height = 4h
new base = b/2
new area = ((b/2) * (4h) )/2 = 2 * ( (b*h)/2) = 2.A
Hence, the area becomes double.
Tue, 06 May 2025
Tue, 06 May 2025
Tue, 06 May 2025
Leave a comment