Tagged Questions
3
votes
1answer
187 views
Systems of equations in ConTeXt
In LaTeX+amsmath, I can say
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation*}
\left\{
\begin{aligned}
px-y-4&=0\\
2x-2y-6m&=0
...
5
votes
1answer
216 views
bigger parentheses in equations
I have the following TeX equation:
r = (I_n - (.85) M^T)^{-1} (\frac{1 - (.85)}{5}) \cdot 1 \\
I want bigger parentheses around the term (1-(.85)/5), how can I achieve this?
How can I get large ...
1
vote
2answers
612 views
Splitting a long equation with a curly brace for the equations in two lines
The equation that I have pasted below is very long. I want the first equation (e34a) after dw^2/dx^2 to be split in two lines with a common curly brace for the equation in two lines. My code is
...
15
votes
2answers
2k views
Should one use thousands separators in equations?
I understand that this is not strictly a TeX question but I have recently been asked to correct an equation presented as the first example in the image below to that of the second example i.e., to use ...
12
votes
1answer
5k views
How can I have a bigger integral (\int) delimiter?
I'm writing some integrals and I don't like the way the \int symbol is displayed when it is followed by a big delimiter.
Here's the code:
\[
\int_S\biggl(\nabla\times\bar B - \mu_0\bar J -
...