Laplace Command

From GeoGebra Manual
Revision as of 17:16, 7 October 2017 by Zbynek (talk | contribs) (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


CAS Syntax

Laplace( <Function> )
Returns the Laplace transform of the given function
Example: Laplace[sin(t)] returns \mathbf{\frac{1}{s^{2} + 1}}


Laplace( <Function>, <Variable> )
Returns the Laplace transform of the function, with respect to the given variable.
Examples:
Laplace[sin(a*t),t] returns \mathbf{\frac{a}{a^{2} + t^{2}}}
Laplace[sin(a*t),a] returns \mathbf{\frac{t}{a^{2} + t^{2}}}
Note: See also InverseLaplace command.
© 2024 International GeoGebra Institute