step_by_step_laplace
Computes the Laplace transform of a given expression and shows each applied property—linearity, frequency shift, time multiplication—along with the final answer.
Instructions
Solves the Laplace transform of f(t) step-by-step, showing each transformation property applied (linearity, frequency shift, time multiplication). Returns both the derivation steps and the final answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |