Help:Editing/Mathematical: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1:
It is presumed that any serious mathematics content contributor will be thoroughly familiar with [https://en.wikipedia.org/wiki/LaTeX LaTeX].
==LaTeX formulae==
It is presumedhoped that any serious mathematics content contributor will be thoroughly familiar with [https://en.wikipedia.org/wiki/LaTeX LaTeX]. Otherwise to generate the text required to display equations, use the CodeCogs [http://www.codecogs.com/latex/eqneditor.php LaTeX Equation Generator].
SDIY wiki supports embedding mathematical formulas using <code><nowiki><math>...</math></nowiki></code> tags and sometimes the math template <nowiki>{{math|...}}</nowiki>. The briefly seen red error message: <span style="font-weight:bold; color:#ff0000;">Failed to parse (Missing <nowiki><code>texvc</code></nowiki> executable. Please see math/README to configure.)</span> etc. is due to server lag and does not indicate a real problem.
 
{{SITENAME}} wiki supports embedding mathematical formulas using <code><nowiki><math>...</math></nowiki></code> tags.
Click the edit link above to view the source:
 
===Example===
Click the edit link above to view the source:.
 
It can easily be seen, by polynomial expansion, that the following equation is equivalent to the quadratic equation:
:<math>\left(x+\frac{b}{2a}\right)^2=\frac{b^2-4ac}{4a^2}</math>
Taking the square root of both sides, and isolating {{<math|''>x''}}</math>, gives:
:<math>x=\frac{-b\pm\sqrt{b^2-4ac\ }}{2a}</math>
 
==Charts==
A way to do charts is still being worked on. In the mean time useUse images from your favoured applcation, also see Wikipedia:[https://en.wikipedia.org/wiki/Wikipedia:How_to_create_charts_for_Wikipedia_articles How to create charts for Wikipedia articles].
 
[[Category:Help:Editing]]