Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23129 views
ubuntu2004
1
<exercise>
2
<statement>
3
<p>
4
Use an appropriate substitution
5
to show that all of the following ODEs may be transformed into
6
the same linear ODE.
7
(Do not fully solve these ODEs.)
8
</p>
9
<ol>
10
<xsl:for-each select="odes/*">
11
<li>
12
<m><xsl:value-of select="ode"/></m>
13
</li>
14
</xsl:for-each>
15
</ol>
16
</statement>
17
<answer>
18
<ol>
19
<xsl:for-each select="odes/*">
20
<li>
21
Let <m><xsl:value-of select="sub"/></m>.
22
</li>
23
</xsl:for-each>
24
</ol>
25
<p>
26
All ODEs transform into
27
<m><xsl:value-of select="linear"/></m>.
28
</p>
29
</answer>
30
</exercise>
31