org.mklab.tool.control
クラス Resolvent
java.lang.Object
org.mklab.tool.control.Resolvent
public class Resolvent
- extends Object
リゾルベント行列を求めるクラスです。
Resolvent matrix (s*I - A)^(-1) of A
- バージョン:
- $Revision: 1.16 $
- 作成者:
- koga
- 関連項目:
Faddeev
,
Makepoly
メソッドの概要 |
static List<?> |
resolvent(Matrix A)
行列A のリゾルベント行列
N(s) -1 ----- = (s*I - A) ch(s)
の分子N と分母ch (特性多項式)を返します。 |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Resolvent
public Resolvent()
resolvent
public static List<?> resolvent(Matrix A)
- 行列
A
のリゾルベント行列
N(s) -1 ----- = (s*I - A) ch(s)
の分子N
と分母ch
(特性多項式)を返します。
- パラメータ:
A
- A行列
- 戻り値:
- {N, ch} (リゾルベント行列の分子, 分母) resolvent matrix