|
|
32a8bd9dc6
|
fix bug where triang would give a diagonalisable matrix
|
2022-09-06 16:01:46 +02:00 |
|
|
|
9075fc3c8d
|
add better timing functionality with the datetime library
|
2022-08-25 12:58:14 +02:00 |
|
|
|
efcc4abf0a
|
implement triangularisation (triangcheck) feature
|
2022-08-25 12:47:23 +02:00 |
|
|
|
70851add1d
|
allow for negative integer matrices as well
|
2022-08-24 13:15:03 +02:00 |
|
|
|
a680f4bbd9
|
improved error handling in the program and significant rewrite
|
2022-04-09 18:22:03 +02:00 |
|
|
|
4113d9885b
|
import readline library to improve input handling
|
2022-04-09 17:57:08 +02:00 |
|
|
|
9ddeaaf907
|
check matrix invertible before invoking invcheck, trim unnecessary
|
2022-04-09 17:55:59 +02:00 |
|
|
|
6eb450ddbe
|
added diagcheck feature
|
2022-03-31 13:06:36 +02:00 |
|
|
|
5b7c29a262
|
abstracted random matrix generation to a separate function genmatrix
|
2022-03-31 11:42:29 +02:00 |
|
|
|
a037168e3f
|
added eigcheck feature
|
2022-03-24 18:44:29 +01:00 |
|
|
|
3e1d95d470
|
added invcheck feature
|
2022-03-24 18:43:36 +01:00 |
|
|
|
f1c93f2302
|
added detcheck feature
|
2022-03-24 18:42:52 +01:00 |
|
|
|
4210f632d7
|
initial version of linalg-practice program with mult feature
|
2022-03-24 18:41:44 +01:00 |
|