-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
7 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,35 @@ | ||
= Comando Laplace | ||
:page-revisar: prioritario | ||
:page-en: commands/Laplace | ||
ifdef::env-github[:imagesdir: /es/modules/ROOT/assets/images] | ||
|
||
[NOTE] | ||
==== | ||
*image:GGb5.png[GGb5.png,width=47,height=42] En versión 5 image:24px-Menu_view_cas.svg.png[Menu view | ||
cas.svg,width=24,height=24] Solo en /Categoría:Comandos_Específicos_CAS_(Cálculo_Avanzado).adoc[Vista CAS]* | ||
== Sintaxis CAS | ||
|
||
Laplace( <Función> ):: | ||
Da por resultado la https://es.wikipedia.org/Transformada_de_Laplace[transformada de Laplace] de la función | ||
Da por resultado la https://es.wikipedia.org/wiki/Transformada_de_Laplace[transformada de Laplace] de la función | ||
dada. | ||
|
||
==== | ||
|
||
[EXAMPLE] | ||
==== | ||
`++ Laplace[sen(t)]++` da por resultado stem:[\mathbf\{\frac{1}\{t^\{2} + 1}} ] . | ||
==== | ||
`++Laplace(sen(t))++` da por resultado stem:[\mathbf{\frac{1}{s^{2} + 1}} ] | ||
[NOTE] | ||
==== | ||
|
||
*image:GGb5.png[GGb5.png,width=47,height=42] En versión 5 image:24px-Menu_view_cas.svg.png[Menu view | ||
cas.svg,width=24,height=24] Solo en /Categoría:Comandos_Específicos_CAS_(Cálculo_Avanzado).adoc[Vista CAS]* | ||
Laplace( <Función>, <Variable> ):: | ||
Da por resultado, en la xref:/Vista_CAS.adoc[Vista CAS] la Transformada de Laplace de la función dada para la variable | ||
Da por resultado la transformada de Laplace de la función dada para la variable | ||
indicada. | ||
|
||
==== | ||
|
||
[EXAMPLE] | ||
==== | ||
*Ejemplos:* En la xref:/Vista_CAS.adoc[Vista CAS] puede intentarse, por ejemplo: | ||
* `++Laplace[ sen(ñ*t), t ]++` da por resultado, en la xref:/Vista_CAS.adoc[Vista CAS] la Transformada de Laplace | ||
stem:[\mathbf\{\frac{ñ}\{ñ^\{2} + t^\{2}}}] | ||
* `++Laplace[sen(a*t),a]++` da por resultado stem:[\mathbf\{\frac{t}\{a^\{2} + t^\{2}}}] | ||
* `++Laplace(sen(a*t),t)++` devuelve stem:[\mathbf{\frac{a}{a^{2} + t^{2}}}] | ||
* `++Laplace(sen(a*t),a)++` devuelve stem:[\mathbf{\frac{t}{a^{2} + t^{2}}}] | ||
==== | ||
|
||
[NOTE] | ||
==== | ||
Ver también el xref:/Comandos.adoc[comando] xref:/commands/LaplaceInversa.adoc[LaplaceInversa]. | ||
Ver también el comando xref:/commands/LaplaceInversa.adoc[LaplaceInversa]. | ||
==== |