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