MCP Calc Tools

laplace_transform

Compute the Laplace transform of a given function using specified time and Laplace variables to simplify differential equations and analyze system behavior.

Instructions

Calculate the Laplace transform of a function

Input Schema

NameRequiredDescriptionDefault
expressionYesFunction of time
laplaceVarYesLaplace variable
timeVarYesTime variable

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "expression": { "description": "Function of time", "type": "string" }, "laplaceVar": { "description": "Laplace variable", "type": "string" }, "timeVar": { "description": "Time variable", "type": "string" } }, "required": [ "expression", "timeVar", "laplaceVar" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Calc Tools

Related Tools

ID: s2q7kkn40a