Rev 539 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 539 | Rev 14899 | ||
---|---|---|---|
Line 49... | Line 49... | ||
49 | 49 | ||
50 | :output |
50 | :output |
51 | Derivative of the implicit function |
51 | Derivative of the implicit function |
52 | !htmlmath $formula |
52 | !htmlmath $formula |
53 | with respect to $x: |
53 | with respect to $x: |
54 | < |
54 | <div class="wimscenter"> |
55 | !for i=1 to $vcnt-1 |
55 | !for i=1 to $vcnt-1 |
56 | !set v=!item $i of $remain |
56 | !set v=!item $i of $remain |
57 | !set q=!line $i of $result |
57 | !set q=!line $i of $result |
58 | !if $q!=$empty |
58 | !if $q!=$empty |
59 | !if $vcnt<=2 |
59 | !if $vcnt<=2 |
60 |
|
60 | d$v/d$x = |
61 | !else |
61 | !else |
62 |
|
62 | $m_partial$v/$m_partial$x = |
63 | !endif |
63 | !endif |
64 | !htmlmath $q |
64 | !htmlmath $q |
65 | !endif |
65 | !endif |
66 | !next i |
66 | !next i |
67 | </ |
67 | </div> |
68 | !exit |
68 | !exit |
69 | 69 |