Fact-checked by Grok 2 weeks ago

Regular matrix

In , the term regular matrix has several meanings, primarily in linear . These include non-singular square matrices, regular matrix pencils, and regular matrices, as detailed in the following sections. One common usage refers to a square over a (such as the real or numbers) whose is nonzero, equivalently, one that possesses a . This property distinguishes regular matrices from singular matrices, which have zero determinant and no . In the context of linear , a regular matrix represents a bijective linear transformation between vector spaces of equal dimension, ensuring that systems of linear equations involving such a matrix have unique solutions. Key properties of regular matrices include full row and column rank equal to the matrix dimension, allowing for unique solvability of the equation Ax = b for any vector b. The inverse of a regular matrix A, denoted A^{-1}, satisfies A A^{-1} = A^{-1} A = I, where I is the identity matrix, and can be computed using methods such as Gaussian elimination, LU decomposition, or the adjugate formula A^{-1} = \frac{1}{\det(A)} \adj(A). Regular matrices are closed under multiplication and inversion, forming the general linear group GL(n, \mathbb{F}) over a field \mathbb{F}. In applied contexts, such as and , regularity ensures in algorithms like solving linear systems or eigenvalue computations, though partial pivoting may be required to avoid instability even for regular matrices. Over rings rather than fields, the notion extends to regular matrices, where a matrix A admits a B such that ABA = A, but this is distinct from the classical linear algebra definition.

Mathematics

Non-singular square matrices

In linear algebra, a is defined as a A \in \mathbb{R}^{n \times n} (or more generally over a ) that is invertible, meaning there exists another B of the same size such that AB = BA = I_n, where I_n is the n \times n . The B is called the of A and is denoted A^{-1}. This equates the term "regular" with "nonsingular" or "invertible," distinguishing it from singular matrices, which lack an . Several conditions are equivalent to a square matrix A being regular. These include: the determinant \det(A) \neq 0; the of A equals n (full rank); the columns (or rows) of A are linearly independent; the image of A spans the entire \mathbb{R}^n; the of A is only the zero ; and for every b \in \mathbb{R}^n, the Ax = b has a unique solution x = A^{-1}b. Regular matrices possess several fundamental properties. The inverse A^{-1} is unique for a given A. If A is , then so is A^{-1}, and (A^{-1})^{-1} = A. The product of two matrices is , with (AB)^{-1} = B^{-1}A^{-1}. Additionally, if A is , its A^T is , and (A^T)^{-1} = (A^{-1})^T. The can also be expressed using the as A^{-1} = \frac{1}{\det(A)} \adj(A), where \adj(A) is the of the cofactor matrix of A. To determine if a matrix is regular and compute its , (or row reduction) is a method. Form the [A \mid I_n] and perform row operations to transform the left part to the I_n; if successful, the right part becomes A^{-1}, confirming A is regular. If the left part cannot be reduced to I_n, A is singular. For a $2 \times 2 matrix A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} with \det(A) = ad - bc \neq 0, the inverse is explicitly given by A^{-1} = \frac{1}{ad - bc} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}. This formula follows directly from the adjugate expression. The term "regular matrix" as a synonym for nonsingular appears in older linear algebra texts from the 19th and 20th centuries, though it is less common in modern English usage compared to "invertible" or "nonsingular."

Regular matrix pencils

In linear algebra, a matrix pencil consists of a pair of n \times n matrices A and B over a field, typically the complex numbers, and is expressed as the matrix-valued polynomial \lambda B - A. A matrix pencil is regular if the determinant \det(\lambda B - A) is not the zero polynomial, meaning it is a polynomial of degree exactly n. Equivalent conditions for regularity include the pencil possessing exactly n eigenvalues, counting multiplicities, which may be finite or infinite; alternatively, not all n \times n minors of \lambda B - A vanish identically as polynomials. This contrasts with singular pencils, where \det(\lambda B - A) \equiv 0, implying fewer than n eigenvalues. A key property of regular pencils is their transformation into Weierstrass canonical form via equivalence transformations, where nonsingular matrices P and Q satisfy P(\lambda B - A)Q = \operatorname{diag}(J(\lambda), N(\lambda)). Here, J(\lambda) is a Jordan-like block diagonal matrix capturing finite eigenvalues, while N(\lambda) consists of nilpotent Jordan blocks for infinite eigenvalues, with the sizes reflecting the algebraic and geometric multiplicities. Regular matrix pencils arise in applications such as , where the generalized eigenvalue problem \det(\lambda B - A) = 0 informs pole placement and system stability analysis for descriptor systems of the form B \dot{x} = A x. Additionally, low-rank of a regular pencil preserve regularity under conditions where the perturbation does not increase the nullity beyond the original structure, allowing controlled changes to the eigenvalue spectrum while maintaining the Weierstrass form's integrity. For example, consider the $2 \times 2 matrices A = \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix} and B = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}; then \lambda B - A = \begin{pmatrix} \lambda & -1 \\ 0 & \lambda \end{pmatrix}, so \det(\lambda B - A) = \lambda^2, a degree-2 confirming regularity with a double eigenvalue at \lambda = 0. In contrast, for A = \begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix} and B = \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix}, \lambda B - A = \begin{pmatrix} -1 & \lambda \\ 0 & 0 \end{pmatrix}, yielding \det(\lambda B - A) = 0 identically, marking a singular pencil.

Regular stochastic matrices

A matrix, also known as a in the context of non-negative matrix theory, is a square P with non-negative entries where each row sums to 1, and there exists some positive integer k such that P^k has all strictly positive entries. This property ensures that the associated mixes thoroughly over iterations, avoiding persistent zero probabilities in transitions. Equivalent conditions for a stochastic matrix to be regular include the underlying being strongly connected (corresponding to irreducibility of the ) and the of all cycle lengths being 1 (corresponding to aperiodicity). These conditions guarantee that the matrix is , meaning its powers eventually become positive, as established in the theory of non-negative matrices. Key properties of regular matrices include the of their powers P^n as n \to \infty to a limiting matrix where all rows are identical and equal to the unique probability vector \pi, satisfying \pi P = \pi and \sum_i \pi_i = 1. This vector represents the long-term proportion of time spent in each , independent of the initial . The rate of this is governed by the of the second-largest eigenvalue \lambda_2 of P, where |\lambda_2| < 1, with faster mixing occurring when |\lambda_2| is smaller. Regular matrices are non-singular, inheriting invertibility from their structure while imposing non-negativity constraints not present in general square . In applications to Markov chains, regular stochastic matrices ensure , meaning the chain converges to a unique limiting distribution from any starting state, which is crucial for modeling systems with eventual equilibrium such as or queueing processes. Variants appear in the algorithm, where a modifies the web's graph into a regular to compute stable importance scores for web pages via the . For example, consider the 2×2 P = \begin{pmatrix} 0.9 & 0.1 \\ 0.2 & 0.8 \end{pmatrix}. Computing P^2 yields P^2 = \begin{pmatrix} 0.83 & 0.17 \\ 0.34 & 0.66 \end{pmatrix}, where all entries are positive, confirming regularity. In contrast, the periodic matrix Q = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} satisfies Q^2 = I, and no power of Q has all positive entries, illustrating the failure of regularity due to aperiodicity.

Other uses

Quadraphonic audio encoding

The Regular Matrix (RM) encoding, also known as the QS (Quadraphonic Source) system, was developed by the Japanese electronics company Sansui and introduced commercially in 1971 as a method to deliver four-channel surround sound over standard two-channel stereo media. This 2x2 matrix technique encodes front left (FL), front right (FR), rear left (RL), and rear right (RR) audio channels into left (L) and right (R) stereo signals for transmission via vinyl records, FM radio, or tape, enabling backward compatibility with existing stereo equipment. The system was offered royalty-free to record labels, leading to its adoption by smaller producers and resulting in hundreds of QS-encoded LP releases during the 1970s, including titles from labels like Vox, Turnabout, and ABC. In the encoding process, the channels are combined with amplitude adjustments and 90-degree phase shifts for the rear channels to minimize interference; for example, the left channel is formed as L = 0.924 FL + 0.383 FR + 0.924 RL i + 0.383 RR i, and the right channel as R = 0.383 FL + 0.924 FR - 0.383 RL i - 0.924 RR i (where i represents the 90-degree phase shift). Decoding occurs through matrix circuits in compatible receivers, which apply phase detection and steering logic (such as Sansui's Vario-Matrix) to approximate the original four channels, achieving separations of 3-10 dB in early models and up to 35-40 dB in later designs. This approach ensured bandwidth efficiency by fitting quadraphonic audio within the standard stereo spectrum but introduced some channel crosstalk, particularly in rear-to-front isolation, as an inherent trade-off of the analog matrix design. Key features of RM encoding included full compatibility with mono and playback—where rear signals would largely cancel out, preserving the front image—and support for ambient surround effects without requiring channels. In contrast to the competing SQ system developed by and , which relied on 90-degree phase shifts primarily for rear channels with fixed amplitudes, QS emphasized balanced front-rear encoding for improved diagonal imaging and better decoding of non-QS matrix sources. The powered dedicated QS receivers and adapters from manufacturers like Sansui, , and until the decline of analog quadraphonics in the late , driven by format incompatibilities and the rise of . Although largely supplanted by modern digital surround formats like and DTS, which offer discrete multi-channel encoding without crosstalk limitations, the Regular Matrix system has seen revived interest among audio enthusiasts and historians for its role in pioneering consumer , with software emulations and archival reissues preserving QS recordings for contemporary playback.

References

  1. [1]
    Types of Matrices - Matrix - Superprof
    Rating 4.0 (3) A regular matrix is a square matrix that has an inverse. In other words, if a square matrix has a non-zero determinant that means it is a regular/non-singular ...
  2. [2]
    [PDF] Linear Algebra
    Mar 2, 2012 · Definition 2.10.15 (Regular matrix). A matrix A P Mn,npKq is regular if the Gauss- ian Elimination to the REF form A1 described above can be ...
  3. [3]
    Von Neumann regular matrices revisited - Taylor & Francis Online
    We give a constructive sufficient condition for a matrix over a commutative ring to be von Neumann ... Von Neumann regular matrixgeneralized inversedeterminantal ...
  4. [4]
    None
    ### Summary of Nonsingular or Regular Matrices from Chapter 1
  5. [5]
    [PDF] Linear Algebra 1 Lecture #5 Invertible matrices
    Nov 6, 2023 · Terminology: Inverible matrices are also called non-singular or ... term “regular matrix” instead of “invertible matrix”; however, this ...
  6. [6]
    The Invertible Matrix Theorem
    This section consists of a single important theorem containing many equivalent conditions for a matrix to be invertible.
  7. [7]
    [PDF] Determinant and the Adjugate
    The formulae presented in these notes for the determinant and the inverse of a matrix are mainly of theoretical interest. They often can be used in proofs ...
  8. [8]
    [PDF] The inverse of a 2 × 2 matrix - Mathcentre
    The inverse of a 2x2 matrix (A-1) is another 2x2 matrix where AA-1 = A-1A = I. Not all matrices have inverses; if the determinant is zero, it does not.
  9. [9]
    [PDF] Applied Numerical Linear Algebra. Lecture 12.
    Regular Matrix Pencils and Weierstrass Canonical Form. The standard ... A − λB, where A and B are m-by-n matrices, is called a matrix pencil, or just a pencil.
  10. [10]
    [PDF] Matrix pencils
    A pencil is called regular if n = m and det(A + xB) does not vanish identically, i.e., if there is λ ∈ C for which it is square invertible.
  11. [11]
    [PDF] Calculating the eigenstructure of a regular matrix pencil - m-hikari.com
    Many authors discussed the generalized eigenvalues problems in matrix theory, both from the algebraic point of view (see [4] and the references therein) and.
  12. [12]
    [PDF] On the Characteristic Polynomial of Regular Linear Matrix Pencil
    A regular matrix pencil basically excludes the case that all complex numbers are. (generalized) eigenvalues for the pencil. In other words, there exists a non- ...
  13. [13]
    Weierstrass Structure and Eigenvalue Placement of Regular Matrix ...
    We solve the problem of determining the Weierstrass structure of a regular matrix pencil obtained by a low rank perturbation of another regular matrix pencil.Missing: preserve | Show results with:preserve
  14. [14]
    [PDF] Hierarchy of Closures of Matrix Pencils - Heldermann-Verlag
    A matrix pencil is said to be perfect, if its. Kronecker canonical form is Lk ⊕···⊕Lk or Rk ⊕···⊕Rk . Otherwise, it is said to be imperfect. Page 3. Pervouchine.
  15. [15]
    [PDF] Regular Markov Chains Definition
    Definition: A transition matrix (stochastic matrix) is said to be regular if some power of T has all positive entries. This means that the Markov chain ...
  16. [16]
    Markov Chains — Linear Algebra, Geometry, and Computation
    Definition. We say that a stochastic matrix P is regular if some matrix power Pk contains only strictly positive entries. · Theorem. If P is an n×n regular ...
  17. [17]
    [PDF] 0.1 Markov Chains
    stochastic matrix implies that P maps K to itself. In ... finite state regular Markov chains are aperiodic and irreducible and conversely (see Corollary.
  18. [18]
    [PDF] Convergence Rates of Markov Chains
    We will focus on two Markov chains for which the convergence rate is of particular interest: (1) the random-to-top shuffling model and (2) the Ehrenfest urn ...
  19. [19]
    [PDF] The anatomy of a large-scale hypertextual Web search engine '
    Page 1. Computer Networks and ISDN Systems 30 ( 1998) 107- 117. The anatomy of a large-scale hypertextual Web search engine '. Sergey Brin *, Lawrence Page *Z.
  20. [20]
    Stochastic Matrices
    ... Markov chain. Definition. A square matrix A is stochastic if all of its entries are nonnegative, and the entries of each column sum to 1. A matrix is ...
  21. [21]
    [PDF] 9.2: Regular Markov Chains
    DEFINITION 1. A transition matrix (stochastic matrix) is said to be regular if some power of. T has all positive entries (i.e. strictly greater than zero).
  22. [22]
    Quadraphonic Discography "Quadraphonic Formats"
    After much animosity the EIA-J and JPA designated the Sansui QS system as the "regular-matrix" or RM matrix for quadraphonics. Of course, this was ...
  23. [23]
    QS SQ logic and circuit - Hi-Ho
    1970, QS system was announced from SANSUI. I made the QS decoder in ... The encoding / decode calculating formula of the QS4ch method. L = 0.924 * LF ...