Quantcast

Trace of 2X2 Matrix

vCalc Reviewed
Last modified by
on
Jul 24, 2020, 6:28:07 PM
Created by
on
Jul 4, 2014, 7:27:28 AM
`tr(A) = ( A_11 + A_22 ) `
`"Element "A_11`
`"Element "A_22`
Tags
UUID
3883d223-39de-11e3-bfbe-bc764e049c3d

Trace of 2X2 Matrix

[Math | Numerical Analysis | Matrices] This equation computes the trace of a two-by-two matrix.  Given a square matrix where

A = `[[A_11,A_12],[A_21,A_22]]`,

The Trace of this matrix is defined as tr (A) = `A_11` + `A_22`

The trace can be used in a number of numerical analyses computing things like the eigenvalues of a matrix.

Notes

The trace of a square matrix (the matrix must be a square matrix) is simply the sum of the diagonals: `A_11 + A_22 +` ... `A_nn`.

Note that the trace of a matrix is equal to that of its transpose, i.e., tr(A) = tr(AT)


This equation, Trace of 2X2 Matrix, is used in 1 page
  • Comments
  • Attachments
  • Stats
No comments
This site uses cookies to give you the best, most relevant experience. By continuing to browse the site you are agreeing to our use of cookies.