0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added part2-output function More... about 15 years ago
Temporarily disabled jacobi on part 2 More... about 15 years ago
Actually use the Gram-Schmidt data now that it has been fixed More... about 15 years ago
Keep the input values with the resulting data More... about 15 years ago
Added some comments to the project code More... about 15 years ago
Started adding documentation to the project code More... about 15 years ago
Fixed a problem with gram-schmidt which caused vectors to be the wrong size in certain cases. More... about 15 years ago
Somehow messed up zutil before More... about 15 years ago
Added the project code. Part 2 is messed up, so is GS in part 3 More... about 15 years ago
Fixed up the algorithms, made iteration stop eventually More... about 15 years ago
Added a .gitignore file to ignore vim swp files More... about 15 years ago
Moved all the code for the calc project into a separate file. More... about 15 years ago
Removed old commented stuff More... about 15 years ago
Some big refactoring as well as the addition of iterative methods of solving More... about 15 years ago
Prefer declare over 1-arg def More... about 15 years ago
Added an implementation of Prim's algorithm for minimal spanning trees More... about 15 years ago
Comment out eigenvectors for now More... about 15 years ago
Use clojure.contrib.math for some things. More... about 15 years ago
Simple graph search added More... about 15 years ago
Cleaned up derivative rules table More... about 15 years ago
Trigonometric derivatives More... about 15 years ago
Quotient rule derivatives More... about 15 years ago
Added basic trigonometric functions More... about 15 years ago
Added a small simplification for exponents More... about 15 years ago
Treat e and pi as symbols More... about 15 years ago
Added some more operations to symbolic math More... about 15 years ago
Indentation fixes More... about 15 years ago
Added Gaussian elimination, using partial pivoting. More... about 15 years ago
Added newlines around matrix printing. Makes them easier to see inside Clojure sequences. More... about 15 years ago
Added Householder matrix and QR factorization using them More... about 15 years ago