Colls Octave Assignment

From Class Wiki
Revision as of 10:36, 1 October 2010 by Dcolls (talk | contribs)
Jump to navigation Jump to search

Here Are Some Linear Algebra Functions You Can Use In Octave


  • balance (Eigenvalue Balancing)
  • cond (Condition Number)
  • dmult (computes diag(x)* A efficently)
  • dot (Dot Product)
  • orth (Orthonormal basis of the range space)
  • pinv (pseudoinverse)