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:
Matrix (B): The calculator returns the resultant matrix.
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.
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).
Williams, Gareth. Linear Algebra With Applications. Boston: Jones and Bartlett, 2011. Print.