Scilab 5.4.0
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
triu
верхний треугольник
Описание
Верхний треугольник. Смотрите tril.
Примеры
s=poly(0,'s'); triu([s,s;s,1]) triu([1/s,1/s;1/s,1])
Comments
Add a comment:
Please login to comment this page.