Tagged: nonsingular

How to Prove a Matrix is Nonsingular in 10 Seconds

Problem 509

Using the numbers appearing in
\[\pi=3.1415926535897932384626433832795028841971693993751058209749\dots\] we construct the matrix \[A=\begin{bmatrix}
3 & 14 &1592& 65358\\
97932& 38462643& 38& 32\\
7950& 2& 8841& 9716\\
939937510& 5820& 974& 9
\end{bmatrix}.\]

Prove that the matrix $A$ is nonsingular.

 
Read solution

LoadingAdd to solve later

Find Values of $h$ so that the Given Vectors are Linearly Independent

Problem 194

Find the value(s) of $h$ for which the following set of vectors
\[\left \{ \mathbf{v}_1=\begin{bmatrix}
1 \\
0 \\
0
\end{bmatrix}, \mathbf{v}_2=\begin{bmatrix}
h \\
1 \\
-h
\end{bmatrix}, \mathbf{v}_3=\begin{bmatrix}
1 \\
2h \\
3h+1
\end{bmatrix}\right\}\] is linearly independent.

(Boston College, Linear Algebra Midterm Exam Sample Problem)
 
Read solution

LoadingAdd to solve later

Compute Determinant of a Matrix Using Linearly Independent Vectors

Problem 193

Let $A$ be a $3 \times 3$ matrix.
Let $\mathbf{x}, \mathbf{y}, \mathbf{z}$ are linearly independent $3$-dimensional vectors. Suppose that we have
\[A\mathbf{x}=\begin{bmatrix}
1 \\
0 \\
1
\end{bmatrix}, A\mathbf{y}=\begin{bmatrix}
0 \\
1 \\
0
\end{bmatrix}, A\mathbf{z}=\begin{bmatrix}
1 \\
1 \\
1
\end{bmatrix}.\]

Then find the value of the determinant of the matrix $A$.

 
Read solution

LoadingAdd to solve later

A Matrix is Invertible If and Only If It is Nonsingular

Problem 26

In this problem, we will show that the concept of non-singularity of a matrix is equivalent to the concept of invertibility.
That is, we will prove that:

A matrix $A$ is nonsingular if and only if $A$ is invertible.

(a) Show that if $A$ is invertible, then $A$ is nonsingular.


(b) Let $A, B, C$ be $n\times n$ matrices such that $AB=C$.
Prove that if either $A$ or $B$ is singular, then so is $C$.


(c) Show that if $A$ is nonsingular, then $A$ is invertible.

Read solution

LoadingAdd to solve later

Properties of Nonsingular and Singular Matrices

Problem 25

An $n \times n$ matrix $A$ is called nonsingular if the only solution of the equation $A \mathbf{x}=\mathbf{0}$ is the zero vector $\mathbf{x}=\mathbf{0}$.
Otherwise $A$ is called singular.

(a) Show that if $A$ and $B$ are $n\times n$ nonsingular matrices, then the product $AB$ is also nonsingular.

(b) Show that if $A$ is nonsingular, then the column vectors of $A$ are linearly independent.

(c) Show that an $n \times n$ matrix $A$ is nonsingular if and only if the equation $A\mathbf{x}=\mathbf{b}$ has a unique solution for any vector $\mathbf{b}\in \R^n$.

Restriction
Do not use the fact that a matrix is nonsingular if and only if the matrix is invertible.

Read solution

LoadingAdd to solve later