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
cond
número de condicionamento de uma matriz
Seqüência de Chamamento
cond(X)
Parâmetros
- X
rmatriz quadrada de reais ou complexos
Descrição
Número de condicionamento em norma-2. cond(X)
é a
razão entre o maior e o menor valor singular de
X
.
Exemplos
A=testmatrix('hilb',6); cond(A)
Comments
Add a comment:
Please login to comment this page.