Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Elementary Functions > Signal processing > pen2ea

pen2ea

pencil to E,A conversion

Syntax

[E,A]=pen2ea(Fs)

Arguments

Fs

matrix pencil s*E-A

E,A

two matrices such that Fs=s*E-A

Description

Utility function. Given the pencil Fs=s*E-A, returns the matrices E and A.

Examples

E=[1,0];A=[1,2];s=poly(0,'s');
[E,A]=pen2ea(s*E-A)
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:34 CEST 2016