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][BezoutMatrix] - BezoutMatrix 関数に関するグラフィカルインタフェースの表示
使い方
BezoutMatrix()
説明
BezoutMatrix() コマンドは、Bezout 行列を返す maplet を表示します。
Bezout 行列の定義は、maplet 内で与えられます。
maplet 内のテキスト入力は、行列を決定する2つの多項式です。
Return read-only matrix チェックボックスを用いることで、maplet の返す行列を読み込み専用とするかどうかを制御します。デフォルトの挙動は、返される行列は読み取り専用でないとなっています。
Evaluate result チェックボックスを用いることで、Bezout 行列、またはワークシート内で Bezout 行列を計算するのに必要な呼び出し手順のいずれを、maplet が返すのかを制御します。デフォルトの挙動は、結果の評価を行うこと、つまり行列を返すことになります。
入力された多項式が複数の変数を持つ場合、OK をクリックすると、2つめのウィンドウが表示されます。ドロップダウンメニューから、計算される Bezout 行列に関する変数を選択して下さい。
BezoutMatrix sample maplet worksheet では、このルーチンにより表示される maplet と同様の機能を持つ maplet を書く方法について、実演されています。
例
with(Maplets[Examples][LinearAlgebra]): BezoutMatrix();
参照
BezoutMatrix Sample Maplet, LinearAlgebra[BezoutMatrix], Maplets パッケージの概要, Maplets[Examples] パッケージの紹介, Maplets[Examples][LinearAlgebra] パッケージの紹介
Download Help Document