Skip to the Main Content

Note:These pages make extensive use of the latest XHTML and CSS Standards. They ought to look great in any standards-compliant modern browser. Unfortunately, they will probably look horrible in older browsers, like Netscape 4.x and IE 4.x. Moreover, many posts use MathML, which is, currently only supported in Mozilla. My best suggestion (and you will thank me when surfing an ever-increasing number of sites on the web which have been crafted to use the new standards) is to upgrade to the latest version of your browser. If that's not possible, consider moving to the Standards-compliant and open-source Mozilla browser.

May 29, 2006

itex2MML 1.1

One of the annoying misfeatures of itex2MML, heretofore, was that it used a rather nonstandard syntax,

\array{ ... } or
\array{ \arrayopts{...} ... }

to create matrices and aligned equations. I’m not sure of the historical origin of this peculiarly un-LaTeX-like syntax but, for some time now, I’ve been meaning to add support for the standard AMSLaTeX constructs.

With itex2MML 1.1, we now support

\begin{env}
   ...
\end{env}

where env is any one of the following

matrix
a matrix, a b c d.\begin{matrix} a & b \\ c & d \end{matrix}\, .
pmatrix
a matrix, enclosed in parentheses, (a b c d).\begin{pmatrix} a & b \\ c & d \end{pmatrix}\, .
bmatrix
a matrix, enclosed in square brackets, [a b c d].\begin{bmatrix} a & b \\ c & d \end{bmatrix}\, .
Bmatrix
a matrix, enclosed in brace brackets, {a b c d}.\begin{Bmatrix} a & b \\ c & d \end{Bmatrix}\, .
vmatrix
a matrix, enclosed in vertical bars, a b c d.\begin{vmatrix} a & b \\ c & d \end{vmatrix}\, .
Vmatrix
a matrix, enclosed in double vertical bars, a b c d.\begin{Vmatrix} a & b \\ c & d \end{Vmatrix}\, .
smallmatrix
a small matrix, suitable for use in inline equations, a b c d\begin{smallmatrix} a & b \\ c & d \end{smallmatrix}.
cases
cases construct, |x|={x forx0, x forx<0.|x|=\begin{cases}x&\text{for}\, x\geq 0,\\ -x& \text{for}\, x\lt 0.\end{cases}
aligned
produces aligned equations (or sub-blocks thereof).

So

$$
\begin{aligned}
   A =& \begin{pmatrix}a & b \\ c & d \end{pmatrix} \\
   A^{-1} =& \frac{1}{\det A}  \begin{pmatrix}d & -b \\ -c & a \end{pmatrix} \\
     =& \frac{1}{a d - b c}  \begin{pmatrix}d & -b \\ -c & a \end{pmatrix}
\end{aligned}
$$

produces A= (a b c d) A 1= 1detA(d b c a) = 1adbc(d b c a) \begin{aligned} A =& \begin{pmatrix}a & b \\ c & d \end{pmatrix} \\ A^{-1} =& \frac{1}{\det A} \begin{pmatrix}d & -b \\ -c & a \end{pmatrix} \\ =& \frac{1}{a d - b c} \begin{pmatrix}d & -b \\ -c & a \end{pmatrix} \end{aligned}

Another AMSLaTeX construct I’ve been pining for is \substack{...}, as in

$$
   A = \sum_{\substack{m,n \in \mathbb{Z} \\ m \geq n }} a_{m,n}
$$

which now produces A= m,n mna m,n A = \sum_{\substack{m,n \in \mathbb{Z} \\ m \geq n }} a_{m,n}

If you’re viewing this in Mozilla/Firefox, you’ll note that the vertical spacing in all these matrices (and in \substack{...}) is screwed-up because of this bug.

For sheer lack of time, I don’t see myself implementing the myriad of other AMSLaTeX constructs anytime soon. But if there are particular ones you’ve been pining for, let me know.

As usual, my distribution comes with precompiled binaries for MacOSX and Linux and a plugin for MovableType.

Update (5/31/2006):

Spurred by Urs’s question, I decided it was time to produce some new documentation for itex2MML. It’s not much, but check out the itex Command Summary Page.

In the process of reviewing the features of itex2MML, I made a slew of bugfixes/improvements. So it’s time to release itex2MML 1.1.2 with the following improvements.

  • \backslash is now mapped correctly.
  • \Box was added as a synonym for \square.
  • Several characters were changed from <mo>s to <mi>s.
  • Wide and regular-width accents now work as expected (well, except for this bug with \overline).
  • Corrected support for \pmod and add support for \mod.
  • Status-line messages in \toggle were a NOOP. Dropped.
  • Fixed the \href command so that it will play nice with the W3C Validator, and hence will work here1. If you downloaded itex2MML in the past few hours, download it again, to get the fixed-up version (sorry 'bout that!).

Update (6/2/2006):

For yet more enhancements, see the next entry.

1 Getting \href to work in comments required a small rejiggering of our sanitize spec.

Posted by distler at 10:44 AM | Permalink | Followups (6)

May 27, 2006

AdS/Au-Au II

Previously, I wrote about AdS/CFT computations of the jet-quenching parameter. A related quantity is the energy loss of a heavy quark moving through the quark-gluon plasma. Herzog, Karch, Kovtun, Kozcaz and Yaffe have a beautiful recent paper treating this latter problem.

Posted by distler at 12:41 AM | Permalink | Followups (3)

May 26, 2006

Bug in Crypt::OpenPGP

Ben Trott probably has other, more high-flying things to think about than a bug in a (probably long-forgotten) Perl Module. But Austin Frank recently uncovered an obscure bug in Crypt::OpenPGP, which we use here to verify PGP-signed comments.

Most people, these days, have a DSA primary key (used for signing) and an El-Gamal subkey (used for encryption). Austin has an RSA primary key and DSA (signing) and El-Gamal (encryption) subkeys. Nothing wrong with that and, as far as I can tell, GnuPG handles such keys just fine. But Crypt::OpenPGP seems to barf on any message signed by Austin, leading me to suspect a bug in its handling of keys of this sort.

I’ve filed a bug report, but I’m not holding my breath.

Posted by distler at 9:25 AM | Permalink | Followups (5)

May 20, 2006

Technical Difficulties

It’s been brought to my attention that some people have recently been encountering an INTERNAL SERVER ERROR when attempting to comment here (or at the String Coffee Table).

The cause, alas, is my determination to be overly clever.

Posted by distler at 11:23 PM | Permalink | Followups (2)

May 18, 2006

AdS/Au-Au

Several very interesting recent papers applying AdS/CFT techniques to study properties of the quark-gluon plasma, as seen at RHIC (see this post for some earlier applications of AdS/CFT to RHIC). I’ll talk about two here, and two in my next post.

Posted by distler at 11:45 PM | Permalink | Followups (2)

May 16, 2006

Connections

The major Telecoms have been in the news a lot lately. And not in the most flattering of ways. “Is there a connection?” you ask. I didn’t see one. But Evan did.

Posted by distler at 11:58 PM | Permalink | Post a Comment

May 13, 2006

Actions for Self-dual Gauge Fields

In 4k+24k+2 dimensions, with Minkowski signature, The Hodge **-operator, * 2=1*^2=1, when acting on Ω 2k+1\Omega^{2k+1}. One therefore has theories with 2k2k-form gauge fields, whose 2k+12k+1-form field strength is (anti)self-dual. The classic examples are the chiral scalar in 2 dimensions and the 4-form gauge field of type IIB supergravity in 10 dimensions.

There isn’t a wholly satisfactory action principle for such fields, which make constructing the quantum theory somewhat less than straightforward. Recently, Moore and Belov came out with a beautiful paper on constructing an action principle for such fields and its connection to spin-Chern-Simons Theory in 4k+34k+3 dimensions.

Posted by distler at 3:12 AM | Permalink | Post a Comment

May 12, 2006

Mo’ Better Bounds

One of the novelties (for me, at least), in writing a paper in a well-worn field like precision electroweak measurements, is that a lot of people have a prior stake in the subject. Our recent paper got a flood of very positive comments.

All very gratifying. But, at the end of last week, came one comment which made us realize that our bounds (from forward-scattering dispersion relations) could be considerably strengthened. So we spent most of the intervening week redoing our analysis, and rewriting our paper to incorporate the new, stronger bounds.

Posted by distler at 11:36 PM | Permalink | Post a Comment

May 5, 2006

That’ll Teach Me

A while back, I wrote a post about the accessibility (or lack thereof) of mathematical text in PDF documents.

There is, apparently, a Working Group, trying to develop a standard for accessible PDF documents. Joe Clark decided that they needed some input from yours truly, and arranged for me to join one of their conference calls this week, and give some further input on their Wiki.

Someday, an accessible PDF document will be one which is properly tagged, and which, for each equation, contains an embedded MathML equivalent (in the same way that LaTeXit.app produces PDF files with embedded TeX source code). The MathML could then be used by assistive technology to produce either mathematical braille or voice.

Today, alas, pdftex doesn’t do tags (much less output embedded MathML), and the arXivs don’t use pdftex. So, like MathML itself, this is all a bit pie-in-the-sky.

Oh, wait …

Posted by distler at 2:45 PM | Permalink | Post a Comment

May 1, 2006

Geometry of the MSSM

A very pretty paper, today, by Gray, He, Jejjala and Nelson. They study the algebraic geometry of the space of supersymmetric vacua of 𝒩=1\mathcal{N}=1 supersymmetric gauge theories.

The obvious (and well-known) statement is that the solution to the F-flatness conditions is an affine algebraic variety, n\mathcal{F}\subset \mathbb{C}^n. The ring of functions on this variety is F=[ϕ 1,,ϕ n]/ iW F = \mathbb{C}[\phi_1,\dots,\phi_n]/\langle\partial_i W\rangle where iW\langle\partial_i W\rangle denotes the ideal generated by the derivatives of the superpotential. Imposing D-flatness corresponds to the symplectic reduction, or GIT quotient //G/G \mathcal{F}//G \simeq \mathcal{F}/G_{\mathbb{C}}

Their application of interest is the MSSM. Needless to say, finding a Gröbner basis for this complicated ideal in 49\mathbb{C}^{49} is a somewhat formidable computational task. So they end up looking at various simplified versions of the problem.

Setting all the colour-triplet fields to zero (that is, keeping only HH,H˜\tilde{H}, E˜ i\tilde{E}_i, L iL_i), and turning on the most general quartic terms in the superpotential compatible with R-parity, they find that the vacuum manifold for this truncated theory is an affine cone over the Veronese surface (the degree-2 embedding of 2\mathbb{P}^2 in 5\mathbb{P}^5)1.

It’s not at all clear what the significance of this observation is, though they do find other examples where the same Veronese structure arises, provided one is willing to tune the superpotential in various ways.

What would be really nice is a characterization of supersymmetry-breaking which allows one to carry over at least some of the techniques of algebraic geometry (which apply so beautifully to the supersymmetric case). Which reminds me that I ought to think some more about some of the obvious extensions of my old paper with Varadarajan, which explores similar questions, using similar techniques.


1 In this language, the affine cone can be characterized as the total space of the line bundle, 𝒪 2(2)\mathcal{O}_{\mathbb{P}^2}(-2), with the zero section contracted to a point. It’s not clear to me whether they want the affine cone, or its resolution, which is the total space of 𝒪 2(2)\mathcal{O}_{\mathbb{P}^2}(-2).

Posted by distler at 2:20 AM | Permalink | Post a Comment