Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>Explain how to find the particular solution to each given IVP.</p>
4
<ol>
5
<xsl:for-each select="ivps/*">
6
<li>
7
<me>
8
<xsl:value-of select="ode"/>\hspace{2em}
9
<xsl:value-of select="var"/>(0)=<xsl:value-of select="iv1"/>,
10
<xsl:value-of select="var"/>'(0)=<xsl:value-of select="iv2"/>
11
</me>
12
</li>
13
</xsl:for-each>
14
</ol>
15
</statement>
16
<answer>
17
<xsl:for-each select="ivps/*">
18
<me><xsl:value-of select="ivp_sol"/></me>
19
</xsl:for-each>
20
</answer>
21
</exercise>
22
23