Symmetry of solids/Topic 2/Excel exercise
From WolfWikis
Excel is a wonderful medium to demonstrate translation matrices in. Excel has a full set of matrix functions like MMULT, TRANSPOSE, MINVERSE etc. They are array functions. This means you must
- first select an appropriate range for the matrix to be,
- then type the array function
- and finally enter it using Ctrl+Shift+Enter
Let us calculate T2
- open a blank sheet
- write the elements of the T matrix in the range A1:D4
- select the range A5:D9 and type =MMULT(a1:d4,a1:d4). Enter it with Ctrl+Shift+Enter.
To calculate the inverse of T
- select A11:D14
- type =MINVERSE(a1:d4) and do Ctrl+Shift+Enter
Back to Symmetry of solids/Topic 2