Nemeth for Tensor Indices Notation / Multiscripts

Home Forums Nemeth Code for Math and Science Nemeth for Tensor Indices Notation / Multiscripts

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #38987
    Brian Richwine
    Participant

    I need to know how to use Nemeth Braille to express tensor notation such as:  (capital R followed by a subscript i, followed by a superscript j, followed by a subscript k, and followed by a subscript l - where each subscript and superscript is in its own horizontal spacing). Note that it is different than (capital R subscript i superscript j subscript k subscript l - where the both the superscript j and the subscript i are positioned next to the letter R; the j being vertically above the i).

    The 1972 Nemeth Braille Code for Mathematics and Science Notation does not cover tensor indices notation (sometimes referred to as abstract index notation or slot-naming index notation). Visually it involves having a letter at base followed by zero or more pairs of vertically-aligned subscripts and superscripts where the horizontal spacing matters. Each pair of a subscript and superscript is like a matrix entry and some of them may be blank. Without indication of the spacing, location information is lost.

    The above example of tensor indices notation can be found in the second example under section 3.4.7.3 Examples for Tensor Indices in the MathML3 spec: R_i{}^j{}_k{}_l Here is a direct link to the image of that example as I'm not sure that a pasted in image works here. For those familiar with LaTeX or MathML, the code for that example is:

    LaTeX: R_i{}^j{}_k{}_l
    MathML:
    <pre class="mathml"><math>
    <mmultiscripts>
    <mi> R </mi>
    <mi> i </mi>
    <none/>
    <none/>
    <mi> j </mi>
    <mi> k </mi>
    <none/>
    <mi> l </mi>
    <none/>
    </mmultiscripts>
    </math></pre>
    Any help is greatly appreciated!
    -Brian

Viewing 1 post (of 1 total)

Everyone is free to read the forums, but only current NBA members can post. Become a member today. Click here to Login and return.