Scilab 6.0.0
Scilab Help >> Linear Algebra > Kernel > fullrfk
fullrfk
full rank factorization of A^k
Syntax
[Bk,Ck]=fullrfk(A,k)
Arguments
- A
real or complex matrix
- k
integer
- Bk,Ck
real or complex matrices
Description
This function computes the full rank factorization of A^k
i.e.
Bk*Ck=A^k
where Bk
is full column rank and Ck
full row rank.
One has range(Bk
)=range(A^k
) and ker(Ck
)=ker(A^k
).
For k=1
, fullrfk
is equivalent to fullrf
.
Comments
Add a comment:
Please login to comment this page.