If I = [[1, 0, 2], [0, 1, 3], [1, 0, 4]], find det(I). (2021)

Practice Questions

1 question
Q1
If I = [[1, 0, 2], [0, 1, 3], [1, 0, 4]], find det(I). (2021)
  1. 1
  2. 2
  3. 3
  4. 4

Questions & Step-by-step Solutions

1 item
Q
Q: If I = [[1, 0, 2], [0, 1, 3], [1, 0, 4]], find det(I). (2021)
Solution: Using cofactor expansion, det(I) = 1(1*4 - 3*0) - 0 + 2(0*0 - 1*1) = 4 - 2 = 2.
Steps: 8

Related Questions

Soulshift Feedback ×

On a scale of 0–10, how likely are you to recommend The Soulshift Academy?

Not likely Very likely