MCP Calc Tools

z_transform

Compute the Z-transform of a discrete-time function by specifying the expression, time variable, Z-transform variable, and optional summation limit using MCP Calc Tools.

Instructions

Calculate the Z-transform of a function

Input Schema

NameRequiredDescriptionDefault
expressionYesFunction of discrete time
limitNoUpper limit for summation (default: 100)
timeVarYesDiscrete time variable
zVarYesZ-transform variable

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "expression": { "description": "Function of discrete time", "type": "string" }, "limit": { "description": "Upper limit for summation (default: 100)", "type": "number" }, "timeVar": { "description": "Discrete time variable", "type": "string" }, "zVar": { "description": "Z-transform variable", "type": "string" } }, "required": [ "expression", "timeVar", "zVar" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Calc Tools

Related Tools

ID: s2q7kkn40a