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
1 answer

How do you truncate columns from a matrix with algebraic operations?

I have a matrix of dimension $n \times m$ and want to truncate a column left or right side, to get the remaining $n \times m-1$ matrix (one column removed). How can I do this using standard algebraic notation?
Bernd Wechner
  • 379
  • 3
  • 11
0
votes
3 answers

Is there a standard way of expressing matrix row and column operations algebraically?

I've looked hard and failed to find any convincingly standard algebraic notation for such. I have a specific problem in mind. It is the transformation of this matrix: $\mathrm{W} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 0.25 & 0 \\ 0 &…
Bernd Wechner
  • 379
  • 3
  • 11
0
votes
1 answer

System of equations matrices

Please help me in slicing this question.Given a matrix and need to find The locus of all (a,b) € R2 such that this system has atleast TWO DISTINCT solutions for (x1,x2,x3,x4) is ____ Options are Parabola; straight line ; entire plane of R2 ; a…
sindhu
  • 52
0
votes
1 answer

Trouble on General Solution of a System $x'(t)=Ax(t)$

I have the following problem: Find a general solution of the system $x'(t)=Ax(t)$ for the given matrix $A$. $A=\begin{bmatrix}9 & -6\\15 & -9\end{bmatrix}$ When I calculate the eigenvectors by hand I get $\pm\sqrt{171}$, but by Matlab I get these…
TobyTobyo
  • 377
0
votes
2 answers

How I can reduce this matricial expression?

$\frac{1}{N}((w - (X^TX)^{-1}X^Ty)^T(X^TX)(w-(X^TX)^{-1}X^Ty) + y^T(I - X(X^TX)^{-1}X^T)y) $ I have to achieve this new expression: $\frac{1}{N}(w^TX^TXw -2w^TX^Ty +y^Ty) $ Additional information: $\ X^TX$ is invertible and positive definite $w$…
Charles
  • 3
  • 3
0
votes
1 answer

Solving system of equations so that it has no solution

Find the value of parameter $a$, so that the system has no solution. \begin{bmatrix} a & 3 & 2 & & 5 \\ 1 & 7 & 3 & = & 13 \\ 3 & 1 & a & & 3 \\ \end{bmatrix} How to do that? I know I am supposed to get 0 0 0 = non-zero value, but how to…
0
votes
2 answers

A matrix of a linear system of equations is Given

$$ \left[ \begin{array}{ccc|c} 1 & 1 & 1&4\\ 0 & 0 & 1&2 \\ 0 & 0&a-4&a-2\\ \end{array} \right] $$ (a) Find all values for which the system is Consistent (b) find all values for which the system is inconsistent (c)…
Raxy
  • 1
0
votes
1 answer

Help with solving a parametric matrix equation

I have the following equation: $B^{-1}E^{-1}(B^{-1}R^{-1}BE)^{\frac{1}{2}}B=Q$ B, E,R and Q are all square, reversible matrices. I need to find an expression for B. any ideas?
Tuluz
  • 1
0
votes
1 answer

Action of the modular group on upper triangular matrices (from the right)

I am considering the (finite) set of upper triangular matrices $$D_N=\left\{\begin{pmatrix}a&b\\0&d\end{pmatrix}:a,b,d\in\mathbb{Z}, ad=N, \gcd(a,b,d)=1, 0\leq b
0
votes
2 answers

$AB = E$ then $BA = E$ proof?

Let $A$ and $B$ be a square matrix with same size. If $AB = E$ and $BA \neq E$ $BAB \neq EB$ so $B \neq B \Rightarrow$ a contradiction. Where is this solution wrong?
Ris
  • 1,292
0
votes
2 answers

Variable in a matrix

I'm currently stuck on this problem. You have the following formules: 6αx1 + 4x2 = 5 9x1 + 2αx2 = -2 For which values of α does this system have a unique solution? I currently got this but dont know if it's correct. So the matrix must be 1 0 …
0
votes
2 answers

matrix equality about I+BA

Can you help me prove the matrix equality below? $$I+BA = (I+B)(I-(I+B)^{-1}B(I-A)),$$ where $B, A$ are some matrix and $I$ is identity matrix. Should I use matrix inversion lemma?
0
votes
1 answer

If A is nonsingular and B is nonsingular show that A - B is nonsingular

If A is nonsingular and B is nonsingular show that A - B is nonsingular is this true or false and why ... my answer False cuase A is nonsingular then det A =/ 0 B is nonsingular then det B =/ 0 det ( A - B ) =/ 0 det A - det B =/ 0 det A =/ det…
0
votes
2 answers

Solution for equation using contraction mapping

Find a solution of the equation $f(x) = x$ for $x = (x_1, x_2,x_3) \in \mathbb E^3$ (euclidean space) , where $f(x_1, x_2,x_3)= (4x_1+10x_2+5x_3-20, 4x_1+4x_2+3x_3+24, 15x_1+4x_2+15x_3+180)$ How to find a solution for the equation using Banach…
0
votes
1 answer

Self-referencing Lyapunov equation

Let $A$ be a square, Hurwitz matrix. The Lyapunov-like equation $$ AP + PA^T = -P $$ is trivially solved by $P=0$, where $0$ here has the same size of $A$. Can we find positive-definite solutions too?
Antonio
  • 311