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
- Host: GitHub
- URL: https://github.com/elnardu/linalg_hw
- Owner: elnardu
- Created: 2019-01-20T22:43:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T05:30:46.000Z (over 6 years ago)
- Last Synced: 2025-02-02T05:26:18.911Z (11 months ago)
- Topics: pythontex, xelatex
- Language: TeX
- Homepage:
- Size: 696 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).