Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.1 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda do Scilab >> Linear Algebra > Matrix Pencil > ereduc

ereduc

computa de forma escada de colunas da matriz por transformações qz

Seqüência de Chamamento

[E,Q,Z [,stair [,rk]]]=ereduc(X,tol)

Parâmetros

X

matriz m x n de entradas reais

tol

escalar real positivo

E

matriz em forma escada de colunas

Q

matriz unitária m x m

Z

matriz unitária n x n

stair

vetor de índices,

*

ISTAIR(i) = + j se o elemento da borda E(i,j) é uma quina.

*

ISTAIR(i) = - j se o elemento da borda E(i,j) não é uma quina.

(i=1,...,M)

rk

inteiro, posto estimado da matriz

Descrição

Dada uma matriz X mx n (não necessariamente regular), a função ereduc calcula a matriz unitária transformada E=Q*X*Z que está na forma escada de colunas (forma trapezoidal). Ainda, o posto da matriz X é determinado.

Exemplos

X=[1 2 3;4 5 6]
[E,Q,Z ,stair ,rk]=ereduc(X,1.d-15)

Ver Também

Autores

Th.G.J. Beelen (Philips Glass Eindhoven). SLICOT

Report an issue
<< companion Matrix Pencil fstair >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Jan 03 14:35:22 CET 2022