Skip to content

A naïve implementation of a matrix class with various matrix operations

Notifications You must be signed in to change notification settings

Elton-Lin/Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix

A naïve implementation of a matrix class with various matrix operations

Goal

To create a Matrix class that supports basic matrix operations with simple and efficient implementations.

Functionality

Operations/Properties

  • REF(Row Echelon Form)
  • RREF(Reduced Row Echelon Form)
  • Determinant
  • Inverse
  • Transpose
  • Matrix Addition, Subtraction
  • Matrix Multiplication
  • Solving Linear Systems

Implementation Details

See Wiki

About

A naïve implementation of a matrix class with various matrix operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •