answersLogoWhite

0

How to find the inverse of a symmetric matrix?

Updated: 7/27/2021
User Avatar

Ole Champlin

Lvl 10
4y ago

Best Answer

You can factorize the matrix using LU or LDLT factorization algorithm. inverse of a diagonal matrix (D) is really simple. To find the inverse of L, which is a lower triangular matrix, you can find the answer in this link.

www.mcs.csueastbay.edu/~malek/TeX/Triangle.pdf

Since (A T )-1 = (A-1 )T for all matrix, you'll just have to find inverse of L and D.

User Avatar

Brandyn McClure

Lvl 10
2y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How to find the inverse of a symmetric matrix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to find the Inverse of a square symmetric matrix?

You can factorize the matrix using LU or LDLT factorization algorithm. inverse of a diagonal matrix (D) is really simple. To find the inverse of L, which is a lower triangular matrix, you can find the answer in this link.www.mcs.csueastbay.edu/~malek/TeX/Triangle.pdfSince (A T )-1 = (A-1 )T for all matrix, you'll just have to find inverse of L and D.


What are the applications of det of a matrix?

it is used to find the inverse of the matrix. inverse(A)= (adj A)/ mod det A


Prove that a matrix which is both symmetric as well as skew symmetric is a null matrix?

Let A be a matrix which is both symmetric and skew symmetric. so AT=A and AT= -A so A =- A that implies 2A =zero matrix that implies A is a zero matrix


How to find the inverse of a square matrix?

You can factorize the matrix using LU or LDLT factorization algorithm. inverse of a diagonal matrix (D) is really simple. To find the inverse of L, which is a lower triangular matrix, you can find the answer in this link.www.mcs.csueastbay.edu/~malek/TeX/Triangle.pdfSince (A T )-1 = (A-1 )T for all matrix, you'll just have to find inverse of L and D.


How do you find a variable in a matrix if there is no inverse?

The fact that the matrix does not have an inverse does not necessarily mean that none of the variables can be found.


What is a skew symmetric matrix?

A skew symmetric matrix is a square matrix which satisfy, Aij=-Aji or A=-At


When you call adjacency matrix in symmetric matrix?

If your graph is undirected, then its adjacency matrix will be symmetric. Faizan


How do you find the inverse of a 10x2 matrix?

A non-square matrix cannot be inverted.


What is the definition of a symmetric matrix?

Symmetric Matrix:Given a square matrix A such that A'=A, where A' is the transpose of A, then A is a symmetric matrix.note: No need to think about diagonal elements, they can be anything.


How do you find original matrix from its inverse matrix?

To find the original matrix of an inverted matrix, simply invert it again. Consider A^-1^-1 = A^1 = A


How do you find inverse of a matrix in Casio fx-991MS scientific calculators?

The fx-991MS lacks the inverse operator so the matrix inverse is not possible, Try 991Es instead


What is the eigen value of a real symmetric matrix?

The eigen values of a real symmetric matrix are all real.