Difference between revisions of "Laplace Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{betamanual|version=5.0}}
+
<noinclude>{{Manual Page|version=5.0}}{{command|cas=true|Laplace}}</noinclude>
{{command|CAS}}
 
 
==CAS Syntax==
 
==CAS Syntax==
 +
;Laplace( <Function> )
 +
:Returns the [[w:Laplace_transform|Laplace transform]]  of the given function
 +
:{{example|1=<code> Laplace[sin(t)]</code>  returns <math>\mathbf{\frac{1}{s^{2} + 1}&#125; </math> }}
  
;Laplace[ <Function> ]
+
;Laplace( <Function>, <Variable> )
Returns the [[w:http://en.wikipedia.org/wiki/Laplace_transform|Laplace transform]]  of the given function
+
:Returns the Laplace transform of the function, with respect to the given variable.
:{{example|1=<code> Laplace[sin(t)]</code>  returns <math>\mathbf{\frac{1}{t^{2} + 1}&#125; </math> .}}
 
 
 
;Laplace[ <Function>, <Variable> ]
 
Returns the Laplace transform of the function, with respect to the given variable.
 
 
:{{examples|1=<div>
 
:{{examples|1=<div>
::<code>Laplace[sin(a*t),t]</code> returns <math>\mathbf{\frac{a}{a^{2} + t^{2}&#125;&#125;</math> ;
+
::<code>Laplace[sin(a*t),t]</code> returns <math>\mathbf{\frac{a}{a^{2} + t^{2}&#125;&#125;</math>  
::<code>Laplace[sin(a*t),a]</code> returns <math>\mathbf{\frac{t}{a^{2} + t^{2}&#125;&#125;</math> .</div>
+
::<code>Laplace[sin(a*t),a]</code> returns <math>\mathbf{\frac{t}{a^{2} + t^{2}&#125;&#125;</math> </div>
 
}}
 
}}
 
 
{{Note|1= See also [[InverseLaplace Command|InverseLaplace]] command.}}
 
{{Note|1= See also [[InverseLaplace Command|InverseLaplace]] command.}}

Latest revision as of 17:16, 7 October 2017


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