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
Explore - 数式エクスプローラ
使い方
Explore(expr)
パラメータ
expr
-
任意の式; 検討対象の式
モデルの説明
Explore コマンドは入力された任意の Maple 式またはプロットコマンドをさまざまな変数値で評価して検討するための対話式インターフェイスを表示します。
まず、式に使用されている変数の範囲を指定するためのダイアログボックスが表示されます。これらの範囲は、変数の値を変化させるために使用する slider コンポーネントの設定に使用されます。
[skip] とラベルされているチェックボックスを使用すると、該当する変数を検討から外すことができます。
デフォルトでは、スライダーは整数値をとります。スライダーの範囲で、始点、終点のいずれかが浮動小数として入力された場合、スライダーは浮動小数点値をとります。また、スライダーの始点、終点のいずれかが Pi や 4/7 、sqrt(2) などの非整数値であった場合、その値には evalf が適用されます。
個々の計算で evalf を適用するかどうかは、[floating-point computation] とラベルされているチェックボックスで制御します。このオプションと、変数が浮動小数点値をとるかどうかは無関係です。
次に、出力のための埋め込みコンポーネントと選択されたすべての変数のスライダーを含む新規ドキュメントが開きます。スライダーで指定された値で式を評価した結果または plot を呼び出した結果が表示されます。
Explore コマンドは右クリックで表示される context-sensitive menu からも利用できます。
注意:この機能は Maple スタンダードワークシートインターフェイスでのみ動作します。
アプリケーションと例題
Explore(plot(sin(a*x)*cos(b*x), x = 0 .. 1, y = -1 .. 1));
次の 2 つの例は、変数 x の [skip] チェックボックスを選択した状態で実行します。
Explore(factor(x^a-1));
Explore(int(sin(x)^a*cos(x)^b, x));
次の例では、[floating-point computation] チェックボックスが選択されると、数値積分法 (求積法) が強制的に適用されます。
Explore(Int(a*sin(b*x), x=0..Pi));
関連項目
Assistants, Using the Exploration Assistant
Download Help Document