Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>
4
Explain how to solve the following IVP.
5
</p>
6
<me>
7
<xsl:value-of select="ode"/>\hspace{2em}
8
y(0)=<xsl:value-of select="y0"/>,
9
y'(0)=<xsl:value-of select="yp0"/>
10
</me>
11
<p>Hint: <m><xsl:value-of select="partial_fractions"/></m>.</p>
12
</statement>
13
<answer>
14
<me>
15
\mathcal{L}\{y\}=<xsl:value-of select="ly"/>
16
</me>
17
<me>
18
\mathcal{L}\{y\}=<xsl:value-of select="ly_simp"/>
19
</me>
20
<me>
21
<xsl:value-of select="sol"/>
22
</me>
23
</answer>
24
</exercise>
25
26