What is Matrices: Definition and 1000 Discussions

In mathematical physics and mathematics, the Pauli matrices are a set of three 2 × 2 complex matrices which are Hermitian and unitary. Usually indicated by the Greek letter sigma (σ), they are occasionally denoted by tau (τ) when used in connection with isospin symmetries.

These matrices are named after the physicist Wolfgang Pauli. In quantum mechanics, they occur in the Pauli equation which takes into account the interaction of the spin of a particle with an external electromagnetic field.
Each Pauli matrix is Hermitian, and together with the identity matrix I (sometimes considered as the zeroth Pauli matrix σ0), the Pauli matrices form a basis for the real vector space of 2 × 2 Hermitian matrices.
This means that any 2 × 2 Hermitian matrix can be written in a unique way as a linear combination of Pauli matrices, with all coefficients being real numbers.
Hermitian operators represent observables in quantum mechanics, so the Pauli matrices span the space of observables of the 2-dimensional complex Hilbert space. In the context of Pauli's work, σk represents the observable corresponding to spin along the kth coordinate axis in three-dimensional Euclidean space R3.
The Pauli matrices (after multiplication by i to make them anti-Hermitian) also generate transformations in the sense of Lie algebras: the matrices iσ1, iσ2, iσ3 form a basis for the real Lie algebra





s
u


(
2
)


{\displaystyle {\mathfrak {su}}(2)}
, which exponentiates to the special unitary group SU(2). The algebra generated by the three matrices σ1, σ2, σ3 is isomorphic to the Clifford algebra of R3, and the (unital associative) algebra generated by iσ1, iσ2, iσ3 is isomorphic to that of quaternions.

View More On Wikipedia.org
  1. D

    MATLAB Manipulating Character Matrices in Matlab to Operations"

    Hi everyone, I am wondering if I can input a matrix into Matlab that contains characters. I then would like to manipulate the matrix using row changing operations. Matlab, however, will not allow me to create a matrix with letters. Is there an equivalent to a matrix for character values...
  2. I

    MHB More questions on psd and pd of matrices

    First question: If A is pd, then A^-1 is pd. Outline of answer: If A is pd, then there exists a nonsingular matrix P st A=P'P Then A^-1 = (P'P)^-1 = (P^-1) * (P^-1)' = (P^-1)' * (P^-1) 3. If (P^-1)' * (P^-1), then there exists a A^-1 that is positive definite Second question: If...
  3. P

    Proof of commutative property in exponential matrices using power series

    I'm trying to prove eA eB = eA + B using the power series expansion eXt = \sum_{n=0}^{\infty}Xntn/n! and so eA eB = \sum_{n=0}^{\infty}An/n! \sum_{n=0}^{\infty}Bn/n! I think the binomial theorem is the way to go: (x + y)n = \displaystyle \binom{n}{k} xn - k yk = \displaystyle...
  4. F

    MHB Singularity of Positive Semi Definite Matrices

    Hello,I'm given a sparse symmetric positive semi definite matrix and I want to check whether it is singular or not.What's a quick way to do that? (I can't do any kind of factorization because the matrix can be huge)I know the following:- if any of the diagonal entries is zero, then the matrix is...
  5. 1

    Can graph spectrums be derived from incident matrices?

    Will the set of eigenvalues of an incident matrix derive an equivalent notion of a graph spectrum as it does with an adjacency matrix? Specifically: Let sa be the set of eigenvalues of an adjacency matrix for graph G. And, Let si be the set of eigenvalues of an incident matrix for...
  6. C

    Multiply matrices using threads

    Homework Statement In my main function i am filling 2 matrices. Matrix A is 18x16 and MatrixB is 16x18. Then i am multiplying them in my thread function using an array of threads. However, i am getting segmentations faults when trying to run the program. #include<stdio.h> #include<pthread.h>...
  7. Matterwave

    I can't figure out if these are matrices or numbers

    Hi, since Peskin and Schroeder pretty much suppresses the indices in every equation, I am now unable to tell if a lot of these quantities are matrices or numbers. I try to look back, but I still can't seem to figure all of these out. In the Yukawa interaction, for example, the fermion propagator...
  8. F

    The General Linear Group as a basis for all nxn matrices

    I'm trying to prove that every nxn matrix can be written as a linear combination of matrices in GL(n,F). I know all matrices in GL(n,F) are invertible and hence have linearly independent columns and rows. I was thinking perhaps there is something about the joint bases for the n-dimensional...
  9. F

    If a matrix commutes with all nxn matrices, then A must be scalar.

    Homework Statement Prove: If a matrix A commutes with all matrices B \in M_{nxn}(F), then A must be scalar - i.e., A=diag.(λ,...,λ), for some λ \in F. Homework Equations If two nxn matrices A and B commute, then AB=BA. The Attempt at a Solution I understand that if A is scalar, it...
  10. F

    Every nxn matrix can be written as a linear combination of matrices in GL(n,F)

    Homework Statement Prove: Every nxn matrix can be written as a linear combination of matrices in GL(n,F). Homework Equations GL(n,F) = the set of all nxn invertible matrices over the field F together with the operation of matrix multiplication. The Attempt at a Solution I know all...
  11. J

    One-point compactification of space of matrices with positive trace

    one-point compactification of space of matrices with non-negative trace Hi I'm a physicist and my question is a bit text-bookey but it is also part of the proof that the universe had a beginning...so could I ask anyway...You got q which is a continuous function of a 3 by 3 matrix where if any...
  12. C

    I dont get how these matrices are mulitiplied together

    Homework Statement H10 = c1 | -s1 | 0 s1 | c1 | 0 0 | 0 | 1 H21 = c2 | -s2 | 0 s2 | c2 | 0 0 | 0 | 1 Homework Equations this is what i did H10H21 = c1c2 -s1s2 | -c1s2 - s1c2 | 0 s1c2 + c1s2...
  13. C

    How to determine change in area of matrices tranformations.

    Homework Statement Determine what the tranformation does to the square with vertices (0,0), (0,1), (1,1) and (1,0). Draw the image of the square under these tranformations. Then find the change in area of the square under these transformations. a) [1 1] [1 2] b) [0 -1] [2...
  14. F

    What is the Proportion of Symmetric Matrices that have Positive Determinant?

    Homework Statement What proportion of 2x2 symmetric matrices with entries belonging to [0, 1] have a positive determinant? Homework Equations A^{T} = A If A = [[a, b], [c, d]] Then det(A) = ad - bc. But A is symmetric, so c = b. So det(A) = ad - b^2 So, in order for A to have a...
  15. D

    What is the Conceptual Difference Between a Matrix and a Tensor?

    What is the conceptual difference between and matrix and a tensor? To me they seem like the same thing...
  16. ShayanJ

    Hermitian matrices and unitary similarity transformations

    I tried to prove that a hermitian matrix remains hermitian under a unitary similarity transformation.I just could do it to he point shown below.Any ideas? [ ( U A U ^ {\dagger}) B ] ^ {\dagger} = B ^ {\dagger} (U A U ^ {\dagger}) ^ {\dagger} = B (U A^ {\dagger} U ^ {\dagger}) thanks
  17. C

    Matrices question (linear algebra)

    Homework Statement Give the general solution of the equation Ax=b in standard form. The matrix is this: (sorry I can't do the long bracket like there should be) [ 1 1 1 -1 0 2 0 4 1 -1 1 2 0 -2 2 0 1 -1 2 4] = A [-1 10 -3 7] = b Homework Equations None...
  18. P

    Finding Eigenvectors and Values of Non-Hermitian Matrices with Mathematica

    Hey, I have two quick questions, Does mathematica automatically find the eigenvectors and values when you find the eigensystem of a non-Hermitian matrix? I've been searching the net trying to find a way to find these vectors/values but everything I find briefly touches upon...
  19. E

    Is it possible to approximate an equation with circulant and toeplitz matrices?

    Hi all, I am reading a paper which contains a lot of matrices. Anyway, there is this equation: \|\mathbf{H}_3\mathbf{H}_1\mathbf{e}\|^2=\mathbf{e}^{H}\mathbf{H}_1^{H}\mathbf{H}_3^{H}\mathbf{H}_3\mathbf{H}_1\mathbf{e} where superscript H means conjugate transpose, and boldface Hs are N-by-N...
  20. Y

    MHB A and B are two symmetric matrices

    A and B are two symmetric matrices that satisfy: AB = - BA Which one of these statements are always true: a. (A-B)^2 is symmetric b. AB^2 is symmetric c. AB is invertable I tried to think of an example for such matrices, but couldn't even find 1...there must be a logical way to solve it...
  21. W

    Invertibility of Symplectic Matrices

    Hi, All: The Wikipedia page on symplectic matrices: http://en.wikipedia.org/wiki/Symplectic_vector_space , claims that symplectic matrices are invertible , i.e., skew-symmetric nxn- matrix with entries w(b_i,b_j) , satisfying the properties: i)w(b_i,b_i)=0...
  22. A

    Stupid question on Dirac alpha and beta matrices

    Homework Statement Dirac proposed that a relativistic wave equation that is linear in both space and time (unlike the Klein-Gordon equation, which is second order) has the form i\frac{\partial}{\partial t}\Psi = (\mathbf{\alpha} \cdot \mathbf{p)+\beta m)\Psi After squaring this, we'd like it...
  23. I

    Dirac algebra (contraction gamma matrices)

    I would like to have a general formula, and I am quite sure it must exist, for: \gamma^{\mu}_{ab}\gamma_{\mu \,\alpha\beta} but I didn't succeed at deriving it, or intuiting it, I am troubled by the fact that it must mix dotted and undotted indices.
  24. R

    Do 3 dimensional matrices exist?

    Hi, I was just wondering, as I find matrices fascinating, I don't know why, but I was wondering if there was ever a use for 3D ones and if so what would be their application? It just occurred to me as I was reading about holographic hard disc storage. Curiously Rob K
  25. H

    Matrices: Number of solutions of Ax=c if we know the solutions to Ax=b

    Hey guys, Here is my question. A is a 4x4 matrix and there are two vectors, b and c, which have 4 real numbers. If we are told that A(vector x)=(vector b) has an unique solution, how many solutions does A(vector x)=(vector c) have? I honestly have no idea how to do this. I know that for A...
  26. T

    Qual Problem: When do Matrices Commute?

    I'm preparing for a qualifying exam and this problem came up on a previous qual: Let A and B be nxn matrices. Show that if A + B = AB then AB=BA.
  27. M

    What is the purpose and meaning of Pauli/sigma matrices

    What is the purpose and meaning of Pauli/sigma matrices ? What distinguish them from other Operators ? thanx
  28. E

    Dirac Gamma Matrices: Is Invariance Under Lorentz Transformation?

    Hi! I can define \gamma^5=i\gamma^0\gamma^1\gamma^2\gamma^3 I know that the four gamma matrices \gamma^i\:\:,\;i=0...3 are invariant under a Lorentz transformation. So I can say that also \gamma ^5 is invariant, because it is a product of invariant matrices. But this equality holds: \gamma...
  29. R

    Unpolarised light, stokes vector and image matrices.

    I was working on a project of image encryption and I got stuck at something. I'll go point-wise. 1. I need to make optical element filters like linear polariser, circular polariser, retardets etc. working in matlab. 2. I decided to use mueller calculus and stokes vectors. So, I would...
  30. N

    Matrices- Variable in Matrices-Help

    Matrices- Variable in Matrices-Help! 1-19-12 I need help. I have a homework question that I have tried to solve. The matrix in the attachment has no inverse. Explain how you can determine the value of x. Then find x. I tried cross multiplying. 3*2/3=4x 6/3=4x 2=4x x=2/4 x=1/2
  31. R

    GEBRA: Representation and Operations of Matrices - FAQs

    I'm just revising my maths notes on matrices and I have a couple of questions, mainly about representation of matrices. 1. I have drawn the matrices in my notes with square brackets, curved brackets or straight lines and curved ends. I always just copied what the slide show or board notes...
  32. A

    How to find the Majorana matrices?

    I'm just wondering how the Majorana matrices first were found. I have only seen them immediately written down at different webpages, and never seen a derivation. Is it obvious how to transform the Dirac gamma matrices into the Majorana representation?
  33. R

    Skyline storage is only for symetric matrices?

    hi all, Is that skyline storage,which is been widely used in FEM problems, is only for symetric matrices? What if I have non-standardized matrices, that is , which can not be made symettric, has pretty randomly oriented inner products, which can not be put into any computerized manner for...
  34. L

    All the ways to build positive definite matrices

    Often people asks how to obtain a positive definite matrix. I would like to make a list of all possible ways to generate positive definite matrices (I consider only square real matrices here). Please help me to complete it. Here M is any matrix, P any positive definite matrix and D any...
  35. N

    Solving the System: How to Characterize Matrices A?

    I am confused on how to solve the following problem. Consider the system \vec{x}t=A\vec{x}+\vec{f} where \vec{x}, \vec{f} are vectors of size n and A is a constant nxn matrix. Characterize all matrices A so that for all periodic functions \vec{f} (irrespective of period) there will...
  36. C

    Find all 10x10 Matrices such that ColA=NulA

    Homework Statement Find all 10x10 Matrices such that the column space is equal to the null space. Homework Equations Choose Function: n!/k!(n-k)! where n is the total number of elements and k is the number k-cominations of the set. rankA+dimNulA=n for a matrix in R^n The...
  37. I

    Rank(AB) = Rank(A)Rank(B)?The Rank Product Theorem for Matrices

    Can someone point me to the proof or give it here for the claim that product of the two positive definite (real) matrices is positive definite. How about determinants of two matrices? Is det(AB) = det(BA) Rank(AB) = Rank(A)Rank(B)? Thank you in advance. This is not a homework...
  38. P

    Linear transformations and standart matrices

    Homework Statement Define the linear transformation T: R^{3} → R^{3} by T(v)= the projection of v onto the vector w=(1,2,1) Find the (standard matrix of T) Homework Equations T: V → W is a function from V to W (which means that for each v in V, there is a T9v) in W such that...
  39. M

    Competition problems: 1. sequences/convergence 2. matrices

    Homework Statement I don't remember the exact problems but I'll try to recall it as best as I can. Given two positive real sequences a_{n}, b_{n}, with a_{1} = b_{1} = 1, and b_{n} = b_{n-1}a_{n} - 2. Show that \sum^{\infty}_{n=2} \frac{1}{a_{1}a_{2}\ldotsa_{n}} converges and find what it...
  40. R

    Why Does \( P_L \not{p} P_L \) Equal Zero for a Left-Handed Particle?

    Homework Statement I'm trying to find P_L \displaystyle{\not}p P_L for a left-handed particle. (I think the answer is zero...) Homework Equations P_L = \frac{1}{2} (1-\gamma_5) (the left-handed projection operator) \displaystyle{\not} p = \gamma_\mu p^\mu (pμ is the 4-momentum) (γμ, γ5 are...
  41. B

    Relationship between eigenvalues of 2x2 matrices within a 4x4 matrix

    Homework Statement Consider a 4 x 4 matrix A = B C 0 D where B, C, and D are 2 x 2 matrices. What is the relationship between the eigenvalues of A, B, C, and D? The Attempt at a Solution I suppose you can write A as: b1 b2 c1 c2 b3 b4 c3 c4 0 0 d1 d2 0 0 d3...
  42. S

    Transformation of A = transpose[A] for mxn Matrices

    Homework Statement "Let T:M2,3→M3,2 be represented by T(A) = AT. Find the matrix for T relative to the standard bases for M2,3 and M3,2"Homework Equations I let the transformation matrix be B. I know that BA = AT, so I need some matrix times A to equal A transpose.The Attempt at a Solution I'm...
  43. R

    Elementary Linear Algebra - Similar Matrices and Rank

    Homework Statement Suppose matrices A and B are similar. Explain why they have the same rank. Homework Equations The Attempt at a Solution So if A and B are similar, then there is some invertible matrix P such that B = P^-1AP. I have been trying to find some way to relate...
  44. B

    Systems of first order linear equations involving wronskian and matrices

    Homework Statement If y3(0) = 2y2(0) - y1(0), what is W(3)? Homework Equations \frac{d}{dt} y(t) = A(t) y(t), A(t) = [1 et e-t] [e-t 0 et] [2 sin(t) -1] The Attempt at a Solution I...
  45. U

    Matrices, Markov, simple question - to make sure im on right track please

    Homework Statement there are 13,200 components that must be regularly maintained or else they fail. At the end of month “t”, there are is a state vector describing the components given by Vt = [ft, mt, at]T where ft is the number of failed components, mt is the number of components out...
  46. D

    Prove of linearly dependency of rows in matrices

    Homework Statement If the rows of A are linearly dependent, prove that the rows of AB are also linearly dependent.The Attempt at a Solution A = \begin{pmatrix}a&-a\\b&-b\end{pmatrix} the rows are linearly dependent because a - a = 0 and b - b = 0. B =...
  47. A

    Pauli Matrices: Calculating Expression

    Hey guys, I was wondering how to get the expression for pauli matrices. I know that for one electron: S_i = \frac{\hbar}{2} \sigma_i But I also know that you can get to the above expression by explicitly calculating the matrix elements of the Sz, Sx and Sy operators (in the basis generated...
  48. B

    Optimization of objective function that's the product of unitary matrices

    Hi, I work in NRM and need for some reason to optimize an objective function of the form ||M-M_target||^2 where M is the product of a large number (>100) 2D unitary complex matrices (Qi) and a vector (A), i.e. M=Q1*Q2*...*QN*A, and M_target is a constant complex vector. I can do it directly...
  49. N

    Lagrange Interpolation and Matrices

    Homework Statement Prove I=T1+T2+...+Tk Where Ti=pi(T) Homework Equations T is kxk pi(x)=(x-c1)...(x-ck) is the minimal polynomial of T. pi=\pii(x)/\pii(ci) \pii=\pi(x)/(x-ci) To evaluate these functions at a matrix, simply let ci=ciI The Attempt at a Solution From lagrange interpolation...
  50. J

    Scaling Augmented Matrices: Is My Thinking Correct?

    An augmented matrix scaled by a number also means the solutions set is scaled by that same number. I believe this is true due to it basically being the same as elementary row operations preformed on each row. Unless it is a zero scalar in which case you lose all conditions. Is my method of...
Back
Top