Skip to content

Commit

Permalink
Update Laplace.adoc
Browse files Browse the repository at this point in the history
Adjusted to English version
  • Loading branch information
francomariani88 authored Feb 2, 2025
1 parent 8914963 commit a4c9501
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions es/modules/ROOT/pages/commands/Laplace.adoc
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].
====

0 comments on commit a4c9501

Please sign in to comment.