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[fouriercos] - Fourier Cosine transform
Calling Sequence
fouriercos(expr, t, s)
Parameters
expr
-
expression, equation, or set of expressions and/or equations to be transformed
t
variable expr is transformed with respect to t
s
parameter of transform
opt
option to run this under (optional)
Description
The fouriercos function computes the Fourier Cosine transform (F(s)) of expr (f(t)), a linear transformation from defined by:
The function returned is defined on the positive real axis only.
Expressions involving exponentials, rational polynomials, trigonometrics (sin, cos) with linear arguments, and a variety of other functions can be transformed.
The Fourier Cosine transform is self-inverting.
The fouriercos function recognizes derivatives (diff or Diff) of functions of rapid descent and can be used to solve ODEs and PDEs.
The fouriercos function attempts to simplify an expression according to a set of heuristics and then match the result with a table of patterns. Entries can be added to this table by addtable(fouriercos, f(t), F(s), t, s), where F(s) is the transform of f(t), which may have an arbitrary number of parameters.
If the option opt is set to 'NO_INT', then the program will not resort to integration of the original problem if all other methods fail. This will increase the speed at which the transform will run.
fouriercos recognizes the Dirac-delta (or unit-impulse) function as Dirac(t) and Heaviside's unit step function as Heaviside(t).
The command with(inttrans,fouriercos) allows the use of the abbreviated form of this command.
Examples
Add an entry to the table
See Also
dsolve, inttrans, inttrans[addtable]
Download Help Document