*** empty log message ***
This commit is contained in:
parent
f06d829f40
commit
6aa9068a17
1 changed files with 22 additions and 0 deletions
22
nabokov.tex
22
nabokov.tex
|
@ -87,3 +87,25 @@ So Eigenmath requires
|
|||
\medskip
|
||||
\noindent
|
||||
which is unambiguous.
|
||||
|
||||
\medskip
|
||||
\noindent
|
||||
Now a new question arises.
|
||||
Never mind the minus sign, what is the binding of the caret symbol itself?
|
||||
The answer is, it binds to just the next symbol, as the following example
|
||||
demonstrates.
|
||||
|
||||
\medskip
|
||||
\verb$x^1/2$
|
||||
|
||||
$$\hbox{$1\over2$}x$$
|
||||
|
||||
\medskip
|
||||
\noindent
|
||||
So in general, parentheses are needed when the exponent is an expression.
|
||||
|
||||
\medskip
|
||||
\verb$x^(1/2)$
|
||||
|
||||
$$x^{1/2}$$
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue