Scilab 6.0.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
empty
([]) matriz vazia
Descrição
[]
denota a matriz vazia. É definida de modo
único e possui 0 linha e 0 coluna, i.e. size([]) =[0,0]
.As seguintes convenções convenientes foram feitas:
[] * A = A * [] = []
[] + A = A + [] = []
[ [], A] = [A, []] = A
Funções de matrizes retornam []
ou produzem uma
mensagem de erro quando não há resposta óbvia. Sistemas lineares vazios
(listassyslin
) podem ter várias linhas ou
colunas.
Exemplos
Ver Também
- null — deletes a list component or a field of a structure, Mlist, or Tlist
- isempty — verifica se uma variável é uma matriz vazia ou uma lista vazia
- emptystr — string de comprimento zero
- brackets — Concatenation. Recipients of an assignment. Results of a function
- operators — nomes dos operadores Scilab
- matrices — objeto do Scilab: matrizes
Histórico
Versão | Descrição |
6.0.0 |
|
Report an issue | ||
<< diag | Elementary matrices | eye >> |