Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>
4
Compute the Laplace transform <m>\mathcal{L}\{y\}</m> of
5
<m>y = <xsl:value-of select="pretransform"/></m> by using a transform table.
6
</p>
7
<p>
8
Then show how the integral definition of the Laplace transform
9
to obtains same result.
10
</p>
11
</statement>
12
<answer>
13
<me>
14
\mathcal{L}\{y\} = <xsl:value-of select="transform"/>
15
</me>
16
</answer>
17
</exercise>
18
19