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
ztrans - Z transform
Calling Sequence
ztrans(f, n, z)
Parameters
f
-
expression
n
name
z
Description
The function ztrans finds the Z transformation of f(n) with respect to z. Formally,
ztrans recognizes and specially handles a large class of expressions, and only resorts to using the definition to calculate the transformation if the given expression has an unknown form. If the Z transform of the given expression cannot be found in a closed form, then the left-hand side of the formal definition is returned, rather than the right-hand side.
The functions referred to in the literature as Delta and Step may be simulated in this function as charfcn[0](...) and Heaviside(...), respectively.
Examples
See Also
charfcn, Heaviside, inttrans[laplace], invztrans, rsolve
Download Help Document