Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

CREATE RANDOM MATRICES IN SAGE MATH

Create two random 7 × 7 integer matrices A and B. Check whether any of the following identities hold or not: 1. det(AB) = det(A) det(B)

  1. det(A + B) = det(A) + det(B) 3. det(A−1)=1/det(A)

  2. det ([ A 0 ]) = det(A) det(B)(the 0 denote 7 × 7 zero matrices) 0B

CREATE RANDOM MATRICES IN SAGE MATH

Create two random 7 × 7 integer matrices A and B. Check whether any of the following identities hold or not: 1. det(AB) = det(A) det(B)

  1. det(A + B) = det(A) + det(B) 3. det(A−1)=1/det(A)

  2. det ([ A 0 ]) = det(A) det(B)(the 0 denote 7 × 7 zero matrices) 0B

CREATE RANDOM MATRICES IN SAGE MATH

Create two random 7 × 7 integer matrices A and B. Check whether any of the following identities hold or not: 1. det(AB) = det(A) det(B)

  1. det(A + B) = det(A) + det(B) 3. det(A−1)=1/det(A)

  2. det ([ A 0 ]) = det(A) det(B)(the 0 denote 7 × 7 zero matrices) 0B

click to hide/show revision 4
retagged

CREATE RANDOM MATRICES IN SAGE MATH

Create two random 7 × 7 integer matrices A and B. Check whether any of the following identities hold or not: 1. det(AB) = det(A) det(B)

  1. det(A + B) = det(A) + det(B) 3. det(A−1)=1/det(A)

  2. det ([ A 0 ]) = det(A) det(B)(the 0 denote 7 × 7 zero matrices) 0B