Recent content by bergerbit

  1. B

    Possible Jordan Forms of Matrix A: How to Compute Determinant and Trace?

    i think you can potentially have the jordan forms [2 0 0 0 0; 0 2 0 0 0; 0 0 2 0 0; 0 0 0 -1 0; 0 0 0 0 -1] ;;; [2 1 0 0 0; 0 2 0 0 0; 0 0 2 0 0; 0 0 0 -1 0; 0 0 0 0 -1] ;;; [2 1 0 0 0; 0 2 1 0 0; 0 0 2 0 0; 0 0 0 -1 0; 0 0 0 0 -1] ;;; [2 0 0 0 0; 0 2 1 0 0; 0 0 2 0 0; 0 0 0 -1 0; 0 0 0 0 -1]...
Back
Top