diff options
Diffstat (limited to 'js/MatrixOp/MATDET.js')
-rw-r--r-- | js/MatrixOp/MATDET.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/MatrixOp/MATDET.js b/js/MatrixOp/MATDET.js index 4a103bf9..c2e37940 100644 --- a/js/MatrixOp/MATDET.js +++ b/js/MatrixOp/MATDET.js @@ -42,6 +42,7 @@ function MATDET() { while (true) { var ok = true; this.typ = inverse(arguments[0]["typ"]); + var exprs = [arguments[0]["typ"]]; if (!ok) { break; } |