Colls Octave Assignment: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Here Are Some Linear Algebra Functions You Can Use In Octave |
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) |
Revision as of 09:36, 1 October 2010
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)