You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Forms App application that can do different operations with matrices. The basic matrix operations include addition, multiplication, transposition, reduction to REF or RREF and more. More advanced features are the ability to find the inverse matrix (if exists) or the determinant and the calculation of all eigenvalues and eigenvectors of t…