Complementary Submatrix

The complementary submatrix of an element \( a_{ij} \) is the smaller matrix created by removing the i-th row and j-th column from the original matrix.

An example of a complementary submatrix

This complementary submatrix is denoted by \( A_{(ij)} \).

Note: The complementary submatrix is a specific type of submatrix in which only one row and one column are omitted.

    A Practical Example

    Let’s consider a matrix \( A_{2x4} \) with two rows (m=2) and four columns (n=4).

    An example of a matrix

    We’ll determine the complementary submatrix for the element \( a_{2,4} \), which is the bottom-right entry (value 4).

    To obtain this, we remove the second row and the fourth column.

    Calculating the complementary matrix of element a2,4

    This gives us the complementary submatrix, represented as \( A_{(2,4)} \).

    The complementary matrix of the element

     
     

    Please feel free to point out any errors or typos, or share suggestions to improve these notes. English isn't my first language, so if you notice any mistakes, let me know, and I'll be sure to fix them.

    FacebookTwitterLinkedinLinkedin
    knowledge base

    Matrices (linear algebra)