Talk:QR decomposition: Difference between revisions

Content added Content deleted
Line 13: Line 13:


What is eye in make-householder? In array-range m and n seem useless.
What is eye in make-householder? In array-range m and n seem useless.

:Thanks for pointing this out. (eye n) returns a nxn identity matrix. I overlooked that. For this example, I will rename it (identity n), for clarity. The terminology is following matlab's naming. Your second point is also correct, and these two local bindings can be removed. Thanks. --[[User:Avi|Avi]] 16:21, 12 July 2011 (UTC)


==Description flow==
==Description flow==