Symmetric matrix Definition and 63 Threads
-
S
Condition such that the symmetric matrix has only positive eigenvalues
My attempt: $$ \begin{vmatrix} 1-\lambda & b\\ b & a-\lambda \end{vmatrix} =0$$ $$(1-\lambda)(a-\lambda)-b^2=0$$ $$a-\lambda-a\lambda+\lambda^2-b^2=0$$ $$\lambda^2+(-1-a)\lambda +a-b^2=0$$ The value of ##\lambda## will be positive if D < 0, so $$(-1-a)^2-4(a-b^2)<0$$ $$1+2a+a^2-4a+4b^2<0$$...- songoku
- Thread
- Condition Eigenvalues Matrix Positive Symmetric Symmetric matrix
- Replies: 8
- Forum: Calculus and Beyond Homework Help
-
S
Can every symmetric matrix be a matrix of inertia?
Hello, I am often designing math exams for students of engineering. What I ask is the following: Can I choose any real 3x3 symmetric matrix with positive eigenvalues as a realistic matrix of inertia? Possibly, there are secret connections between the off-diagonal elements (if not zero)...- sfn17
- Thread
- Inertia Matrix Symmetric Symmetric matrix
- Replies: 1
- Forum: General Engineering
-
T
I Un-skewing a skew symmetric matrix (for want of a better phrase)
Hello Say I have a column of components v = (x, y, z). I can create a skew symmetric matrix: M = [0, -z, y; z, 0; -x; -y, x, 0] I can also go the other way and convert the skew symmetric matrix into a column of components. Silly question now... I have, in the past, referred to this as...- Trying2Learn
- Thread
- Matrix Skew symmetric Symmetric Symmetric matrix
- Replies: 1
- Forum: Linear and Abstract Algebra
-
S
Are Similar Matrices' Eigenvalues the Same? Solving for Symmetric Matrices
Homework Statement Consider matrices A = [1 2;2 4] and P = [1 3;3 6]. Using B = P^-1*A*P, verify that similar matrices have the same eigenvalues. Find the eigenvectors y for B and show that x = P*y are eigenvectors of A. Homework Equations B = P^-1*A*P, x = P*y The Attempt at a Solution I...- shreddinglicks
- Thread
- Matrix Symmetric Symmetric matrix
- Replies: 9
- Forum: Calculus and Beyond Homework Help
-
M
What is the derivative of a skew symmetric matrix?
Homework Statement Need to prove that the derivative of a rotation matrix is a skew symmetric matrix muktiplied by that rotation matrix. Specifically applying it on the Rodrigues’ formula.Homework EquationsThe Attempt at a Solution I have shown that the cubed of the skew symmetric matrix is...- Musa00098
- Thread
- Derivative Matrix Skew symmetric Symmetric Symmetric matrix
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
I Is a symmetric matrix with positive eigenvalues always real?
I split off this question from the thread here: https://www.physicsforums.com/threads/error-in-landau-lifshitz-mechanics.901356/ In that thread, I was told that a symmetric matrix ##\mathbf{A}## with real positive definite eigenvalues ##\{\lambda_i\} \in \mathbb{R}^+## is always real. I feel...- TeethWhitener
- Thread
- Eigenvalues Matrix Positive Symmetric Symmetric matrix
- Replies: 8
- Forum: Linear and Abstract Algebra
-
V
I Linear algebra ( symmetric matrix)
I am currently brushing on my linear algebra skills when i read this For any Matrix A 1)A*At is symmetric , where At is A transpose ( sorry I tried using the super script option given in the editor and i couldn't figure it out ) 2)(A + At)/2 is symmetric Now my question is , why should it be...- Vijay Raghavan
- Thread
- Algebra Linear Linear algagbra Linear algebra Matrices Matrix Symmetric Symmetric matrix
- Replies: 2
- Forum: Linear and Abstract Algebra
-
M
I Relationship Between Hermitian and Symmetric Matrices
Are All symmetric matrices with real number entires Hermitian? What about the other way around-are all Hermitian matrices symmetric?- math_major_111
- Thread
- Hermitian Matrices Quantum Quantum mechahnics Relationship Symmetric Symmetric matrix
- Replies: 3
- Forum: Quantum Physics
-
B
Prove 3x3 Skew symmetric matrix determinant is equal to zero
Homework Statement Hi there, I'm happy with the proof that any odd ordered matrix's determinant is equal to zero. However, I am failing to see how it can be done specifically for a 3x3 matrix using only row and column interchanging. Homework Equations I have attached the determinant as an...- Bill333
- Thread
- 3x3 Determinant Matrix Skew symmetric Symmetric Symmetric matrix Zero
- Replies: 5
- Forum: Precalculus Mathematics Homework Help
-
I General form of symmetric 3x3 matrix with only 2 eigenvalues
I'm looking for the general form of a symmetric 3×3 matrix (or tensor) ##\textbf{A}## with only two different eigenvalues, i.e. of a matrix with the diagonalized form ##\textbf{D}=\begin{pmatrix}a& 0 & 0\\0 & b & 0\\0 & 0 & b\end{pmatrix} = \text{diag}(a,b,b)##. In general, such a matrix can be...- odietrich
- Thread
- 3x3 Eigenvalues Eigenvectors Form General Linear algebra Matrix Symmetric Symmetric matrix
- Replies: 4
- Forum: Linear and Abstract Algebra
-
P
QR factorization for a 4x4 tridiagonal symmetric matrix
Homework Statement $$\begin{bmatrix} a_{11} & a_{12} & 0 & 0\\ a_{12} & a_{22} & a_{23} & 0\\ 0 & a_{23} & a_{33} & a_{34} \\ 0 & 0 & a_{34} & a_{44} \\ \end{bmatrix} = \begin{bmatrix} q_{11} & q_{12} & q_{13} & q_{14} \\ q_{21} & q_{22} & q_{23} & q_{24} \\ q_{31} & q_{32} & q_{33} & q_{34}...- pyroknife
- Thread
- Factorization Matrix Symmetric Symmetric matrix
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
E
Is xTAx always non-zero for a real, symmetric, nonsingular matrix A?
Basic question, I think, but I'm not sure. It is a step in a demonstration, so it would be nice if it were true. True or false? Why? If A is a real, symmetric, nonsingular matrix, then xTAx≠0 for x≠0.- elimax
- Thread
- Form Quadratic Quadratic forms Symmetric matrix Zero
- Replies: 1
- Forum: Linear and Abstract Algebra
-
R
Why does this shortcut for eigenvectors of 2x2 symmetric work?
Hi, I'k looking at some MATLAB code specifically eig2image.m at: http://www.mathworks.com/matlabcentral/fileexchange/24409-hessian-based-frangi-vesselness-filter/content/FrangiFilter2D So, I understand how the computations are done with respect to the eigenvector / eigenvalues and using...- RickF-
- Thread
- Eigenvalues Eigenvectors Symmetric Symmetric matrix Work
- Replies: 1
- Forum: Linear and Abstract Algebra
-
P
Image of a Matrix and symmetric matrix
Hi, Well I hope it's not a thread that already is in the storage here. I want to understand the image of a matrix. not only calculating it but also why I'm doing that. Here are my questions: 1) They say d = Lx has a solution if d ∈ ImL. I know that the image of a matrix is calculated by Lx = x...- Payam30
- Thread
- Image Matrix Symmetric Symmetric matrix
- Replies: 3
- Forum: Linear and Abstract Algebra
-
A
Comp Sci Eigenvalues and eigenvectors of a real symmetric matrix in Fortran
Homework Statement I try to run this program, but there are still some errors, please help me to solve this problems Homework EquationsThe Attempt at a Solution Program Main !==================================================================== ! eigenvalues and eigenvectors of a real...- alui
- Thread
- Eigenvalues Eigenvectors Fortran Matrix Symmetric Symmetric matrix
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
General Solution for Eigenvalues for a 2x2 Symmetric Matrix
Homework Statement From Mary Boas' "Mathematical Methods in the Physical Science" 3rd Edition Chapter 3 Sec 11 Problem 33 ( 3.11.33 ). Find the eigenvalues and the eigenvectors of the real symmetric matrix. $$M=\begin{pmatrix} A & H \\ H & B \end{pmatrix}$$ Show the eigenvalues are real and...- kq6up
- Thread
- Eigenvalues General General solution Matrix Symmetric Symmetric matrix
- Replies: 17
- Forum: Calculus and Beyond Homework Help
-
Understanding Skew Symmetric Matrices for Physics - A Helpful Guide
I am a bit dense when it comes to linear algebra for some reason. I am reviewing math to prepare for a physics grad program, and I am using Mary Boas "Mathematical Methods in the Physical Sciences". She presents the idea of a skew symmetric matrix in the problem set rather than in the text. I...- kq6up
- Thread
- Matrix Skew symmetric Symmetric Symmetric matrix
- Replies: 7
- Forum: Linear and Abstract Algebra
-
T
Find the unique symmetric matrix A such that Y'AY=Y'GY
I asked this question here, however the title of the thread (and the thread itself) was sloppy and unclear.I could not find a way to delete or edit. This is for a regression analysis course, and I've only taken one introductory course on linear algebra, so when I Google'd "finding a symmetric...- TeenieBopper
- Thread
- Matrix Symmetric Symmetric matrix
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
What is the minimum rank of a skew symmetric matrix?
What is minimum possible rank of skew symmetric matrix ?- bhanesh
- Thread
- Matrix rank Skew symmetric Symmetric Symmetric matrix
- Replies: 5
- Forum: Linear and Abstract Algebra
-
MHB Zero-Trace Symmetric Matrix is Orthogonally Similar to A Zero-Diagonal Matrix.
Hello MHB. During my Mechanics of Solids course in my Mechanical Engineering curriculum I came across a certain fact about $3\times 3$ matrices. It said that any symmetric $3\times 3$ matrix $A$ (with real entries) whose trace is zero is orthogonally similar to a matrix $B$ which has only...- caffeinemachine
- Thread
- Matrix Symmetric Symmetric matrix
- Replies: 5
- Forum: Linear and Abstract Algebra
-
C
Positive-definite symmetric matrix satisfying a certain property
Homework Statement We have a finite group ##G## and a homomorphism ##\rho: G \rightarrow \mathbb{GL}_n(\mathbb{R})## where ##n## is a positve integer. I need to show that there's an ##n\times n## positive definite symmetric matrix that satisfies ##\rho(g)^tA\rho(g)=A## for all ##g \in G##...- Convergence
- Thread
- Matrix Property Symmetric Symmetric matrix
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
MHB The Existence of Symmetric Matrices in Subspaces
Hi everyone, :) Here's a question I am stuck on. Hope you can provide some hints. :) Problem: Let \(U\) be a 4-dimensional subspace in the space of \(3\times 3\) matrices. Show that \(U\) contains a symmetric matrix.- Sudharaka
- Thread
- Existence Matrix Symmetric Symmetric matrix
- Replies: 2
- Forum: Linear and Abstract Algebra
-
D
How can I diagonalize this symmetric matrix?
\begin{array}{ccc} 2 & 1 & 0 \\ 1 & 2 & 0 \\ 0 & 0 & 3 \end{array}- Denisse
- Thread
- Matrix Symmetric Symmetric matrix
- Replies: 1
- Forum: General Math
-
G
Solve Invertible Skew Symmetric Matrix: Hints & Tips
I am asking for some hints to solve this excercise. Given an invertible skew symmetric matrix $A$, then show that there are invertible matrices $ R, R^T$ such that $R^T A R = \begin{pmatrix} 0 & Id \\ -Id & 0 \end{pmatrix}$, meaning that this is a block matrix that has the identity matrix in two...- Gavroy
- Thread
- Matrix Skew symmetric Symmetric Symmetric matrix
- Replies: 1
- Forum: General Math
-
H
Expressing a symmetric matrix in terms on eigenvalues/vectors
Homework Statement Generate a random 10 x 10 symmetric matrix A (already done in MATLAB) . Express A in the formHomework Equations ## A = ## \displaystyle \sum_{j=1}^{10}λ_j(A)v_jv^T_j\ for some real vectors ##v_j, j = 1, 2, . . . , 10.## The Attempt at a Solution I'm pretty sure the...- han35
- Thread
- Matrix Symmetric Symmetric matrix Terms
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
M
Eigen values and Eigenvectors for a special case of a symmetric matrix
Hey guys if i have a vector x=[x1,x2, ... xn] what are the eigenvectors and eigenvalues of X^T*X ? I know that i get a n by n symmetric matrix with it's diagonal entries in the form of Ʃ xii^2 for i=1,2,3,. . . ,n Thank you in advance once again!- mihalisla
- Thread
- Eigen values Eigenvectors Matrix Symmetric Symmetric matrix
- Replies: 7
- Forum: Linear and Abstract Algebra
-
M
Find the symmetric matrix from eigen vectors
Hello to all of you, Is there a way to get the matrix A=[a b c d] from the eigenvectors (orthogonal) matrix H= sin(x) cos(x) cos(x) -sin(x) or to pose it differently to find a matrix that has these 2 eigenvectors ? Thank you in advance . Michael- mihalisla
- Thread
- Eigen vectors Matrix Symmetric Symmetric matrix Vectors
- Replies: 9
- Forum: Linear and Abstract Algebra
-
I
Form of symmetric matrix of rank one
Homework Statement The question is: Let C be a symmetric matrix of rank one. Prove that C must have the form C=aww^T, where a is a scalar and w is a vector of norm one. Homework Equations n/a The Attempt at a Solution I think we can easily prove that if C has the form...- ianchenmu
- Thread
- Form Matrix rank Symmetric Symmetric matrix
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
I
MHB Form of symmetric matrix of rank one
The question is:Let $C$ be a symmetric matrix of rank one. Prove that $C$ must have the form $C=aww^T$, where $a$ is a scalar and $w$ is a vector of norm one.(I think we can easily prove that if $C$ has the form $C=aww^T$, then $C$ is symmetric and of rank one. But what about the opposite...- i_a_n
- Thread
- Form Matrix rank Symmetric Symmetric matrix
- Replies: 1
- Forum: Linear and Abstract Algebra
-
MHB Repeated eigenvalues of a symmetric matrix
I have been trying to prove the following result: If A is real symmetric matrix with an eigenvalue lambda of multiplicity m then lambda has m linearly independent e.vectors. Is there a simple proof of this result?- matqkks
- Thread
- Eigenvalues Matrix Symmetric Symmetric matrix
- Replies: 2
- Forum: Linear and Abstract Algebra
-
Repeated eigenvalues of a symmetric matrix
I have been trying to prove the following result: If A is real symmetric matrix with an eigenvalue lambda of multiplicity m then lambda has m linearly independent e.vectors. Is there a simple proof of this result?- matqkks
- Thread
- Eigenvalues Matrix Symmetric Symmetric matrix
- Replies: 2
- Forum: Linear and Abstract Algebra
-
S
Eigenvalues of a complex symmetric matrix
Eigen values of a complex symmetric matrix which is NOT a hermitian are not always real. I want to formulate conditions for which eigen values of a complex symmetric matrix (which is not hermitian) are real.- sodaboy7
- Thread
- Complex Eigenvalues Matrix Symmetric Symmetric matrix
- Replies: 14
- Forum: Linear and Abstract Algebra
-
M
Linear Algebra (Symmetric Matrix)
A 3x3 symmetric matrix has a null space of dimension one containing the vector (1,1,1). Find the bases and dimensions of the column space, row space, and left null space. I understand how to get the Dim of Col(A), Row(A), and Nul(A^T) but how do i get the bases with just knowing the dimension...- MoBaT
- Thread
- Algebra Linear Linear algebra Matrix Symmetric matrix
- Replies: 3
- Forum: Linear and Abstract Algebra
-
O
MHB Finding the Inverse of Symmetric Matrices with Non-Real Coefficients
Hello everyone! I'm struggling to find a general formula for obtaining an inverse of a symmetric matrix, for e.g. 1 i -1 i -i 2 -1 2 1 Any help is appreciated!- OhMyMarkov
- Thread
- Inverse Matrix Symmetric Symmetric matrix
- Replies: 2
- Forum: Linear and Abstract Algebra
-
C
Eigenvectors of a symmetric matrix.
Is it true that an nxn symmetric matrix has n linearly independent eigenvectors even for non-distinct eigenvalues? How can we show it rigorously? Basically, I want to prove that if an nxn symmetric matrix has eigenvalue 0 with multiplicity k, then its rank is (n - k). If we can prove that there...- chocolatefrog
- Thread
- Eigenvectors Matrix Symmetric Symmetric matrix
- Replies: 1
- Forum: Linear and Abstract Algebra
-
F
Diagonalizing a symmetric matrix with non-distinct eigenvalues
Homework Statement Given the matrix A: 4 2 2 2 4 2 2 2 4 Find the matrix P such that P-1AP is diagonal Homework Equations The Attempt at a Solution So I had this question today on a placement exam and it threw me for a loop. I found the eigenvalues to be 2,2, and 8. The...- Fractal20
- Thread
- Eigenvalues Matrix Symmetric Symmetric matrix
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
G
Determinant of symmetric matrix with non negative integer element
Let \begin{equation*} A=% \begin{bmatrix} 0 & 1 & \cdots & n-1 & n \\ 1 & 0 & \cdots & n-2 & n-1 \\ \vdots & \vdots & \ddots & \vdots & \vdots \\ n-1 & n-2 & \cdots & 0 & 1 \\ n& n-2 & \cdots & 1 & 0% \end{bmatrix}% \end{equation*}. How can you prove that det(A)=[(-1)^n][n][2^(n-1)]? Thanks.- golekjwb
- Thread
- Determinant Element Integer Matrix Negative Symmetric Symmetric matrix
- Replies: 3
- Forum: Linear and Abstract Algebra
-
G
Is the Determinant of a Symmetric Matrix with Zero Diagonal Elements Non-Zero?
How to prove that the determinant of a symmetric matrix with the main diagonal elements zero and all other elements positive is not zero and different ?- golekjwb
- Thread
- Determinant Matrix Symmetric Symmetric matrix
- Replies: 2
- Forum: Linear and Abstract Algebra
-
G
Linear Algebra Symmetric Matrix Set Question
First of all, I apologize if this is in the wrong place. I didn't really know where it should be placed and if it is in the wrong place I am sorry. This question was on my recent Linear Algebra I final exam and I had no idea how to do it when I was writing the exam and I'm still stumped by...- Gamble93
- Thread
- Algebra Linear Linear algebra Matrix Set Symmetric Symmetric matrix
- Replies: 6
- Forum: Linear and Abstract Algebra
-
L
Is there a way to diagonalize a symmetric matrix without using a calculator?
Homework Statement I need to diagonalize the matrix A= 1 2 3 2 5 7 3 7 11 The Attempt at a Solution Subtracting λI and taking the determinant, the characteristic polynomial is λ3 - 17λ2 + 9λ - 1 (I have checked this over and over) The problem now is it has some ugly roots, none that I would...- Locoism
- Thread
- Matrix Symmetric Symmetric matrix
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
I
MATLAB [Matlab]Copy Lower Triangle of symmetric matrix to Upper Triangle(or visa versa)
Hello all! I just had a question about combining elements of matrices. In the MATLAB documentation, there was a function called triu and tril that extracts the upper and lower components of a matrix, respectively. I was wondering if there was a way to copy the elements of the upper triangle...- iqjump123
- Thread
- Matrix Symmetric Symmetric matrix Triangle
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
B
Proving the Even Rank of Skew Symmetric Matrices: Induction and Other Methods
how can we prove that the rank of skew symmetric matrix is even i could prove it by induction is there another way- bernoli123
- Thread
- Matrix Skew symmetric Symmetric Symmetric matrix
- Replies: 1
- Forum: Linear and Abstract Algebra
-
B
Calculating Representation of Linear Operator for Symmetric Matrix
Homework Statement Let L(x) a linear operator defined by setting the diagonal elements of x to zero. What will be the representation of this operator to the following basis set? x E X. X denote the set of all real symmetric 3x3 matrices. Homework Equations L*y=x L=x*inv(y)...- blackbear
- Thread
- Linear Linear operator Matrix Operator Representation Symmetric Symmetric matrix
- Replies: 25
- Forum: Calculus and Beyond Homework Help
-
I
Show that diagonal entries of a skew symmetric matrix are zero.
I'm pretty inexperienced in proof writing. So not sure if this was valid. If a matrix is skew symmetric then A^T = - A, that is the transpose of A is equal to negative A. This implies that if A = a(i,j), then a(j,i) = -a(i,j). If we're referring to diagonal entries, we can say a(j,j) =...- inknit
- Thread
- Matrix Skew symmetric Symmetric Symmetric matrix Zero
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
C
Basis of skew symmetric matrix
Homework Statement Let W be a 3x3 matrix where A^t(transpose)=-A. Find a basis for W. Homework Equations Find a basis for W. The Attempt at a Solution I have no idea how to start it.- chuy52506
- Thread
- Basis Matrix Skew symmetric Symmetric Symmetric matrix
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
M
Symmetric Matrix and Definiteness
Homework Statement If A is a symmetric matrix, what can you say about the definiteness of A^2? Explain. Homework Equations I believe I need to use the face that A^2=SD^2S^-1. I know that if all the eigenvalues of a symmetric matrix are positive then the matrix is positive...- MikeDietrich
- Thread
- Matrix Symmetric Symmetric matrix
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
D
Lineal Algebra: Inverse Matrix of Symmetric Matrix
Homework Statement Hello, I need some help in the fist parts of two lineal algebra problems, specially with algebraic manipulation. I guess that if I rewrite the determinant nicely some terms get canceled and I can write the inverse nicely, but don't know how to do it... Problem 1...- degs2k4
- Thread
- Algebra Inverse Inverse matrix Matrix Symmetric Symmetric matrix
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
K
Determinant of a symmetric matrix
Hi, Is there a simplification for the determinant of a symmetric matrix? For example, I need to find the roots of \det [A(x)] where A(x) = \[ \left( \begin{array}{ccc} f(x) & a_{12}(x) & a_{13}(x) \\ a_{12}(x) & f(x) & a_{23}(x) \\ a_{13}(x) & a_{23}(x) & f(x) \end{array}...- krindik
- Thread
- Determinant Matrix Symmetric Symmetric matrix
- Replies: 3
- Forum: Linear and Abstract Algebra
-
T
Proving Real Eigenvalues for Symmetric Matrix Multiplication?
Homework Statement Given a real diagonal matrix D, and a real symmetric matrix A, Homework Equations Let C=D*A. The Attempt at a Solution How to prove all the eigenvalues of matrix C are real numbers?- tom08
- Thread
- Matrix Symmetric Symmetric matrix
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
T
Help Prove Real Eigenvalues of Symmetric Matrix
Help! Symmetric matrix I know that all the eigenvalues of a real symmetric matrix are real numbers. Now can anyone help out how to prove that "all the eigenvalues of a row-normalized real symmetric matrix are real numbers"? Thank you~~~- tom08
- Thread
- Matrix Symmetric Symmetric matrix
- Replies: 4
- Forum: Linear and Abstract Algebra