:: deftheorem Def7 defines |: MATRIX10:def 7 :
for M, b2 being Matrix of REAL holds
( b2 = |:M:| iff ( len b2 = len M & width b2 = width M & ( for i, j being Nat st [i,j] in Indices M holds
b2 * (i,j) = |.(M * (i,j)).| ) ) );