my 3X3 MATRIX OPERATOR 1.0.0

Sign in to follow this  
Followers 0

About This File

simple algoritm for 3x3 matrix multiplication. Tot. Nos. N x N FOR loop will be required to do the math (9 in this case). Refresh every time one input value is changed. Reduction of FOR loops via nesting may be applied.