0
About refactoring
My matrix calculation code is not very easy to read. Addition and Subtraction are easy. But Multiplication and Division are able to be easy by refactoring. Please read my matCalc 4*4 code, and refactor. Do you use recursive?
5 Answers
0
Thank you for comments.
And in this code, the index of the matrix is right or not?
Please confirm the index number.
OR, another method exists?
0
correct number or wrong number
0
mathematically
0
In 4*4 Matrix, with Cofactor matrix and sarrus rule , you make inverse of a matrix. This is unpopular?
0
ok,,, someday I will study pivoting technique and LU decomposition once again. I have heard These terms once.