Two arrays are considered to be equal when the result of one array subtracted from the other is an array of zeros. In the script file, create the MATLAB commands to prove the following relationships (use arrays that you makeup yourself):
- A x B = - B x A (using cross product)
- C . D = D . C (using dot product)
E(FG) = (EF)G (using matrix multiplication of square arrays)