WLJS LogoWLJS Notebook

ZTransform

ZTransform[expr, n, z] gives the Z transform of expr.

Examples

Z transform of a sequence:

ZTransform[a^n, n, z]
(* z/(z - a) *)

Unit step:

ZTransform[UnitStep[n], n, z]
(* z/(z - 1) *)

Please visit the official Wolfram Language Reference for more details.

On this page