Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23129 views
ubuntu2004
1
<exercise>
2
<statement>
3
<p>
4
Explain how to find the general solution to the given ODE,
5
and the particular solution that satisfies the given initial value.
6
</p>
7
<me>
8
<xsl:value-of select="ode"/>,\hspace{1em}
9
y\big(<xsl:value-of select="t0"/>\big)=<xsl:value-of select="y0"/>
10
</me>
11
</statement>
12
<answer>
13
<me><xsl:value-of select="ode_sol"/></me>
14
<me><xsl:value-of select="ivp_sol"/></me>
15
</answer>
16
</exercise>
17