{
  "capability_id": "math.transform.laplace",
  "tool_id": "laplace-transform",
  "engine": "laplace-transform",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-20T09:07:29.783Z",
  "engine_build": "2026-09-20",
  "test_count": 10,
  "passed": 10,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 3,
      "passed": 3
    },
    "boundary": {
      "total": 2,
      "passed": 2
    },
    "property": {
      "total": 5,
      "passed": 5
    }
  },
  "engine_tested": true,
  "expert_reviewed": false,
  "internally_reviewed": false,
  "review_kind": null,
  "source_checked": true,
  "reviewed_by": null,
  "reviewer_role": null,
  "last_reviewed": null,
  "expert_review": {
    "status": "optional_not_performed",
    "reviewer": null,
    "scope": [
      "formula",
      "input semantics",
      "assumptions",
      "limitations",
      "sources",
      "tests"
    ],
    "note": "Domain expert review is optional under CVP (CVP-EXP-01). Absence does not block CVP Verified. See Review policy for supplemental domain assurance."
  },
  "internal_review": {
    "status": "not_applicable",
    "reviewer": null
  },
  "page": "https://www.calculatorx.com/calc/math/laplace-transform",
  "api": "https://www.calculatorx.com/api/v1/calc/laplace-transform",
  "schema_input": "https://www.calculatorx.com/schemas/math.transform.laplace.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/math.transform.laplace.output.json",
  "assumptions": [
    "Unilateral, causal t≥0",
    "Real s in the ROC",
    "Table of named pairs, not a CAS",
    "Not DFT / FFT",
    "Not Z-transform",
    "Not Bromwich / two-sided"
  ],
  "limitations": [
    "Unilateral causal table only",
    "Real s in the ROC; t ≥ 0",
    "Not DFT / FFT",
    "Not Z-transform — later canonical",
    "Not Bromwich / two-sided / CAS",
    "unknown mode (including dft, z, cas) → INVALID_MODE"
  ],
  "boundary_conditions": [
    "s not in ROC → INVALID_INPUT",
    "t < 0 → INVALID_INPUT",
    "n not an integer 0–8 → INVALID_INPUT",
    "unknown mode (including dft, z, cas) → INVALID_MODE"
  ],
  "sources": [
    "ISO 80000-2:2019 Quantities and units — Mathematics"
  ],
  "methods": [],
  "fingerprint": "sha256:75e50b1948e5f958df0509387b65eb3f392d9e5806bf4b358978469eabd7f50a",
  "tests": [
    {
      "id": "golden-laplace-exp",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "laplace",
        "f": "exp",
        "a": -1,
        "s": 1
      },
      "expect": {
        "value": 0.5,
        "algorithm": "table"
      },
      "expectWarning": null,
      "actual": {
        "mode": "laplace",
        "f": "exp",
        "a": -1,
        "omega": 1,
        "n": 0,
        "algorithm": "table",
        "roc": "Re(s)>-1",
        "formula": "1/(s−a)",
        "value": 0.5,
        "s": 1
      },
      "tol": null
    },
    {
      "id": "golden-laplace-step",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "laplace",
        "f": "step",
        "s": 1
      },
      "expect": {
        "value": 1
      },
      "expectWarning": null,
      "actual": {
        "mode": "laplace",
        "f": "step",
        "a": 0,
        "omega": 1,
        "n": 0,
        "algorithm": "table",
        "roc": "Re(s)>0",
        "formula": "1/s",
        "value": 1,
        "s": 1
      },
      "tol": null
    },
    {
      "id": "golden-ilaplace-exp",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "inverse",
        "f": "exp",
        "a": -1,
        "t": 0
      },
      "expect": {
        "value": 1
      },
      "expectWarning": null,
      "actual": {
        "mode": "inverse",
        "f": "exp",
        "a": -1,
        "omega": 1,
        "n": 0,
        "algorithm": "table",
        "roc": "Re(s)>-1",
        "formula": "e^{a t}",
        "value": 1,
        "t": 0
      },
      "tol": null
    },
    {
      "id": "boundary-laplace-mode",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "cas",
        "f": "exp",
        "s": 1
      },
      "expectError": "INVALID_MODE",
      "code": "INVALID_MODE",
      "error": "mode must be laplace or inverse. Not DFT, not FFT, not Z, not CAS."
    },
    {
      "id": "boundary-laplace-roc",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "laplace",
        "f": "exp",
        "a": 1,
        "s": 1
      },
      "expectError": "INVALID_INPUT",
      "code": "INVALID_INPUT",
      "error": "s must be in the ROC (Re(s)>1)."
    },
    {
      "id": "property-laplace-exp",
      "ok": true,
      "kind": "property",
      "detail": "L{e^{−t}}(1)=1/2",
      "expect": 0.5,
      "actual": 0.5
    },
    {
      "id": "property-laplace-step",
      "ok": true,
      "kind": "property",
      "detail": "L{1}(1)=1",
      "expect": 1,
      "actual": 1
    },
    {
      "id": "property-laplace-sin",
      "ok": true,
      "kind": "property",
      "detail": "L{sin t}(1)=1/2",
      "expect": 0.5,
      "actual": 0.5
    },
    {
      "id": "property-ilaplace-exp0",
      "ok": true,
      "kind": "property",
      "detail": "e^{−t} at 0",
      "expect": 1,
      "actual": 1
    },
    {
      "id": "property-ilaplace-ramp",
      "ok": true,
      "kind": "property",
      "detail": "ramp t=3",
      "expect": 3,
      "actual": 3
    }
  ],
  "tier": "engine_tested",
  "verification": {
    "tests": {
      "passed": 10,
      "total": 10,
      "golden": 3,
      "boundary": 2,
      "property": 5
    },
    "contract_checks": {
      "passed": 3,
      "total": 3
    }
  },
  "evidence_core_generated_at": "2026-09-20T04:08:31.012Z",
  "rendered_at": "2026-09-20T09:07:29.783Z",
  "release_integrity": {
    "status": "verified",
    "scope": "workspace",
    "production_attestation_required": true,
    "calculation_version": "1.0.0",
    "artifacts": {
      "engine": "1.0.0",
      "page": "1.0.0",
      "capability": "1.0.0",
      "evidence": "1.0.0",
      "input_schema": "1.0.0",
      "output_schema": "1.0.0",
      "mcp_contract": "1.0.0"
    },
    "digests": {
      "input_schema_sha256": "16caca56512f8a5de48c149ac283b719fba6af4ec75e4b51201d8d91109939ff",
      "output_schema_sha256": "a7515f430ae98a7c258b2896985c7756be1ce8df62a95a040b628cab896b5cf3",
      "evidence_sha256": "fa83964ca74c0a0b023cb8cf386f585f452754535ce6e665049f709c6aba11ca",
      "evidence_core_sha256": "fa83964ca74c0a0b023cb8cf386f585f452754535ce6e665049f709c6aba11ca",
      "capability_sha256": "3f1cac951b2bee1c133da9420bba7ed3ff305703030938cd7738d567cd961215",
      "engine_sha256": "43bbc25ec362b3f78daa612fef9a96df34206649b79e753faa7f17441d59b17a",
      "mcp_contract_sha256": "bf0dcfcfd80680efd201a229fab7f7a80ba9abbff3bea07815672d1d5cb2435a"
    },
    "contract_checks": {
      "total": 3,
      "passed": 3,
      "failed": 0,
      "items": [
        {
          "id": "release-artifacts-aligned",
          "status": "pass",
          "detail": "1.0.0"
        },
        {
          "id": "schema-valid-input-executes",
          "status": "pass"
        },
        {
          "id": "engine-success-output-validates-schema",
          "status": "pass"
        }
      ]
    },
    "report": "https://www.calculatorx.com/.well-known/calculatorx-release-integrity.json"
  }
}
