Skip to content

Commit

Permalink
Update code sample for the Householder cond stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Apr 14, 2009
1 parent 052c708 commit 4fcd734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/report.tex
Expand Up @@ -608,7 +608,7 @@ \subsubsection{Results and Analysis}
q,r = m.householder
norm_r = r.power_method.abs
norm_r_inv = r.inverse.power_method.abs
puts "cond: #{norm_r * norm_r_inv}"
puts "cond(N=#{i}): #{norm_r * norm_r_inv}"
end
\end{lstlisting}

Expand Down

0 comments on commit 4fcd734

Please sign in to comment.