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>
5
For each ODE, describe an appropriate strategy to find its
6
general solution, and the features of the ODE that make
7
that strategy appropriate. (Do not fully solve these ODEs.)
8
</p>
9
<ol>
10
{{#odes}}
11
<li>
12
<m>{{ode}}</m>
13
</li>
14
{{/odes}}
15
</ol>
16
</statement>
17
<answer>
18
<ol>
19
{{#odes}}
20
<li>
21
The ODE is {{form}}, so it can be solved by {{strategy}}.
22
</li>
23
{{/odes}}
24
</ol>
25
</answer>
26
</exercise>
27
28