New posts in numerical-linear-algebra

Time complexity of LU decomposition

Why solving $Ax = b$ is equivalent to minimize $\frac{1}{2}x^TAx - b^Tx$ over x

Query about the Moore Penrose pseudoinverse method

matrix similarity upper triangular matrix [closed]

Generating unitary matrices numerically - "close" to the identity element

Why is the Power Method giving me one of the smaller eigenvalues instead of the dominant one?

$\left( \begin{array}{cc} 1 & 1 \\ 0 & 1 \\ \end{array} \right)$ not diagonalizable

Determinant of $5 \times 5$ Boolean matrix

Why, if a matrix $Q$ is orthogonal, then $Q^T Q = I$?

In terms of complexity, is there a quicker way of checking if a matrix is nonsingular than computing the determinant?

Fitting points to curve $g(t) = \frac{100}{1+\alpha e^{-\beta t}}$ by thinking about projections and inner products

Prove if $A$ has full column rank, then $A+E$ is also has full column rank if $\|E\|_2\leq \frac{1}{\|A^{\dagger}\|_2}$

lower bound for the condition number

Why is the condition number of a matrix given by these eigenvalues?

What is a big condition number for a matrix?

Transformation of matrices for smaller condition number

What is the practical impact of a matrix's condition number?

What is the minimum and maximum number of eigenvectors?

Finding appropriate step size for ODE system numerically solved without ODE solver in Matlab

Computing the SVD factorization on C++ (using the proof of the existence of the SVD factorization)