- 08 Jun, 2019 1 commit
-
-
ATTSSystem authored
-
- 07 Jun, 2019 1 commit
-
-
ATTSSystem authored
-
- 06 Jun, 2019 6 commits
-
-
ATTSSystem authored
-
ATTSSystem authored
-
ATTSSystem authored
-
AstraleK authored
-
AstraleK authored
-
ATTSSystem authored
-
- 04 Jun, 2019 1 commit
-
-
ATTSSystem authored
Update HELP and remove TEST matrix
-
- 03 Jun, 2019 12 commits
-
-
ATTSSystem authored
-
ATTSSystem authored
-
ATTSSystem authored
New deleted functions
-
ATTSSystem authored
_VAL _VEC _DIAGO
-
-
AstraleK authored
- passage - diagonalise (for 2*2 matrices)
-
ATTSSystem authored
-
-
AstraleK authored
Only for 2*2 matrices
-
ATTSSystem authored
-
ATTSSystem authored
_HELP updated in consequence _Minor fix of DynEdit
-
ATTSSystem authored
_Added division __Updated HELP and README
-
- 31 May, 2019 2 commits
-
-
ATTSSystem authored
Aligned data when showing matrix
-
ATTSSystem authored
_Added new calc functions _Updated HELP _Updated README
-
- 30 May, 2019 11 commits
-
-
ATTSSystem authored
-
-
AstraleK authored
Adding add() and subtract().
-
ATTSSystem authored
-
-
AstraleK authored
'Return null' for : -getDiagonal() if the matrix is not square -multiplyM() if the number of columns of the first matrix is not equal to the number of lines to the second one. /!\ EigenValues needs to be redone for general case. (n*n matrices) /!\ We have to do safeguards for determinant(), trace().
-
ATTSSystem authored
-
ATTSSystem authored
-
ATTSSystem authored
-
ATTSSystem authored
-
ATTSSystem authored
_Add HELP _Protect the user from creating Matrixes with the same name _Delete computed matrix if the original matrix is edited _Update README _LOOKS LIKE gaussJourdan and reverse do not work
-
- 29 May, 2019 3 commits
-
-
ATTSSystem authored
-
ATTSSystem authored
-
ATTSSystem authored
_New command intepreter in progress (CALC) _Updated gaussJourdan in consequence _Updated README
-
- 27 May, 2019 3 commits
-
-
ATTSSystem authored
-
ATTSSystem authored
Switch to double matrixes (to ensure reverse functonning) and trying to fix reverse (gaussJourdan)
-
AstraleK authored
- multiply by scalar - multiply by matrix
-