Scilab 6.0.0
Ajuda do Scilab >> Funções Elementares > Matrix operations > triu
triu
triângulo superior da matriz
Descrição
Triângulo superior da matriz. Ver tril.
Exemplos
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.