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[ControllabilityMatrix] - 可制御行列の計算
使い方
ControllabilityMatrix( sys )
ControllabilityMatrix( Amat, Bmat )
パラメータ
sys
-
System(ss); 状態空間システム
Amat
Matrix; 状態空間行列 A
Bmat
Matrix; 状態空間行列 B
説明
ControllabilityMatrix コマンドは状態空間システムの可制御行列を計算します。
パラメータ sys が状態空間システムの場合、状態空間行列 A および B はそれぞれ、sys:-a および sys:-b で得ることができます。
パラメータ Amat および Bmat があらかじめ行列として与えられている場合はそれぞれ、状態空間行列 A および B になります。
可制御行列の次元は n x n*m になります。ここで、n は状態の数 (A の次元) 、m は入力の数 (B の列の次元) を表し、その形式は << B | A . B | A^2 . B | A^3 . B | ... | A^(n-1) . B >> になります。
例
参照
DynamicSystems, DynamicSystems[Controllable], DynamicSystems[Grammians], DynamicSystems[ObservabilityMatrix], DynamicSystems[Observable], DynamicSystems[SSTransformation]
Download Help Document