Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
3774 views
ubuntu2004
1
<?xml version='1.0' encoding='UTF-8'?>
2
<exercise xmlns="https://spatext.clontz.org" version="0.0">
3
<statement>
4
<p>Explain how to find the particular solution to each given IVP.</p>
5
<ol>
6
{{#ivps}}
7
<li>
8
<me>
9
{{ode}};\qquad
10
{{var}}(0)={{iv1}},
11
{{var}}(0)={{iv2}}
12
</me>
13
</li>
14
{{/ivps}}
15
</ol>
16
</statement>
17
<answer>
18
{{#ivps}}
19
<me>{{ivp_sol}}</me>
20
{{/ivps}}
21
</answer>
22
</exercise>
23
24