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

Children2
  • Sort by title
  • Sort by date

  • Definition of sum of matrices
  • Matrix addition is commutative and associative.
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 matrix addition
# Addition

Put content here**Definition:** The **sum** of two matrices $A$ and $B$ of the same size ($m \times n$) is the matrix $A + B$ defined by:
⏎
$$(A + B)_{ij} = a_{ij} + b_{ij}$$
⏎
Matrix addition is performed **entrywise**.
⏎
**Example:**
$$\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} + \begin{pmatrix} 5 & 6 \\ 7 & 8 \end{pmatrix} = \begin{pmatrix} 6 & 8 \\ 10 & 12 \end{pmatrix}$$
⏎
**Properties:**
- Commutative: $A + B = B + A$
- Associative: $(A + B) + C = A + (B + C)$
- Identity: $A + 0 = A$
- Inverse: $A + (-A) = 0$
⏎
These properties make the set of $m \times n$ matrices an **abelian group** under addition.

# Parents

* Operations on matrices
Sign in to add a new comment

Contact us or leave feedback

© KTree Inc. 2026