Linear Algebra

How to solve

For a diagonal matrix, the eigenvalues are the diagonal entries (roots of det(A−λI)=0).

Steps

  1. Read the diagonal.
  2. List both values in order.

Example

diag(2,5)

  1. λ = 2, 5.

Answer: 2,5

How to type answers

  • Enter a,b with a ≤ b
Loading drills…