answersLogoWhite

0

commutative

User Avatar

monique robles

Lvl 14
4y ago

What else can I help you with?

Related Questions

C plus plus program -matrix multiplication using class?

for(int i=0;i


Can you multiply a 2x2 matrices?

You can definitely multiply 2x2 matrices with each other. In fact you can multiply a AxB matrix with a BxC matrix, where A, B, and C are natural numbers. That is, the number of columns of the first matrix must equal the number of rows of the second matrix--we call this "inner dimensions must match."


How do you use casio fx-991ms to solve matrices?

to do matrix multiplication in calculator Casio fx-991MS follow the steps below:- 1] Enter in the matrix mod:- press MODE 3 times then press 2. 2] To enter the matrix:- press SHIFT and then 4. press 1 to select Dim. to enter the matrix. Suppose u hv to multiply the matri A with matrix B then seletect A by pressing 1 chose dimension for matrix A let m=2 so press 2 then '=' again let n=2 so press 2 then '=' Now, enter the values in matrix MatA11, MatA12, MatA21,MatA22 every time enter the value and then ' =' to enter another values.. remember values get stored in the sequence of row mean 11,21,21,22 now u feel all the values of Matrix A now to enter value of matrix B press SHIFT and again 4. seect Dim by pressing 1. this time chose Mat B and follow the steps same as u use to feel values in matrix A. after entering the values. u stored matrix A and B. 3]Now multiply Matrix A and Matrix B:- press again Shift then 4 and this time select option Mat by pressing 3 to multiply matrix A and matrix B press 1(select Mat A) then press Multiply operator(*/cross). again press Shift then 4 then press 3 and nw selec/press 2(select Mat B) then press '=' 4] you will get the another matrix Ans But the values are in the sequence of row to see next vaues in that matrix press '>' side of REPLAY button.


How do you do matrix operation in casio fx991ms?

To do matrix multiplication in calculator Casio fx-991MS follow the steps below:- 1] Enter in the matrix mod:- press MODE 3 times then press 2. 2] To enter the matrix:- press SHIFT and then 4. press 1 to select Dim. to enter the matrix. Suppose u hv to multiply the matri A with matrix B then seletect A by pressing 1 chose dimension for matrix A let m=2 so press 2 then '=' again let n=2 so press 2 then '=' Now, enter the values in matrix MatA11, MatA12, MatA21,MatA22 every time enter the value and then ' =' to enter another values.. remember values get stored in the sequence of row mean 11,21,21,22 now u feel all the values of Matrix A now to enter value of matrix B press SHIFT and again 4. seect Dim by pressing 1. this time chose Mat B and follow the steps same as u use to feel values in matrix A. after entering the values. u stored matrix A and B. 3]Now multiply Matrix A and Matrix B:- press again Shift then 4 and this time select option Mat by pressing 3 to multiply matrix A and matrix B press 1(select Mat A) then press Multiply operator(*/cross). again press Shift then 4 then press 3 and nw selec/press 2(select Mat B) then press '=' 4] you will get the another matrix Ans But the values are in the sequence of row to see next vaues in that matrix press '>' side of REPLAY button.


How do you determine if you can multiply two matrices?

Tthe matrix multiplication A*Bis defined only if the number of columns in the first matrix, A, is the same as the number of rows in the second, B. Note that the condition for the multiplication of B*A will be the reverse.


How do you rotate 90 degrees clockwise about the origin?

Move each point with the coordinates (a, b) to the location (b, -a).Equivalently, if the points are represented by a 2x1 column matrix, then pre-multiply by the matrix ( 0 1) (-1 0)


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 you rotate shapes 90 degrees clockwise about the origin?

Move each point with the coordinates (a, b) to the location (b, -a).Equivalently, if the points are represented by a 2x1 column matrix, then pre-multiply by the matrix ( 0 1) (-1 0)


Do you suppose you multiply for perimeter?

Here are some formulas for perimeter. Looking at them, you can see that yes, you can multiply to find perimeter.square = 4arectangle = 2a + 2btriangle = a + b + ccircle = 2pi r


How are matrices used in cryptography?

Suppose you had a secret message you needed to give someone. You can use a matrix to make it unreadable to anyone except the recipient. First, you must have an encoding matrix. Let's suppose your encoding matrix is... -2 2 3 -1 3 2 2 1 3 And your message is... I like matrices You must then write you message with numbers. Suppose you use the code A=1, B=2, C=3 etc. Spaces are 27. That would make your message this: 9 27 12 9 11 5 27 13 1 20 18 9 3 5 19 You translate this into a matrix, going down the columns. The matrix must have three rows to be able to multiply. 9 9 27 20 3 27 11 13 18 5 12 5 1 9 19 When you multiply the two, you get... 72 19 -25 23 61 96 34 14 52 50 81 44 70 85 68 To find the original message, you multiply by the inverse of the encoding matrix--the decoding matrix. You will find the first pattern of numbers and be able to find the message. (Sorry, I don't know how to make matrix brackets. You'll just have to deal with it. I tried to make it pretty clear.)


Suppose you want to determine which users are currently logged on to your Ubuntu Linux server?

B) who


Definition of commutative matrix?

Commutative Matrix If A and B are the two square matrices such that AB=BA, then A and B are called commutative matrix or simple commute.