answersLogoWhite

0


Best Answer

By rule of matrix multiplication the number of rows in the first matrix must equal the number of rows in the second matrix. If A is an axb matrix and B is a cxd matrix, then a = d. Then if BA is defined, then c = b. This means that B is not necessarily mxn, but must be nxm.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If A is any mxn such that AB and BA are both defined show that B is an mxn matrix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Algebra

How do you square a matrix?

To square a matrix, simply multiply the matrix by itself. It is just like squaring any other regular number in mathematics.


How do you multiply 3x3 matrices by 1x3 or 3x1?

First of all, if we have any two matrices of sizes mxn and pxq where m, n, p and q are natural numbers, then we must have n=p to be able to multiply the matrices. The result is an mxq matrix. For example, a 3x1 matrix has m=3 and n=1. We can multiply it with any matrix of size 1xq. For example a 2x3 matrix can be multiplied with a 3x1 matrix which has 3 rows and 1 column and the result is a 2x1 matrix. (2x3) multiplies by (3x1) gives a (2x1) matrix. The easy way to remember this is write the dimension of Matrix A and then Matrix B. The two inner numbers must be the same and the two outer numbers are the dimensions of the matrix you have after multiplication. For example Let Matrix A have dimensions (axb) multiply it by matrix B which has dimensions (bxc) = the result is matrix of dimensions ac. Using the trick we would remind ourselves by writing (a,b)x(b,c)=(a,c). This is technically wrong because the numbers are dimensions, but it is just a method to help students remember how to do it. So, a 3x3 matrix can be multiplied by a 3x 1 but not by a 1,3 matrix. How do you do it? Just multiply each entry in the first row of A by each entry in the first column of B and add the products. Do the same for the next row etc. Many (or should I honestly say MOST) people use their fingers and go along row one and then down column one. The add the products of the entries as they do that. Then they do the same for row two and column two etc. It really does help!


How do tables show the solution to a system of equations?

Any answers that are the same in the both tables are answers that for both equations. y=x is (1,1), 2,2), (3,3) ... y=x^2 is (1,1),(4,2)... (1,1) is in both lists.


To find discriminant of a matrix?

Well, Im not sure if this is true for all matrices of all sizes, but for a 2x2 square matrix the discriminant is... dis(A) = tr(A)^2 - 4 det(A) The discriminant of matrix A is equal to the square of the trace of matrix A, minus four times the determinant of matrix A. I know this to be true for all 2x2 square matrice, but I have never seen any statement one way or the other for larger matrices. Thus, for matrix A = [ a, b; c, d ] tr(A) = a+d det(A) = ad-bc tr(A)^2 = a^2 + 2ad + d^2 4 det(A) = 4ad - 4bc dis(A) = a^2 - 2ad + 4bc + d^2


What type of line has a defined slope?

Any continuous line as long as it does not have a vertical section.

Related questions

Is there any matrix called as zero matrix?

ya yes its there a matrix called zero matrix


Why do you think the DNA is storeed both cold and with the InstaGence matrix affter boiling the samples?

any heat can activate the DNA- degrading enzymes


How do you square a matrix?

To square a matrix, simply multiply the matrix by itself. It is just like squaring any other regular number in mathematics.


Do you have to use developer with matrix so color hair dye?

Yes, the appropriate volume developer must be mixed with any Matrix color.


How does a matrix relate to mathematics?

A matrix relates to math by being a scientific measuring unit. In other words, any shape can have a matrix that also has the plausibility to be measured.


can i get a dvr that can split to show on 3 monitors?

You'll need a Video Matrix box. This will allow you to run any input source out to as many displays as you like, with no loss in quality.


How do you find rank of a matrix?

First, You have to reduce the matrix to echelon form . The number of nonzero rows in the reduced echelon form matrix (number of linearly independent rows) indicates the rank of the matrix. Go to any search engine and type "Rank of a matrix, Cliffnotes" for an example.


Is there going to be a Matrix 4?

i havnt heard any ideas about matrix 4 and i usually what new movies are comin out before its on commercial


Is 0 divided by 3 defined or not?

0


Is snow and rain both precipitation?

Yes, they are. Precipitation is defined as any product of condensation of atmospheric water vapor that falls under gravity.


Is a singular matrix an indempotent matrix?

A singular matrix is a matrix that is not invertible. If a matrix is not invertible, then:• The determinant of the matrix is 0.• Any matrix multiplied by that matrix doesn't give the identity matrix.There are a lot of examples in which a singular matrix is an idempotent matrix. For instance:M =[1 1][0 0]Take the product of two M's to get the same M, the given!M x M = MSo yes, SOME singular matrices are idempotent matrices! How? Let's take a 2 by 2 identity matrix for instance.I =[1 0][0 1]I x I = I obviously.Then, that nonsingular matrix is also idempotent!Hope this helps!


How do you figure out whether a matrix has a determinant?

Any n x n (square) matrix have a determinate. If it's not a square matrix, we don't have a determinate, or rather we don't care about the determinate since it can't be invertible.