triu
upper triangle
Description
Upper triangle. See tril.
Examples
s=poly(0,'s'); triu([s,s;s,1]) triu([1/s,1/s;1/s,1])
See also
Report an issue | ||
<< tril | Matrix - shaping | Matrix operations >> |
upper triangle
Upper triangle. See tril.
s=poly(0,'s'); triu([s,s;s,1]) triu([1/s,1/s;1/s,1])
Report an issue | ||
<< tril | Matrix - shaping | Matrix operations >> |