User Portlet User Portlet

Discussions
Hello guys. I need a bit of a help here. I can't figure out the initialization for R3 Linear Transformation. Can anyone check it and help me? I can't find my mistakes. I uploaded the file in attachments. Sorry about the Cyrilic font, they go as...
I have 3D cube and I need to do linear transformation on it: rotation by 45 degrees, Reflection in the x2-axis, A Contraction, A Dilation, A Vertical Expansion, A Shear. vtc = {{0, 0}, {1, 0}, {1, 1}, {0, 1}};(VertexTextureCoordinates)...
Hello guys, I've been trying to solve a linear transformation of R^3 in wolfram mathematica, but i find it difficult to initialize the transformation. Here is the code that i've been trying but it doesn't work. Any suggestions? ...