blob: aeaa6d5b831fb30d1351af80cd9e7a2d2f85894b (
plain)
1
2
3
4
5
6
7
|
//page 71
clear;
close;
clc;
disp('Take vector space of 3X3 matrices')
disp('One possible subspace is the set of lower triangular matrices,Another is set of symmetric matrices')
disp('A+B,cA are both lower triangular if A and B are lower triangular ,and are symmetric if A and B are symmetric and Zero matrix is in both subspaces')
|