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

Proving Matrix with exponentials

In the attached question, I was able to make sense of the hint as only the column in a will be changing and the row in b will be changing. I am having trouble visualizing a succinct way to show (B^T)(A^T).
0
votes
1 answer

Two matrix A ,B which are Row equivalence

I have two matrix $A,B$ which are row equivalence,I have to find a matrix $P$ such that $A=PB$ . I try solving that by saying that $P$ is elementary procedure therefore I try find which elementary procedure i need to do for going from $B$ to $A$.…
0
votes
2 answers

Matrix addition is comutative or not

Someone (Ph.D in Maths) told me that matrix addition(yes addition) is not comutative. but how it is possible. He is wrong or right. If he is right then how? I'm 12 std. Student
Prashant
  • 127
0
votes
2 answers

Solve the following systems of

Solve the following systems of equations by matrix method $$2ax-2by=-a-4b$$ and $$2bx+2ay=4a-b$$ I only need the equation in terms of $x$ and $y$ in order to represent in the matrix form but how can I eliminate $a$ and $b$.
0
votes
1 answer

Prove this matrix algebraic equation

Let $X$ be an $n \times m$ matrix, $x_i^T$ the $i$th row of $X$. Is it true that $\sum_{i=1}^n x_i^T (X^T X)^{-1} x_i = m$ ? How do I prove it?
ywx
  • 299
  • 2
  • 10
0
votes
1 answer

How can I find the values of each coefficient within a vector in a matrix multiplication problem?

I have all the other T and alpha values and I'm trying to solve for a0 a1 and a2 I can't simply divide them so I figure in need to do something like this But i'm not sure how to go about it? What's this called? Do I substitute all the a, a1,…
Squirrl
  • 131
0
votes
0 answers

Matrix multiplication and correct brackets placing

I have sequences of brackets like this [ > ) ]. I have to add brackets to the sequence that result would appear in this way [<> ()] because this is an optimal solution to the sequence. The approach to this problem is matrix chain multiplication and…
Bob
  • 111
0
votes
1 answer

Proof for Inverse of the matrix

I tried to prove the inverse of the matrix but I got a wrong formula. Here's the proof: Let $$aX + bY = m \quad , \quad cX + dY = n\\ \begin{align}X & = \frac{m - by}{a}\\ & = \frac{n - dy}{c}\end{align}\\ \therefore cm - cbY = an - adY\\ cm - an =…
Amr Ayman
  • 105
0
votes
0 answers

Given hermitian $C$ and diagonal $\Delta$, find $C=H\Delta H^H$ with $H$ orthogonal.

Given $C$ a hermitian complex non-singular square matrix, and $\Delta$ real and diagonal with distinct, non-zero diagonal elements, I need to find an orthogonal matrix $H$ such that $$C=H\Delta H^H.$$ Is there a way to do this? One thought was to…
MBaz
  • 101
0
votes
1 answer

Values for $*$ symbol in linear algebra equation

In the following equation shown below, I am wondering as to how to interpret the $*$ symbol. What values of $j$ in $p_{i*}$ should be used, and what values of $i$ should be used in $p_{*j}$ $$\begin{align} p_{ij}&=…
TheM00s3
  • 113
0
votes
2 answers

Operations on matrix equations

I have two Know matrices A and B and I am given the equation: X + 2I (identity) = B + XA What are the operations allowed here? I wish to get something like X = ... So I can calculate the known matrices and get my X. Anywhere I can find a tutorial on…
darrrrUC
  • 331
0
votes
1 answer

Isolate vector in matrix equation

I have this equation: $$H=\frac{t\cdot n^T}{n^T\cdot x}$$ with $t$, $n$ and $x$ being $3\times 1$ column vectors and $H$ a $3\times 3$ matrix, and where $\cdot$ is matrix multiplication. Notice that on the RHS the numerator results in a $3\times 3$…
0
votes
0 answers

are the adjacency matrix and degree matrix right?

I was wondering, is this a good (I mean by good if it follows all adjacency matrix rules) adjacency matrix ? there is 6 different nodes (A1,A2,A3,B1,B2,B3) : the Adjacency matrix And is this its degree matrix (probably its outdegree matrix): Degree…
0
votes
2 answers

Calculate GPS coordinates

There are 3 satellites with coordinates $(x_i,y_i,z_i)$ for $i=1,2,3$ Sat1 = (-11, -10, 21) Sat2 = (-12, -20,11) Sat3 = (14,-10,19) There is a receiver, somewhere in the middle with certain distance to Sat 1,2 and 3 d$_1$ = 22,1, d$_2$ = 21,5 and…
iJup
  • 1,999
0
votes
1 answer

Multiplication Property of Vector Inequality

I'm a beginner of matrix inequality. Now I have a vector inequality like below \begin{equation} \begin{aligned} A \lambda \succeq \mu \end{aligned} \end{equation} where $A$ is a $n \times n$ symmetric positive definite matrix and $\lambda \succeq…