Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 6515 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | 17 | ||
18 | !exit |
18 | !exit |
19 | 19 | ||
20 | :output |
20 | :output |
21 | 21 | ||
22 | < |
22 | <p class="wimscenter"> |
23 | Harmonic mean = |
23 | Harmonic mean = |
24 | !htmlmath $result |
24 | !htmlmath $result |
25 | </ |
25 | </p> |
26 | Data: $cnt numbers { $formula } |
26 | Data: $cnt numbers { $formula } |
27 | <p> |
27 | <p> |
28 | The <em>harmonic mean</em> of |
28 | The <em>harmonic mean</em> of |
29 |
|
29 | \(\{x_1, x_2, ..., x_n\}\) |
- | 30 | is equal to |
|
30 | !set ins_align=middle |
31 | !set ins_align=middle |
31 |
|
32 | !insmath \frac{n}{\sum_{i=1}^n \frac{1}{ x_i}} |
32 | . |
33 | . |
- | 34 | </p> |
|
33 | !exit |
35 | !exit |
34 | - |