applications/Black-Scholes Model: 3 種類の方法を用いたオプション価格の計算例。
applications/DC Motor Control Design: 伝達関数の取得例と系の状態空間モデルおよび LQR コントローラの設計例。
applications/Digital Filter Design: 離散フィルタの設計および分析について解説したアプリケーション。
applications/Frequency Domain System Identification: モデルの構造が既知の場合にモデルのパラメータを決定する方法。
applications/Harmonic Oscillator: 多様な制約戦略下での二次調和振動子について解説するアプリケーション。
applications/Image Processing: 画像処理アルゴリズムの有効性をテストするアプリケーション。
applications/Kinematic Model of a Double Wishbone Suspension: ダブルウィッシュボーン式サスペンションをアニメーション表示するアプリケーション。
applications/Mathematical Model to Simulation Code: 物理系の指定モデルに対してさまざまなシミュレーションソースコードを生成する例。
applications/Mobile Robot: 二輪差動駆動型移動ロボットの多様な入力に対する軌跡反応をシミュレーションするアプリケーション。
applications/Mobile Robot Model: 二輪差動駆動型移動ロボットのモデル抽出を行うアプリケーション。
applications/Radiator Design: Maple と CAD システムの連動性の利用について、および、ラジエータの組み立て設計の代表的な使用事例について解説したアプリケーション。
applications/Signal Generation: 信号を効率的に生成する方法を解説した例。
examples/addtable: Maple による積分変換のべき級数展開。
examples/AdvancedMapletsLayout: Maplet レイアウトの機能を詳しく説明した Maplet アプリケーションの例。
examples/AlertMaplet: Maplet アプリケーションの Alert 例を詳しく説明した Maplet アプリケーションの例。
examples/algcurve: 代数曲線を取り扱うパッケージ。
examples/applyrl: 規則に基づいた記号プログラミング。
examples/archi: アルキメデスの立体。
examples/BezoutMatrixMaplet: 高度な LinearAlgebra BezoutMatrix Maplet アプリケーションについて詳しく説明した Maplet アプリケーションの例。
examples/binarytree: Maple パッケージのプログラミングのデモ解説。
examples/Calculus1Derivatives: Student[Calculus1] パッケージの可視化コンポーネントを使用した微分演算。
examples/Calculus1DiffApps: Student[Calculus1] パッケージの可視化コンポーネントを使用した微分アプリケーション。
examples/Calculus1IntApps: Student[Calculus1] パッケージの可視化コンポーネントを使用した積分アプリケーション。
examples/Calculus1Integration: Student[Calculus1] パッケージの可視化コンポーネントを使用した積分演算。
examples/Calculus1SingleStepping: Student[Calculus1] パッケージを使用した単一ステップの求解法の概要。
examples/Calculus1Tangents: Student[Calculus1] パッケージの可視化コンポーネントを使用したサンプリングによる正接、逆関数、プロット。
examples/Calculus1Theorems: Student[Calculus1] パッケージの可視化コンポーネントで解説する微分定理。
examples/Calculus1Visualization: Student[Calculus1] パッケージの可視化の概要。
examples/CodeGeneration: Maple コードから他の言語への変換を制御する Maple パッケージの紹介。
examples/combstruct_attributes: 属性文法は、構造の定義済みの特性を再帰的に表現する方法です。combstruct パッケージに含まれています。
examples/combstruct_gen_funcs: 関数方程式を生成し、いくつかの解を得ることができます。さらに、全体的な構造を生成する allstructs 関数があります。
examples/combstruct_grammars: combstruct の概要です。指定の基本、係数列の取得法、事前定義した構造 (部分集合、順列と組み合わせなど) の使用法について学習します。
examples/combstruct_sample_structs: combstruct の例を簡潔にまとめたもので、確率木の生成方法、シミュレーションで高さを探索、分布する方法、機能グラフの列挙、アルコール、ネックレス構造、式木などの例を多数紹介しています。
examples/CommandTemplate: 最上位コマンドのヘルプページのテンプレート。
examples/ConditionNumberMaplet: 高度な LinearAlgebra ConditionNumber Maplet アプリケーションについて詳しく説明した Maplet アプリケーションの例。
examples/ConfirmMaplet: Confirm 例によって詳しく説明した Maplet アプリケーションの例。
examples/ContextMenu: コンテキストメニューの使用例。
examples/CurveFitting: CurveFitting パッケージ。
examples/DatabaseGrades: データベースの作成および変更の例。
examples/DefaultUnits: デフォルトの Maple 環境における単位の使用。
examples/define: 関数をその挙動に応じて指定する Maple の define コマンドの使用。
examples/deplot: 微分方程式の解をプロットするための特殊な機能。
examples/deplot3d: 微分方程式の解の 3 次元でのプロット。
examples/DEplotSystems: DEplot[interactive] 微分系ツールのデフォルトモデルの説明。
examples/diffalg: 微分代数パッケージ。
examples/diffop: 微分演算子用の (DEtools の) サブパッケージ。
examples/Domains: 複雑なアルゴリズム用コード開発ツール。
examples/dual: 多面体の相対性。
examples/elliptic: 楕円形の積分の例。
examples/elliptic2: 楕円形の積分の例。
examples/evalntype: Maple の type 系の拡張の一例。
examples/ExampleMaplets: Maplet アプリケーションの例の概要。
examples/ExternalCalling: 外部コンパイルコードの使用法の紹介。
examples/ExternalCode: OpenMaple アプリケーションを構築するサンプルコマンドライン。
examples/FileTools: FileTools パッケージの概要と選択例。
examples/finance: 金融パッケージの例。
examples/fourier: Maple を使用した Fourier 変換に関する解説。
examples/functionaloperators: さまざまな形式の関数演算子の定義および使用。
examples/geometry: Maple 幾何学パッケージ。
examples/GetColorMaplet: GetColor 例によって詳しく説明した Maplet アプリケーションの例。
examples/GetEquationMaplet: GetEquation 例によって詳しく説明した Maplet アプリケーションの例。
examples/GetExpressionMaplet: GetExpression 例によって詳しく説明した Maplet アプリケーションの例。
examples/GetFileMaplet: GetFile 例によって詳しく説明した Maplet アプリケーションの例。
examples/GetInputMaplet: GetInput 例によって詳しく説明した Maplet アプリケーションの例。
examples/GMP: GNU Multiple Precision (GMP、任意精度数演算) 整数ライブラリと、Maple の厳密任意精度整数演算の紹介。
examples/GraphTheory: GraphTheory パッケージの概要。
examples/hankel: Hankel 変換。
examples/hilbert: Hilbert 変換。
examples/HilbertMatrixMaplet: 高度な LinearAlgebra HilbertMatrix Maplet アプリケーションについて詳しく説明した Maplet アプリケーションの例。
examples/IntegrationMaplet: 高度な Integration Maplet アプリケーションについて詳しく説明した Maplet アプリケーションの例。
examples/JavaOpenMaple: Maple セッションの開始、単一式の評価、終了を行う Java クラスの簡単な例。
examples/LA_Linear_Solve: 系の解を求めるための LinearAlgebra パッケージの使用。
examples/LA_NAG: NAG ルーチンと共に使用する LinearAlgebra パッケージの使用。
examples/LA_options: LinearAlgebra パッケージのオプション。
examples/LA_Syntax_Shortcuts: LinearAlgebra パッケージのショートカット。
examples/laplace: Laplace 変換。
examples/lexical: Maple での字句範囲指定の説明。
examples/LinearAlgebraComputation: Student[LinearAlgebra] サブパッケージを使用した行列計算とベクトル計算の概要。
examples/LinearAlgebraInteractive: Student[LinearAlgebra] サブパッケージにおける Maplet インターフェイスルーチンの概要。
examples/LinearAlgebraMigration: 優先 linalg パッケージから LinearAlgebra パッケージおよび VectorCalculus パッケージに使用を移行するためのワークシートの変換に関する概要。
examples/LinearAlgebraVisualization1: Student[LinearAlgebra] サブパッケージを使用してベクトル、平面、線形の系の問題を可視化する方法の概要。
examples/LinearAlgebraVisualization2: Student[LinearAlgebra] サブパッケージを使用して最小二乗法の近似と固有ベクトルの問題を可視化する方法の概要。
examples/linearode: dsolve を使用した閉じた形式の解の決定例。
examples/MapleObjects: 数値演算の求解で頻繁に使用される Maple オブジェクトのリスト。
examples/MapletBuilder: Maplet ビルダーを使用した Maplet の作成方法の紹介。
examples/MapletBuilderAdvanced: Maplet ビルダーを使用した高度な Maplet の作成方法の紹介。
examples/MapletsLayout: Maplet アプリケーションのレイアウトとデザインの紹介。
examples/MapletsStyleGuide: 読み込み可能な Maplet アプリケーションコードの記述方法のガイドライン一覧。
examples/MapletsTutorial: Maplet アプリケーションの記述方法の紹介。
examples/Mathieu: Maple で使用する Mathieu 数学関数の概要。
examples/matlab: Matlab パッケージのデモ解説。
examples/MatrixNormMaplet: 高度な LinearAlgebra MatrixNorm Maplet アプリケーションについて詳しく説明した Maplet アプリケーションの例。
examples/mellin: Mellin 変換。
examples/memo: メモ化を導入したモジュールの使用。
examples/MessageMaplet: Maplet アプリケーションの Message 例について詳しく説明した Maplet アプリケーションの例。
examples/minimize: Maple の最小化コマンドの使用。
examples/MultivariateCalculus: Student[MultivariateCalculus] パッケージの概要。
examples/NaturalUnits: 自然単位環境での単位の使用。
examples/numeric_DAE: 数値微分代数方程式ソルバの使用法に関する概要。
examples/obj: モデルオブジェクトに対するモジュールの使用。
examples/Optimization: 局所最適性を検索する Optimization パッケージの使用法の概要。線形プログラミング、求積プログラミング、非線形プログラミング、最小二乗プログラミングについて説明します。
examples/OptimizationMatrixForm: Optimization パッケージを使用した行列形式の呼び出し列の使用法の概要。
examples/Ore_algebra: Ore 代数パッケージ。
examples/PackageCommandTemplate: パッケージコマンドのヘルプページのテンプレート。
examples/PackageOverviewTemplate: パッケージ概要のヘルプページのテンプレート。
examples/patmatch: Maple でのパターンマッチングアルゴリズムの使用法。
examples/Physics: 物理パッケージの例。
examples/piecewise: 区分関数の使用。
examples/poincare: Hamiltonian 方程式のパッケージ。
examples/PolynomialIdeals: PolynomialIdeals パッケージの概要。
examples/QDifferenceEquations: QDifferenceEquations パッケージの概要。
examples/QRDecompositionMaplet: 高度な LinearAlgebra QRDecomposition Maplet アプリケーションについて詳しく説明した Maplet アプリケーションの例。
examples/QuestionMaplet: Maplet アプリケーションの Question 例について詳しく説明した Maplet アプリケーションの例。
examples/regular: 正多角形。
examples/SCApps: ScientificConstants パッケージのアプリケーション。
examples/SEAApps: ScientificErrorAnalysis パッケージのアプリケーション。
examples/SelectionMaplet: Maplet アプリケーションの Selection 例について詳しく説明した Maplet アプリケーションの例。
examples/ShowTableMaplet: 高度な ShowTable Maplet アプリケーションについて詳しく説明した Maplet アプリケーションの例。
examples/SingularValuesMaplet: 高度な LinearAlgebra SingularValues Maplet アプリケーションについて詳しく説明した Maplet アプリケーションの例。
examples/slode: Slode パッケージ。
examples/solve: Maple の方程式ソルバ。
examples/specfcn: Maple で利用可能な特殊関数の解説。
examples/spread: スプレッドシートをプログラミング操作するパッケージ。
examples/StandardUnits: 標準単位環境での単位の使用。
examples/StatisticsDataSmoothing: データの平滑化を行う Statistics パッケージコマンドの概要。
examples/StatisticsEstimation: 最大尤度推定などの統計予測を行う Statistics パッケージコマンドの概要。
examples/StatisticsHypothesisTesting: 仮説検証および推論を行う Statistics パッケージコマンドの概要。
examples/StatisticsProbabilityDistributions: 統計的分布およびランダムな変数の操作を行う Statistics パッケージコマンドの概要。
examples/statplots: 統計プロットを扱うパッケージ。
examples/stellate: 放射状の多面体。
examples/string: Maple における文字列の使用。
examples/StudentNumericalAnalysis: Student[NumericalAnalysis] サブパッケージの概要。
examples/StudentPrecalculus: Student[Precalculus] サブパッケージの概要。
examples/StudentVectorCalculus: Student[VectorCalculus] サブパッケージの概要。
examples/Threads: Threads パッケージの概要。
examples/transform: 幾何学変換。
examples/UsefulMapleFunctions: 便利な Maple 関数の概要。
examples/VectorCalculus: ベクトル計算パッケージの概要。
examples/VectorNormMaplet: 高度な LinearAlgebra VectorNorm Maplet アプリケーションについて詳しく説明した Maplet アプリケーションの例。
examples/Wavelets: 利用可能なウェーブレット変換を背景とした数学上の概念を紹介します。また、この概念を Maple で応用する方法についても説明します。
examples/WorksheetPackage: Worksheet パッケージでアクセスするプログラミングワークシートの紹介。