In This Exercise You Will Be Given Two Matrices A And B You Will Writea Set Of C
In this exercise, you will be given two matrices A and B. You will writea set of commands in MATLAB that will determine whether the Col A and Col B aresubspaces of the same space m . If yes, your code has to determine if dim ColA = dim ColBand, finally, whether Col A = Col B. (Obviously, when two subspaces have the samedimension, it might not be true that they are the same set. For example, a line through theorigin in 3 is a one dimensional subspace of 3 but two lines might be different sets – thesets are equal if they have the same elements.)