Quantcast

Multiplication of a 3x3 Matrix by a Scalar

`B = c*[(A_(11), A_(12), A_(13)), (A_(21), A_(22), A_(23)), (A_(31), A_(32), A_(33))]`
`(A)" 3x3 Matrix"`
`(c)"scalar"`
Tags

The Multiplication of a 3x3 Matrix by a Scalar calculator computes the resulting 3x3 matrix (B) produced by the scalar multiplication of 3x3 matrix A and scalar c.

INSTRUCTIONS:  

  • (A) 3x3 Matrix
  • (c) scalar

Matrix (B): The calculator returns the resultant matrix.

The Math / Science

Matrices consist of rows and columns, where given a matrix `A`, the position in `A` in vCalc is denoted `A_(ij)` where the `1^(st)` subscript indicates the row of the matrix and the `2^(nd)` subscript indicates the column of the matrix. We refer to `A_(ij)` as the `(i, j)"th"` element of the matrix `A`. An arbitrary matrix has its size denoted as `mtimesn`, 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 `A_(11), A_(22), ..., A_(text(nn))` 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 Calculators

Sources

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