Differenze tra le versioni di "Comando LaplaceInversa"

Da GeoGebra Manual.
 
Riga 2: Riga 2:
 
==Sintassi CAS==
 
==Sintassi CAS==
  
;LaplaceInversa[Funzione]
+
;LaplaceInversa(Funzione)
 
Restituisce la trasformata inversa (antitrasformata) di Laplace della funzione indicata
 
Restituisce la trasformata inversa (antitrasformata) di Laplace della funzione indicata
:{{example|1=<code> LaplaceInversa[1/(1+t^2)]</code>  restituisce <math>\mathbf{ sin(t)} </math>. }}
+
:{{example|1=<code> LaplaceInversa(1/(1+t^2))</code>  restituisce <math>\mathbf{ sin(t)} </math>. }}
  
  
;LaplaceInversa[Funzione, Variabile]
+
;LaplaceInversa(Funzione, Variabile)
 
Restituisce la trasformata inversa (antitrasformata) di Laplace della funzione, rispetto alla variabile indicata.
 
Restituisce la trasformata inversa (antitrasformata) di Laplace della funzione, rispetto alla variabile indicata.
 
:{{examples|1=<div>
 
:{{examples|1=<div>
:*<code>LaplaceInversa[ exp(- a*b),a]</code> restituisce <math>\mathbf{Dirac(a-b)}</math> ;
+
:*<code>LaplaceInversa(exp(- a*b),a)</code> restituisce <math>\mathbf{Dirac(a-b)}</math> ;
:*<code>LaplaceInversa[ exp(- a*b),b]</code> restituisce <math>\mathbf{Dirac(b-a)}</math>.</div>
+
:*<code>LaplaceInversa(exp(- a*b),b)</code> restituisce <math>\mathbf{Dirac(b-a)}</math>.</div>
 
}}
 
}}
 
{{Note|1= Vedere anche il comando [[Comando Laplace|Laplace]].}}
 
{{Note|1= Vedere anche il comando [[Comando Laplace|Laplace]].}}

Versione attuale delle 12:43, 7 ott 2017



Sintassi CAS

LaplaceInversa(Funzione)

Restituisce la trasformata inversa (antitrasformata) di Laplace della funzione indicata

Esempio: LaplaceInversa(1/(1+t^2)) restituisce \mathbf{ sin(t)} .


LaplaceInversa(Funzione, Variabile)

Restituisce la trasformata inversa (antitrasformata) di Laplace della funzione, rispetto alla variabile indicata.

Esempi:
  • LaplaceInversa(exp(- a*b),a) restituisce \mathbf{Dirac(a-b)} ;
  • LaplaceInversa(exp(- a*b),b) restituisce \mathbf{Dirac(b-a)}.
Note: Vedere anche il comando Laplace.
© 2024 International GeoGebra Institute