Edwardo
Posts:
7
Registered:
11/24/12
|
|
Verify if a matrix is upper triangular. Also if it is lower triangular
Posted:
Nov 24, 2012 2:57 PM
|
|
Hi!
I am a new Matlab user, and I want to test if a matrix is upper or lower triangular. Something like : isupper(mat) and islower(mat) Can someone tell me if there exits functions already fot this? If not, can someone help me to build functions for this?
Thanks!
|
|