Quantcast
Loading [MathJax]/jax/element/mml/optable/Latin1Supplement.js

Multiplication of a 3x3 Matrix and a 3x1 Matrix

Last modified by
on
Oct 17, 2023, 11:59:10 AM
Created by
on
May 31, 2016, 7:05:21 PM
C[3x1]=A[3x3]B[3x1]
(A) 3x3 matrix
(B) 3x1 matrix

The Multiplication of a 3x3 matrix (A) and 3x1 matrix (B) calculator computes the resulting 1x3 matrix (C) of this matrix operation.  /attachments/9f52f50e-2762-11e6-9770-bc764e2038f2/3x3 by 3x1.png Matrix Multiplications 

INSTRUCTIONS  Enter the following:  

  •  (A) 3x3 matrix 
  •  (B) 3x1 matrix

1x3 MATRIX MULTIPLICATION (C): This calculator computes the resulting 3x1 matrix C.  Note: the 3x1 is returned as a single row with commas separating the values (e.g. [ [65],[102],[156] ] in the example above). 

The Math / Science

Matrices consist of rows and columns, where given a matrix A, the position in A in vCalc is denoted Aij where the 1st subscript indicates the row of the matrix and the 2nd subscript indicates the column of the matrix. We refer to Aij as the (i,j)th element of the matrix A. An arbitrary matrix has its size denoted as m×n, where m refers to the number of rows in a given matrix and n refers to the number of columns in a given matrix. 

If m=n then the matrix is referred to as a square matrix. The elements of the matrix A11,A22,...,Ann is commonly referred to as the main diagonal of the square matrix. 

Scalar Multiplication

Let A be a matrix and c be an arbitrary scalar number; scalar multiplication of A by c is "the matrix obtained by multiplying every element of A by c. The matrix cA will be the same size as A" (Williams, 37). 

Matrix Multiplication

Multiplying matrices is done by multiplying the rows of the first matrix with the columns of the second matrix in a systematic manner. In order for us to be able to multiply two matrices together, the number of columns in A has to be equal to the number of rows in B. Otherwise, the product AB of two matrices does not exist.
The matrix multiplication rule is as follows:
"Interpret the first matrix of a product in terms of its rows and the second in terms of its columns. Multiply rows times columns by multiplying corresponding elements and adding" (Williams, 37). 

Examples

Consider the following matrices A and B:

     A=[312415],B=[726351]

Since A has three columns and B has three rows, we know we can multiply these matrices to get a new matrix. We use the AB multiplication rule to get

     AB=[(37)+(16)+(25)(32)+(13)+(21)(47)+(16)+(55)(42)+(13)+(51)]
     AB=[37115925]

Now let's note an example from Williams on page 39: 

"Consider the following matrices A and B:

     A=[312415], 

Let us attempt to compute AB using the matrix multiplication rule.  We get

     AB= [(3, 1, 2), (4, 1, 5)]*[(7, 2), (6, 3)]= [([(3, 1, 2)]*[(7), (6)],[(3, 1, 2)]*[(2), (3)]),( [(4, 1, 5)]*[(7), (6)], [(4, 1, 5)]*[(2), (3)]) ]

If we try to compute [(3, 1, 2)]*[(7), (6)] , the elements do not match, and the product does not exist. The same shortcoming applies to all the other elements of AB. We say that the product AB does not exist."

The following properties of matrix multiplication are important to know: 1) Matrix Multiplication is not commutative 2) If A is an m times r matrix and B is an r times n matrix, then AB will be an mtimesn matrix. 


Matrix Calculators

Sources

Williams, Gareth. Linear Algebra With Applications. Boston: Jones and Bartlett, 2011. Print.


This equation, Multiplication of a 3x3 Matrix and a 3x1 Matrix, is used in 1 page
  • Comments
  • Attachments
  • Stats
No comments
This site uses cookies to give you the best, most relevant experience. By continuing to browse the site you are agreeing to our use of cookies.