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
Maplets[Examples][LinearAlgebra][ConditionNumber] - ConditionNumber 関数に関するグラフィカルインタフェースの表示
使い方
ConditionNumber(M)
パラメータ
M - 正方行列
説明
ConditionNumber(M) コマンドは、行列 M に関する条件数を返す maplet を表示します。
行列に関する条件数の定義は、maplet 内で与えられます。
Norm ドロップダウンボックスを用いることで、条件数を決定するために使用するノルムの制御を行います。
Matrix has real values チェックボックスを用いることで、条件数の計算に使用されるアルゴリズムの制御を行います。行列が実成分からなる場合、速いアルゴリズムが使用可能です。デフォルトの値は、has(M, I) の値を用いて決定されます。has(M, I) は、M が複素成分からなる場合は、true を返します。つまり、デフォルトでは、M が複素成分を持たない場合にのみ、このオプションは選択されます。
注意: Matrix has real values が選択され、かつその行列が複素成分を含む場合には、正しくない結果が返されることになります。
Evaluate result チェックボックスを用いることで、条件数、またはワークシート内で条件数を計算するのに必要な呼び出し列のいずれを、maplet が返すのかを制御します。デフォルトの挙動は、結果の評価を行うこと、つまり条件数を返すことになります。
ConditionNumber sample maplet worksheet では、このルーチンにより表示される maplet と同様の機能を持つ maplet を書く方法について、実演されています。
例
with(Maplets[Examples][LinearAlgebra]): ConditionNumber(<<1,3>|<2,5>>);
参照
ConditionNumber Sample Maplet, LinearAlgebra[ConditionNumber], Maplets パッケージの概要, Maplets[Examples] パッケージの紹介, Maplets[Examples][LinearAlgebra] パッケージの紹介
Download Help Document