Answer:
Matrix multiplication is not conmutative
Step-by-step explanation:
The matrix multiplication can be performed if the number of columns of the first matrix is equal to the number of rows of the second matrix
Let A with dimension mxn and B with dimension nxp represent two matrix
The multiplication of A by B is a matrix C with dimension mxp, but the multiplication of B by A is can't be calculated because the number of columns of B is not the number of rows of A. Therefore, you can notice that is not conmutative in general.
But even if the multiplication of AB and BA is defined (For example if A and B are squared matrix of 2x2) the multiplication is not necessary conmutative.
The matrix multiplication result is a matrix which entries are given by dot product of the corresponding row of the first matrix and the corresponding column of the second matrix:
![A=\left[\begin{array}{ccc}a11&a12\\a21&a22\end{array}\right]\\B= \left[\begin{array}{ccc}b11&b12\\b21&b22\end{array}\right]\\AB = \left[\begin{array}{ccc}a11b11+a12b21&a11b12+a12b22\\a21b11+a22b21&a21b12+a22b22\end{array}\right]\\\\BA=\left[\begin{array}{ccc}b11a11+b12a21&b11a12+b12a22\\b21a11+b22ba21&b21a12+b22a22\end{array}\right]](https://tex.z-dn.net/?f=A%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Da11%26a12%5C%5Ca21%26a22%5Cend%7Barray%7D%5Cright%5D%5C%5CB%3D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Db11%26b12%5C%5Cb21%26b22%5Cend%7Barray%7D%5Cright%5D%5C%5CAB%20%3D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Da11b11%2Ba12b21%26a11b12%2Ba12b22%5C%5Ca21b11%2Ba22b21%26a21b12%2Ba22b22%5Cend%7Barray%7D%5Cright%5D%5C%5C%5C%5CBA%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Db11a11%2Bb12a21%26b11a12%2Bb12a22%5C%5Cb21a11%2Bb22ba21%26b21a12%2Bb22a22%5Cend%7Barray%7D%5Cright%5D)
Notice that in general, the result is not the same. It could be the same for very specific values of the elements of each matrix.
Answer:
Yes
Step-by-step explanation:
A square plus b square equal c square
The answer in this question is A, D and E, we might conclude if a random sample of 36 time interval between eruption has a mean longer that 104 minutes, I can conclude that the population means may be greater than 91 and the probability mean must be more that 91, since the probability is low and also the population mean is 91, and this is an example of a typical sampling result.
9514 1404 393
Answer:
a) (x +2)(x +3)
b) x = -2 or -3
Step-by-step explanation:
a) The constants in the binomial factors will be divisors of 6 that have a sum of 5. You know that ...
6 = 1×6 = 2×3
The sums of these factor pairs are 7 and 5. You want the pair 2, 3. The factors are ...
x² +5x +6 = (x +2)(x +3)
__
b) The solutions to the equation are the values of x that make the factors zero:
(x +2) = 0 ⇒ x = -2
(x +3) = 0 ⇒ x = -3
Answer:
-31.2x + 28.7y + 10.5
Step-by-step explanation:
Step 1: Write expression
2.5(4.2 + 7.4y) - 3.6(8x - 4.5y) - (2.4x + 6y)
Step 2: Distribute
10.5 + 18.5y - 28.8x + 16.2y - 2.4x - 6y
Step 3: Combine like terms
-31.2x + 28.7y + 10.5