the.com/triangular matrix

a matrix that already did half its homeworkeverything below or above the diagonal is zero.

means a square matrix where all entries above (upper) or below (lower) the main diagonal are zero, making it dramatically easier to solve.

from grew out of gaussian eliminationthe systematic row-reduction method carl friedrich gauss formalized in the early 1800s, which naturally produces this staircase-of-zeros shape when solving linear systems.

for instance

lu decompositionsplits any matrix into lower and upper triangular factors

cholesky factorizationused in finance to simulate correlated random variables fast

pascal's triangle matrixbinomial coefficients arranged as a lower triangular matrix

schur decompositionreduces any matrix to triangular form via unitary transform

the.com/
what’s happening now · the.com · generated