Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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 operations | unwrap >> |