Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
DynamicSystems[CharacteristicPolynomial] - 状態空間システムの特性多項式の計算
使い方
CharacteristicPolynomial(sys, lambda)
パラメータ
sys
-
System(ss); 状態空間システムオブジェクト
lambda
(optional) name
説明
CharacteristicPolynomial コマンドは変数 lambda の状態空間システム sys の特性多項式を返します。多項式は lambda*I - A の行列式で、 A は sys のシステム行列、I は dimension(A) の単位行列を表します。
パラメータ lambda はオプションパラメータです。与えられている場合、 lambda は 返される多項式の変数として使用されます。与えられていない場合で sys が離散システムのときはその値に DynamicSystems[SystemOptions] コマンドの discretefreqvar 変数の値が使用され、sys が連続システムのときは DynamicSystems[SystemOptions] コマンドの complexfreqvar 変数の値が使用されます。
例
参照
DynamicSystems, DynamicSystems[SystemOptions], LinearAlgebra[CharacteristicPolynomial]
Download Help Document