Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
inttrans[invfourier] - inverse Fourier transform
Calling Sequence
invfourier(expr, w, t)
Parameters
expr
-
expression, equation, or set of equations and/or expressions to be transformed
w
variable expr is transformed with respect to w
t
parameter of transform
opt
option to run this under (optional)
Description
The invfourier function computes the inverse fourier transform (f(t)) of expr (F(w)) with respect to w, using the definition
Expressions involving exponentials, polynomials, trigonometrics (sin, cos) and a variety of functions and other integral transforms can be transformed.
The invfourier function recognizes derivatives (diff or Diff) and integrals (int or Int).
Users can define the transforms of their own functions by using the function addtable.
The program first attempts to classify the function simply, from the lookup table. Then it considers various cases, including a piecewise decomposition, products, powers, sums, and rational polynomials. Finally, if all other methods fail, the program will resort to integration. If the option opt is set to 'NO_INT', then the program will not integrate. This will increase the speed at which the transform will run.
The command with(inttrans,invfourier) allows the use of the abbreviated form of this command.
Examples
See Also
dsolve, inttrans, inttrans[addtable], inttrans[fourier]
Download Help Document