Skip to content

Linear Combinations

An introductory linear algebra blog

  • About
Search
  1. Home
  2. 2021
  3. February

Month: February 2021

Eigenvalues of Real Symmetric Matrices

Eigenvalues of Real Symmetric Matrices

February 27, 2021October 10, 2021greg.mayer

The eigenvalues of a square matrix with real entries can be complex. For example, a quick calculuation will verify that the eigenvalues of $$A = \begin{pmatrix} 1&-2\\2&1\end{pmatrix}$$ are $1\pm2i$. But when the matrix is symmetric, the eigenvalues must be real.…Continue readingEigenvalues of Real Symmetric Matrices

eigenvalue problems, proofsLeave a Comment on Eigenvalues of Real Symmetric Matrices
The LU Factorization

The LU Factorization

February 20, 2021greg.mayer

To solve a linear system of the form $A\vec x = \vec b$ we could use row reduction or, in theory, calculate $A^{-1}$ and use it to determine $\vec x$ with the equation $$\vec x = A^{-1} \vec b$$ But…Continue readingThe LU Factorization

matrices, matrix multiplicationLeave a Comment on The LU Factorization
Applying Matrix Multiplication to 2D Computer Graphics

Applying Matrix Multiplication to 2D Computer Graphics

February 7, 2021greg.mayer

Linear transformations are often used in computer graphics to simulate the motion of an object. They can be computed using a matrix-vector product of the form $$T(\vec x) = A\vec x$$ where $\vec x$ is a vector that represents a…Continue readingApplying Matrix Multiplication to 2D Computer Graphics

applications, matrix multiplicationLeave a Comment on Applying Matrix Multiplication to 2D Computer Graphics

Archives

  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • July 2020
  • February 2020

Categories

  • applications
  • diagonalization
  • eigenvalue problems
  • matrices
  • matrix multiplication
  • proofs
  • subspaces
  • symmetric matrices

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © 2025 Linear Combinations | Versatile Business by Firefly Themes
Scroll Up