Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
MTM[ifourier] - inverse Fourier integral transform
Calling Sequence
ifourier(M)
ifourier(M,u)
ifourier(M,v, u)
Parameters
M
-
array or expression
u
variable expr is transformed with respect to u
v
parameter of transform
Description
The ifourier function applies the inverse Fourier transform to M using the definition
The ifourier(M) calling sequence computes the element-wise inverse Fourier transform of M. The result, R, is formed as R[i,j] = ifourier(M[i,j], v, u).
ifourier(F) is the inverse Fourier transform of the scalar F with default independent variable w. If F is not a function of w, then F is assumed to be a function of the independent variable returned by findsym(F,1). By default, the return value is a function of x.
If F = F(x), then ifourier returns a function of t. The integration above proceeds with respect to w.
ifourier(F,u) makes F a function of the variable u instead of the default x. The integration above proceeds with respect to w.
ifourier(F,v,u) takes F to be a function of v instead of the default w. The integration is then with respect to v.
Examples
See Also
inttrans[invfourier], MTM[exp], MTM[findsym], MTM[fourier], MTM[heaviside]
Download Help Document