Matrix Transformations

-2-1012
212345
1678910
01112131415
-11617181920
-22122232425

Select Transform



Identity : No Transformation
Transform Matrix:
10
01

for each cell in matrix(x,y)
{ x' = 1 * x + 0 * y
y' = 0 * x + 1 * y
new_matrix(x',y') = matrix(x,y)
}

-2-1012
212345
1678910
01112131415
-11617181920
-22122232425