Skip to content

Commit 3ec67be

Browse files
committed
add additional contents for chp09
1 parent aa7e2f1 commit 3ec67be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

chp09/subsections/9.5.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,12 @@ <h6>隐函数求导公式(一个方程)</h6>
676676
$$\frac{\mathrm{d}y}{\mathrm{d}x} = -\frac{F_x}{F_y}$$
677677
</div>
678678
<p>前提条件:$F_y \neq 0$</p>
679+
<p>对于三元函数 $F(x,y,z) = 0$</p>
680+
<div class="math-expression">
681+
$$\frac{\partial{z}}{\partial{x}} = -\frac{F_x}{F_z}$$
682+
$$\frac{\partial{z}}{\partial{y}} = -\frac{F_y}{F_z}$$
683+
</div>
684+
<p>前提条件:$F_z \neq 0$</p>
679685
</div>
680686

681687
<div class="theorem-box">

0 commit comments

Comments
 (0)