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
Explain how to solve the following IVP.
6
</p>
7
<me>
8
{{ode}};\qquad
9
y(0)={{y0}},
10
y'(0)={{yp0}}
11
</me>
12
<p>Hint: <m>{{partial_fractions}}</m>.</p>
13
</statement>
14
<answer>
15
<me>
16
\mathcal{L}\{y\}={{ly}}
17
</me>
18
<me>
19
{{sol}}
20
</me>
21
</answer>
22
</exercise>
23
24