Difference between revisions of "Multiline equations"

From Wiki
Jump to navigation Jump to search
(→‎Basic Alignment: Align is working on live :-))
(Replaced content with "moved to Math/Multiline_equations")
Tag: Replaced
 
(69 intermediate revisions by 9 users not shown)
Line 1: Line 1:
== Basic Alignment ==
+
moved to [[Math/Multiline_equations]]
 
 
 
 
Two modes of input
 
 
 
* Latex style
 
<texcode>
 
\startformula \startalign
 
v &= u + at \\
 
h &= ut + \frac12 gt^2 \\
 
\stopalign \stopformula
 
</texcode>
 
 
 
Note the \\ in the last line
 
 
 
This appears as follows
 
<context>
 
\startformula \startalign
 
v &= u + at \\
 
h &= ut + \frac12 gt^2 \\
 
\stopalign \stopformula
 
</context>
 
 
 
* Context Stlye
 
 
 
<texcode>
 
\startformula \startalign
 
\NC v \NC = u + at \NR
 
\NC h \NC= ut + \frac12 gt^2 \NR
 
\stopalign \stopformula
 
</texcode>
 
 
 
<context>
 
\startformula \startalign
 
\NC v \NC = u + at \NR
 
\NC h \NC= ut + \frac12 gt^2 \NR
 
\stopalign \stopformula
 
</context>
 
 
 
( The examples here will focus on the context style, having two styles can be confusing --[[User:Adityam| Aditya ]] )
 
 
 
== Working with equation numbering ==
 
 
 
== Changing the number of columns ==
 
 
 
== Cases ==
 
 
 
== Numbered Cases ==
 

Latest revision as of 10:40, 12 May 2024