Skip to content

babzan/matrix_operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Operations

What does this repo do?

  • Sum of 2 matrices
  • Subtraction of 2 matrices
  • Sum, subtraction and multiplication to a scalar
  • Multiplication of 2 matrices (now in O(n^3). in the nearest future in O(n^2.81) using Strassen algorithm)
  • Transposition of a matrix
  • Rotating matrix in any direction (90 and 180 degrees clockwise and counter-clockwise)
  • Determinant of a matrix (not available yet)
  • Rank of a matrix (not available yet)
  • Trace of a matrix (not available yet)
  • Identity and zero matrix (not available yet)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages