Questions tagged [matrix-equations]

This tag is for questions related to equations, with matrices as coefficients and unknowns. A matrix equation is an equation in which a variable stands for a matrix .

Definition: Let $~v_1,~v_2,~\cdots~,v_n~ $ and $~b~$ be vectors in $~\mathbb{R^n}~$. Consider the vector equation $$x_1~v_1+x_2~v_2+~\cdots~+x_n~v_n=b~$$This is equivalent to the matrix equation$$~Ax=b~$$

where $~~A=\begin{pmatrix} \cdot & \cdot & \cdots & \cdot \\ v_1 & v_2 & \cdots & v_n \\ \cdot & \cdot & \cdots & \cdot \\ \end{pmatrix};~~ x=\begin{pmatrix} x_1 \\ x_2\\ \cdots\\ x_n \end{pmatrix} ~~\text{and}~~ b=\begin{pmatrix} b_1 \\ b_2\\ \cdots\\ b_n \end{pmatrix}$

Since a matrix equation $ ~AX=B~$ (where $ ~X~$ is a column vector of variables) is equivalent to a system of linear equations, we can use the same methods we have used on systems of linear equations to solve matrix equations. Namely:

$(1.)~~$ Write down the augmented matrix $ ~A \vdots B$.

$(2.)~~$ Row-reduce to a new augmented matrix $~ \overline A \vdots \overline B~$ in row echelon form.

$(3.)~~$ Use this new matrix to write a matrix equation equivalent to the original one.

$(4.)~~$ Use this new, equivalent matrix equation to find the solutions to the original equation.

In mathematics, matrix equation (which is a system of linear equations) is the basis and a fundamental part of linear algebra, a subject which is used in most parts of modern mathematics. Computational algorithms for finding the solutions are an important part of numerical linear algebra, and play a prominent role in engineering, physics, chemistry, computer science, and economics. A system of non-linear equations can often be approximated by a linear system (see linearization), a helpful technique when making a mathematical model or computer simulation of a relatively complex system.

Very often, the coefficients of the equations are real or complex numbers and the solutions are searched in the same set of numbers, but the theory and the algorithms apply for coefficients and solutions in any field. For solutions in an integral domain like the ring of the integers, or in other algebraic structures, other theories have been developed, see Linear equation over a ring. Integer linear programming is a collection of methods for finding the "best" integer solution (when there are many). Gröbner basis theory provides algorithms when coefficients and unknowns are polynomials. Also tropical geometry is an example of linear algebra in a more exotic structure.

4362 questions
0
votes
0 answers

System of linear equations with positive semi-definite matrices

There is a Lemma in paper "team decision problems" by Radner: Lemma: If $C$ is a $K \times K$ symmetric positive semi-definite matrix, partitioned symmetrically into blocks $C_{ij}$ such that $C_{ii}$ is positive definite for every $i$, and if $Q$…
m0_as
  • 1,075
0
votes
1 answer

Help me to drive the equation. in Interval AHP problem

I'm holding this eqauation about 5 hours, but I can't handle it. It's on the Applied Mathematics and comptation's article titled 'interval weight generation approaches based on consistency test and interval comparison matrices'. It's about Interval…
0
votes
1 answer

Is there any sufficient or necessary conditions for a matrix to have LU factorization?

I have learnt that the matrix has to be a real, symmetric and a positive definite matrix to find it's LU factorization by Cholesky's method. Is there any conditions for Doolittle's method and Crout's method?
Malith
  • 305
0
votes
1 answer

Finding the rank of sub-matrix

A Boolean matrix $M$, of rank $r$, is of the form $$\begin{bmatrix} A & B \\ C & D \\ \end{bmatrix}$$ where the sub-matrix $A$ is a all zero matrix or all one matrix (i.e. $A$ is monochromatic). So $\text{rank}(A)$ is at most $1$. Then a typical…
0
votes
1 answer

derivative of characteristic function of Wishart

is there anybody who can solve this expression: $$\frac{\partial}{\partial_Z} [det(I-2ZA)^{-b/2}]$$ where Z,A are {nxn} symmetric matrices, I is the {nxn} identity matrix and b is a positive scalar. This formula actually coincides with the…
EddieG
  • 3
0
votes
1 answer

Inverse Outer Product Problem.

I need to solve for $B$ in the equation $A B = C$ where: $A$ and $C$ are known $1 \times 6$ vectors and $C$ is an unknown $ 6 \times 6$ transition probability matrix (i.e. rows sum = to $1$). As far as I understand that gives us $12$ equations for…
0
votes
1 answer

Identity matrix addition and inverse matrices

I am trying to reduce the following: x and y column vectors yt is the transposed column vector $(I - \frac{1}{(1+ y^t x)} * x y^t) (I + x y^t) = I$ I am stuck at $x y^t * y^t X = x y^t (x y^t +I)$ How do I reduce it further?
liujm
  • 115
0
votes
1 answer

Solving the linear system of equations

Is it possible to solve non square matrix with Gaussian eliminations? OR any other way to solve a 6 equation with 8 variables?
Ani M
  • 1
0
votes
1 answer

working with matrices, mean solution?

I don't understand why the author says that following matrix equation solution, is a "mean solution" see, find out $[R]$ $$[N][R] = [B]$$ where $[N]$ is a 3x4 matrix, $[R]$ is a 1x3 matrix and $[B]$ is a 1x4 matrix the solution is the…
-1
votes
1 answer

Is there a solution to these matrix equations?

Let $A$ and $B$ be matrices such that: $$A\neq 0$$ $$B \neq 0$$ $$A^2=0$$ $$B^2=0$$ $$AB=A$$ $$BA=B$$ Is there a solution to this set of equations? I tried looking for a solution in $2\times 2$ matrices but couldn't find one. Is there a way to prove…
zooby
  • 4,343
-1
votes
1 answer

Prove the following using the properties of matrix

Show that the matrix $$A=\begin{pmatrix} a&b\\c&d\end{pmatrix}$$ satisfies the equation $$A^2-(a+b)A+ (ad-bc) I =0$$ Please help me prove this. I have hard time doing it.
Suan Suan
  • 103
-1
votes
1 answer

Matrix Equation Inverse

How can I show that if a square matrix A satisfies: (A^2) - 4A + 3I = 0 (where “I” is the identity matrix) then: (A^-1) = (1/3)(4I - A) ?
Eesha
  • 1
-1
votes
1 answer

How to calculate sparseness and sparse density of the matrix having elements 'Zero', 'One' and 'X'.

I would like to calculate number of elements in a matrix that are equal to Zero or One. The goal is calculate density of elements in a matrix that are equal to zero or one. I use this to calculate sparseness of the matrix as well. Generally in…
svp
  • 1
-1
votes
2 answers

How to solve a matrix equation when equals to 0

How to solve such an equation? $$2\pmb{X}^T(\pmb{X\hat{w}}-\pmb{y})=0$$ I read that the answer is the following, but why? $$\pmb{\hat{w}} = (\pmb{X}^T\pmb{X})^{-1}\pmb{X}^T\pmb{y}$$
xtt
  • 125
-1
votes
1 answer

Matrix summation

$ \left( \begin{array}{cc} 1 & 2 \\ 2 & 1 \end{array} \right) % \left( \begin{array}{cc} a \\ b \end{array} \right) % = % \left( \begin{array}{cc} 3 - X \\ 6 - X \end{array} \right) $ Can anyone please verify if my answer is correct: $a =…
1 2 3
9
10