Skip to content

Commit

Permalink
Fixed minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiang-Feng committed May 17, 2017
1 parent 00f7991 commit 8d750f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 145.tex
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ \subsection{Solving Homogeneous Linear Equation Systems}
\subsubsection{The Minus-1 Trick}
\begin{enumerate}
\item Use Guassian elimination to reach reduced row echelon form.
\item Extend the matrix from 1 by adding rows of the form $\left[0\:\dots\:0\;1\;0\;\dots\;0\right]$
\item Extend the matrix from 1 by adding rows of the form $\left[0\:\dots\:0\;-1\;0\;\dots\;0\right]$
such that the leading diagonal is made up entirely of 1 (pivots) or
-1 (from the introduced rows).
\item The columns containing -1 in the diagonal form the solutions.
Expand Down

0 comments on commit 8d750f7

Please sign in to comment.