From 3516cbae1fbf386e2d78fc41fd369647a3e81d40 Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 30 Mar 2022 13:55:14 +1000 Subject: [PATCH] expand docs for det() --- docs.html | 57 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/docs.html b/docs.html index b84f48b8..4ef8f32b 100644 --- a/docs.html +++ b/docs.html @@ -8802,19 +8802,29 @@ See also:


-det( A ) + + + + + +
val = det( A )   (form 1)
det( val, A )   (form 2)
@@ -8831,7 +8844,6 @@ double x = det(A); See also: