added determinant
This commit is contained in:
Binary file not shown.
@ -25,3 +25,16 @@ $
|
||||
$
|
||||
E = #mat.display(E)
|
||||
$
|
||||
|
||||
#let M = mat.mat(
|
||||
(2, 4, 5, 6),
|
||||
(-1, 5, 6, 9),
|
||||
(3, 7, 1, -6),
|
||||
(4, -2, 3, 5)
|
||||
)
|
||||
$M = #mat.display(M)$
|
||||
|
||||
#let d = mat.det(M)
|
||||
$det(M) = #d$
|
||||
|
||||
#mat.det-steps(M)
|
Reference in New Issue
Block a user