The following theorems are true for square matrices of any size.
1. If every element in a row (or column) of matrix $A$ is $0,$ then $|A|=0$
2. If the rows of matrix $A$ are the corresponding columns of matrix $B$, then $|B|=|A|$
3. If any two rows (or columns) of matrix $A$ are interchanged to form matrix $B$, then $|B|=-|A|$
4. Suppose matrix $B$ is formed by multiplying every element of a row (or column) of matrix $A$ by the real number $k$. Then $|B|=k \cdot|A|$
5. If two rows (or columns) of a matrix $A$ are identical, then $|A|=0$.
6. Changing a row (or column) of a matrix by adding to it a constant times another row (or column) does not change the determinant of the matrix.
Use the determinant theorems to find the value of each determinant.
$$\left|\begin{array}{lll}
1 & 0 & 0 \\
1 & 0 & 1 \\
3 & 0 & 0
\end{array}\right|$$