summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fa235bb23d..bd7e773689 100644
--- a/NEWS
+++ b/NEWS
@@ -148,6 +148,7 @@ with all sufficient information, see the ChangeLog file.
by deleting the specified row and column.
* Matrix#cofactor(row, column) returns the (row, column) cofactor
which is obtained by multiplying the first minor by (-1)**(row + column).
+ * Matrix#adjugate returns the adjugate of the matrix.
* hstack and vstack are new instance and class methods to stack matrices
horizontally and vertically.
* Matrix#laplace_expansion(row_or_column: num) returns the laplace_expansion