Difference between revisions of "InverseLaplace Command"

From GeoGebra Manual
Jump to: navigation, search
(Created page with "<noinclude>{{Manual Page|version=5.0}}</noinclude>{{betamanual|version=5.0}} {{command|CAS}} ==CAS Syntax== ;InverseLaplace[ <Function> ] Return the Inverse Laplace transf...")
 
(→‎CAS Syntax: added description of the 2nd syntax and link to Laplace cmd)
Line 6: Line 6:
  
 
;InverseLaplace[ <Function> ]
 
;InverseLaplace[ <Function> ]
Return the Inverse Laplace transform of the given function
+
Returns the inverse Laplace transform of the given function.
 
:{{example|1=<code> InverseLaplace[1/(1+t^2)]</code>  returns <math>\mathbf{ sin(t)} </math>. }}
 
:{{example|1=<code> InverseLaplace[1/(1+t^2)]</code>  returns <math>\mathbf{ sin(t)} </math>. }}
  
 
;InverseLaplace[ <Function>, <Variable> ]
 
;InverseLaplace[ <Function>, <Variable> ]
 
+
Returns the inverse Laplace transform of the function, with respect to the given variable.
 
:{{examples|1=<div>
 
:{{examples|1=<div>
 
::<code>InverseLaplace[ exp(- a*b),a]</code> returns <math>\mathbf{Dirac(a-b)}</math> ;
 
::<code>InverseLaplace[ exp(- a*b),a]</code> returns <math>\mathbf{Dirac(a-b)}</math> ;
 
::<code>InverseLaplace[ exp(- a*b),b]</code> returns <math>\mathbf{Dirac(b-a)}</math>.</div>
 
::<code>InverseLaplace[ exp(- a*b),b]</code> returns <math>\mathbf{Dirac(b-a)}</math>.</div>
 
}}
 
}}
 +
 +
{{Note|1= See also [[Laplace Command|Laplace]] command.}}

Revision as of 17:11, 9 July 2014

This command works in CAS View only.


CAS Syntax

InverseLaplace[ <Function> ]

Returns the inverse Laplace transform of the given function.

Example: InverseLaplace[1/(1+t^2)] returns \mathbf{ sin(t)} .


InverseLaplace[ <Function>, <Variable> ]

Returns the inverse Laplace transform of the function, with respect to the given variable.

Examples:
InverseLaplace[ exp(- a*b),a] returns \mathbf{Dirac(a-b)} ;
InverseLaplace[ exp(- a*b),b] returns \mathbf{Dirac(b-a)}.


Note: See also Laplace command.
© 2024 International GeoGebra Institute