Group Abstract Group Abstract

Message Boards Message Boards

0
|
35 Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:
GROUPS:

How to obtain the cofactors of a matrix to compute the adjoin matrix

Posted 1 day ago

Can someone please explain why I am getting an output of a list of zeros, that is, {0,0,0,0,0,0} for every matrix, when I use the Mathematica command ResourceFunction["CofactorMatrix"][{list}] which is elaborated in the Wolfram MathWorld? See the notebook below.
Thank you and regards.

POSTED BY: Nomsa Ledwaba

You should define your list of matrices as m=, not as m_List=. Anyway, yours is a list of matrices, and ResourceFunction["CofactorMatrix"] works on matrices, not on lists of matrices. Your matrices all have two rows of zeros. No wonder that the determinants of the minors are all zero.

POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard