Skip to content

High school project that preforms matrix operations in either a comand line environment or program that uses the operations directly within its code

Notifications You must be signed in to change notification settings

SidMasih/LinearAlgebraOperations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear Algebra Operations API

High school project that preforms matrix operations in either a comand line environment or program that uses the operations directly within its code.
Comand line is a placeholder interface and the API should be directly used by whatever uses this API.
Siddharth (Sid) Masih

#Linear Algebra Matrix Operations

Meant to be extended into other programs where matrix operations would need to be used (also includes a basic command line demo program)

User can:

  • add, subtract, multiply matrices
  • invert matrices
  • transpose matrices
  • row reduce matrices
  • find eigenvalues
  • find vector projections
  • return a string version of an equation that best fits a collection of points in matrix form

About

High school project that preforms matrix operations in either a comand line environment or program that uses the operations directly within its code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages