We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd779ac commit ab266feCopy full SHA for ab266fe
chp07/subsections/7.11.html
@@ -535,9 +535,9 @@ <h2>7.11.2 微分方程类型总结表</h2>
535
</tr>
536
<tr>
537
<td><strong><a href="7.9.html">欧拉方程</a></strong></td>
538
- <td>$$x^2y'' + pxy' + qy = 0$$</td>
+ <td>$$x^2y'' + pxy' + qy = f(x)$$</td>
539
<td>换元法</td>
540
- <td>设 $x = e^t$<br>$\frac{d^2y}{dt^2} + (p-1)\frac{dy}{dt} + qy = 0$</td>
+ <td>设 $x = e^t$<br>$\frac{d^2y}{dt^2} + (p-1)\frac{dy}{dt} + qy = f(t)$</td>
541
<td>$$x > 0$$</td>
542
543
</tbody>
0 commit comments