|
|
(104 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| {{{{{1}}|{{Banner Weibull Reference Examples}}}}}
| | =DRAFT= |
| <div class="noprint">
| |
| {| border="0" cellspacing="0" cellpadding="0" width="100%"
| |
| |-
| |
| |style="border-bottom: rgb(206,242,224) 1px solid; border-left: rgb(206,242,224) 1px solid; background-color: #336699; color: rgb(0,0,0); border-top: rgb(206,242,224) 1px solid; border-right: rgb(206,242,224) 1px solid; padding-left: 10px;" valign="middle" align="left" |
| |
| {{Font| {{PAGENAME}}|16|tahoma|bold|white}}
| |
| |}
| |
| | |
| ==TEST PAGE==
| |
| | |
| The first possibility<ref name="Dog" /> is the probability of a successful trial, <math>(1-p)</math>, where <math>p</math> is the probability of failure in trial <math>n-1</math>, while being in the unreliable state, <math>P_{n-1}(0)</math>, before the <math>n-1</math> trial, or:
| |
| | |
| ::<math>(1-p)P_{n-1}(0)</math>
| |
| | |
| ::<math>ax^2 + bx + c = 0</math>
| |
| | |
| | |
| ==References==
| |
| <ref name="Dog"> This is the dog reference.</ref>
| |
| | |
| | |
| '''Examples of expressions that are always rendered as PNG images'''
| |
| | |
| <math>x={-b\pm\sqrt{b^2-4ac} \over 2a}</math>
| |
| | |
| <math>2 = \left( \frac{\left(3-x\right) \times 2}{3-x} \right)</math>
| |
| | |
| | |
| Use <nowiki>\textstyle</nowiki> markup to make it smaller:
| |
| <math>\textstyle 2 = \left( \frac{\left(3-x\right) \times 2}{3-x} \right)</math>
| |
| | |
| | |
| <hr>
| |
| Regular size formula:
| |
| :The formula <math>\sum_{n=1}^\infty 1/n^2 = \pi^2/6 </math> is used for...
| |
| | |
| <nowiki>\textstyle</nowiki> markup:
| |
| :The formula <math>\textstyle\sum_{n=1}^\infty 1/n^2 = \pi^2/6</math> is used for...
| |
| | |
| <hr>
| |
| | |
| Mix of HTML and TeX markup:
| |
| | |
| TPH = <math>\tau</math>(DTO<sub>4</sub> – DTR<sub>1</sub>)
| |
| | |
| | |
| All TeX markup:
| |
| | |
| <math>TPH = \tau(DTO_{4}-DTR_{1})</math>
| |