Tagged Questions
2
votes
1answer
157 views
sets and enclosing braces
How can I denote a set of numbers with curly braces around them (curly braces are usually the standard for sets in mathematical textbooks). I tried the following:
$d={3, 2, 2, 1, 1, 1}$
Tex ...
2
votes
1answer
263 views
Bringing the (square) brackets to the same height
Consider the .tex extract from below:
\begin{equation*}
A=U\Lambda U^T=\left[\begin{array}{ccc}
& & \\
u_1 & \cdots & u_n \\
& &
...
8
votes
5answers
608 views
How do I get function argument parenthesis to position correctly?
I'm having trouble with the appearance of parentheses representing function arguments. They appear to far away from the function name.
For example the code
...