Z transforms The following functions were developed on the TI-92+ calculator, but should work just fine on the TI-89 since it does not depend upon the screen size. The following folder names are used. al - means "Algebraic" c - means "Complex" is - contains test functions that return true or false p - means "Polynomial" ut - means "Utility" zt - means "Ztransform" (Only contains the lookup table. See "lkup" below) The Z transform functions are actually a one-sided Z transform. Any of the answers produced by the "iz" function can be multiplied by u(n) to convert them to the two-sided function. The variable n is assumed to be >=0 and is an integer and the variable z is assumed abs(z)>1. c\zt(ex,n,z) - Takes the one-sided Z transform of the equation or expression "ex". ex - an equation or expression in the variable "n" n - The independent variable z - The Z transform variable Example: c\zt(a^n,n,z) returns z/(z-a) c\zt uses zt\tb which is a data variable table of transform forms. c\iz(ex,z,n) - Takes the inverse Z transform of the equation or expression "ex". ex - an equation or expression in the variable "z" z - The inverse Z transform variable n - The Z transform variable Example: c\iz(z/(z-a),z,n) returns a^n i\ci(expr,z) - Takes the Closed Loop Complex Integral of the expression "ex". expr - an expression in the variable "z" z - the independent wrt variable. Example: i\ci(z^2/((z-a)*(z-b)),z) returns [-2b^2*pi/(a-b)*i,b