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
inttrans パッケージの紹介
使い方
function(args)
inttrans[function](args)
説明
inttrans パッケージは、積分変換を計算するための関数を提供します。これらの変換は、多くの数学分野で使われます。また、微分方程式を解くのに役立つものもあります。
inttrans パッケージの関数を使うには、with(inttrans, function) で各コマンドを定義するか、または with(inttrans) コマンドですべての inttrans の関数を定義します。また、定義せずに、inttrans[function] での実行もできます。この長い形式を使うと、パッケージの関数名が、同じセッションの他の関数と同じ名前でも実行できます。
次の関数が使用できます。
addtable fourier fouriercos fouriersin hankel hilbert invfourier invhilbert invlaplace invmellin laplace mellin savetable
各関数の詳しい情報については、inttrans[function] をご覧ください。
例
with(inttrans): laplace(sin(2*t+3),t,s);
invlaplace(%,s,t);
combine(%,trig);
参照
with, dsolve
Download Help Document