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[ObservabilityMatrix] - 可観測行列の計算
使い方
ObservabilityMatrix( sys )
ObservabilityMatrix( Amat, Cmat )
パラメータ
sys
-
System; 状態空間のシステム
Amat
Matrix; 状態空間行列 A
Cmat
Matrix; 状態空間行列 C
説明
ObservabilityMatrix コマンドは状態空間システムの可観測行列を計算します。
パラメータ sys が状態空間システムの場合、A および C 行列はそれぞれ、sys:-a および sys:-c になります。
パラメータ Amat および Cmat が行列の場合はそれぞれ、A および C 行列になります。
可観測行列の次元は o*n x n になります。ここで、n は状態の数 (A の次元)、o は出力の数 (C の行の次元) を表し、その形式は <<C>, <C . A>, <C . A^2>, <C . A^3>, ..., <C . A^(n-1)>> になります。
例
参照
DynamicSystems, DynamicSystems[ControllabilityMatrix], DynamicSystems[Controllable], DynamicSystems[Grammians], DynamicSystems[Observable], DynamicSystems[SSTransformation]
Download Help Document