Dashboard

Featured nodes

Roots

  • Public root

Templates

  • Test template
  • iCorps template
  • Guanyu's Latex template
  • Ivar's latex template
  • Family Tree template
  • Latex template
  • Router template

Trees

  • Public trees

Orphans

  • Browse orphan nodes
Related nodes

Parents1

  • Operations on matrices

Siblings8
  • Sort by title
  • Sort by date

  • Addition
  • Conjugation
  • Scalar multiplication
  • Row operations
  • Matrix-vector products
  • Multiplication
  • Transpose and adjoint
  • Inverse

Children3
  • Sort by title
  • Sort by date

  • Definition of matrix-scalar multiplication
  • Matrix-scalar multiplication is commutative
  • Matrix-scalar product is commutative
Knowenβ
  • Help
    • Welcome to Knowen!
    • Edit test node (no login required)
    • Create new test node (no login required)
  • Not logged in
    • Sign in
    • Sign up

History & Comments

Back

Fill content

Description:Added scalar multiplication
# Scalar multiplication

Put content here**Definition:** The **scalar multiplication** of a matrix $A = (a_{ij})$ by a scalar $c$ is the matrix $cA$ defined by:
⏎
$$(cA)_{ij} = c \cdot a_{ij}$$
⏎
Every entry of the matrix is multiplied by the scalar.
⏎
**Example:**
$$3 \cdot \begin{pmatrix} 1 & 2 \\ 4 & 0 \end{pmatrix} = \begin{pmatrix} 3 & 6 \\ 12 & 0 \end{pmatrix}$$
⏎
**Properties:**
- Distributive over matrix addition: $c(A + B) = cA + cB$
- Distributive over scalar addition: $(c + d)A = cA + dA$
- Associative: $(cd)A = c(dA)$
- Identity: $1 \cdot A = A$
- Zero: $0 \cdot A = 0$
⏎
Together with addition, scalar multiplication makes matrices into a **vector space** over the field of scalars.

# Parents

* Operations on matrices
Sign in to add a new comment

Contact us or leave feedback

© KTree Inc. 2026