Skip to content

Angada28/pyjac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyjac

This is the github repo that contains our project for the PyJaC Hackathon event. The prompt we'll be using is as follows:

Compute different linear algebra algorithms (determinant, Gram-Schmidt, gaussian elimination, etc.) with high precision

List of algorithms

This is a list of algorithms we've managed to implement:

  • Determinant
  • Vector operations (cross product, dot product)
  • Gaussian elimination
  • Finding the inverse of a matrix
  • Finding the RREF of a matrix

Here is also a list of algorithms/actions we planned on implementing but couldn't in the time frame:

  • More vector operations (scaling, addition, etc.)
  • Complex number operations (addition, multiplication, converting between standard and polar form, etc.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages