{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/math.transform.laplace/1.0.0/input.json",
  "title": "Laplace transform — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "mode": {
      "type": "string",
      "enum": [
        "laplace",
        "inverse"
      ]
    },
    "f": {
      "type": "string",
      "enum": [
        "exp",
        "sin",
        "cos",
        "step",
        "ramp",
        "power",
        "exp_sin",
        "exp_cos"
      ]
    },
    "s": {
      "type": "number"
    },
    "t": {
      "type": "number"
    },
    "a": {
      "type": "number"
    },
    "omega": {
      "type": "number"
    },
    "n": {
      "type": "integer"
    }
  },
  "description": "Unilateral Laplace table of causal elementary pairs: exp, sin, cos, step, ramp, t^n, damped sin/cos. Evaluate F(s) or f(t). Discovery /inverse-laplace. Not DFT, not Z, not Bromwich, not CAS. (calculation_version 1.0.0) Provide at least 1 of: s, t."
}
