An open API service indexing awesome lists of open source software.

https://github.com/elnardu/linalg_hw

Automating my math homework
https://github.com/elnardu/linalg_hw

pythontex xelatex

Last synced: 9 months ago
JSON representation

Automating my math homework

Awesome Lists containing this project

README

          

# Tools and scripts for generating some parts of my linear algebra homework

Features:
* Step by step rref using Gauss-Jordan
* Step by step rref using determinant
* Step by step determinant calculation
* Representing matrix as a linear combination
* Automatic matrix solution display
* Step by step Gram–Schmidt process
* Step by step eigenvalues and eigenvectors calculator (only basic ones tho)
* A lot of helper and formatting functions

You have to compile those latex files with pythontex and xelatex (xelatex -> pythontex -> xelatex).