1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2cdf0e10cSrcweir
352ac0773SAndrew Rist<!--***********************************************************
48c7e84bbSmseidel *
552ac0773SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
652ac0773SAndrew Rist * or more contributor license agreements.  See the NOTICE file
752ac0773SAndrew Rist * distributed with this work for additional information
852ac0773SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
952ac0773SAndrew Rist * to you under the Apache License, Version 2.0 (the
1052ac0773SAndrew Rist * "License"); you may not use this file except in compliance
1152ac0773SAndrew Rist * with the License.  You may obtain a copy of the License at
128c7e84bbSmseidel *
1352ac0773SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
148c7e84bbSmseidel *
1552ac0773SAndrew Rist * Unless required by applicable law or agreed to in writing,
1652ac0773SAndrew Rist * software distributed under the License is distributed on an
1752ac0773SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1852ac0773SAndrew Rist * KIND, either express or implied.  See the License for the
1952ac0773SAndrew Rist * specific language governing permissions and limitations
2052ac0773SAndrew Rist * under the License.
218c7e84bbSmseidel *
2252ac0773SAndrew Rist ***********************************************************-->
2352ac0773SAndrew Rist
24cdf0e10cSrcweir<helpdocument version="1.0">
25cdf0e10cSrcweir<meta>
26cdf0e10cSrcweir<topic id="textsmath0103091200xml" indexer="include" status="PUBLISH">
27cdf0e10cSrcweir<title id="tit" xml-lang="en-US">Indexes and Exponents</title>
28cdf0e10cSrcweir<filename>/text/smath/01/03091200.xhp</filename>
29cdf0e10cSrcweir</topic>
308c7e84bbSmseidel<comment>fixed #i30770#</comment>
31cdf0e10cSrcweir</meta>
32cdf0e10cSrcweir<body>
3354be4daeSmseidel<bookmark xml-lang="en-US" branch="index" id="bm_id3150746">
3454be4daeSmseidel<bookmark_value>indexes and exponents in $[officename] Math</bookmark_value>
35cdf0e10cSrcweir<bookmark_value>exponents and indexes in $[officename] Math</bookmark_value>
36cdf0e10cSrcweir</bookmark>
37*2a389aa1Smseidel<paragraph role="heading" id="hd_id3150746" xml-lang="en-US" level="1" l10n="U"><link href="text/smath/01/03091200.xhp" name="Indexes and Exponents">Indexes and Exponents</link></paragraph>
38*2a389aa1Smseidel<paragraph role="paragraph" id="par_id3153730" xml-lang="en-US" l10n="U">Here, you will find basic information about indexes and exponents in <emph>$[officename] Math</emph>. You can try the examples described here to help you understand the details discussed. (The quotation marks in this text are for emphasis purposes only and are not part of the examples.)</paragraph>
39*2a389aa1Smseidel<paragraph role="paragraph" id="par_id3149884" xml-lang="en-US" l10n="U">The index and exponent for a character are displayed one on top of the other, left-justified to the base character. For example, type <emph>a_2^3</emph> or <emph>a^3_2</emph>. This can be in any order. Instead of <emph>'_'</emph> and <emph>'^'</emph>, you can use <emph>'sub'</emph> and <emph>'sup'</emph>.</paragraph>
40*2a389aa1Smseidel<paragraph role="paragraph" id="par_id3148387" xml-lang="en-US" l10n="U">However, it is no longer possible to use the following patterns</paragraph>
41*2a389aa1Smseidel<paragraph role="code" id="par_id3149029" xml-lang="en-US" l10n="U">a_2_3</paragraph>
42*2a389aa1Smseidel<paragraph role="code" id="par_id3155985" xml-lang="en-US" l10n="U">a^2^3</paragraph>
43*2a389aa1Smseidel<paragraph role="code" id="par_id3153923" xml-lang="en-US" l10n="U">a_2^3_4</paragraph>
44*2a389aa1Smseidel<paragraph role="paragraph" id="par_id3153724" xml-lang="en-US" l10n="U">Each sub-/superscript position of a base character can only be used once. You must use brackets to indicate the desired result. The following examples illustrate this</paragraph>
45*2a389aa1Smseidel<paragraph role="code" id="par_id3151185" xml-lang="en-US" l10n="U">a_{2_3}</paragraph>
46*2a389aa1Smseidel<paragraph role="code" id="par_id3151272" xml-lang="en-US" l10n="U">a^{2^3}</paragraph>
47*2a389aa1Smseidel<paragraph role="code" id="par_id3156316" xml-lang="en-US" l10n="U">a_2^{3_4}</paragraph>
48*2a389aa1Smseidel<paragraph role="code" id="par_id3145207" xml-lang="en-US" l10n="U">a_{2^3}^{4_5}</paragraph>
49*2a389aa1Smseidel<paragraph role="tip" id="par_id3151173" xml-lang="en-US" l10n="U">Unlike other formula editors where " <emph>_</emph> " and " <emph>^</emph> " only refer to the next character ("a_24" refers only to the "2"), $[officename] Math refers to the entire number(s)/name(s)/text. If you want to put superscripts and subscripts in sequence, the expression can be written as follows: a_2{}^3 or a^3{}_2</paragraph>
50*2a389aa1Smseidel<paragraph role="paragraph" id="par_id3154260" xml-lang="en-US" l10n="U">To write tensors, <emph>$[officename] Math</emph> provides several options. In addition to the notation "R_i{}^{jk}{}_l", common in other applications, additional notations can be used, namely "R_i{}^jk{}_l" and "{{R_i}^jk}_l."</paragraph>
51*2a389aa1Smseidel<paragraph role="paragraph" id="par_id3147516" xml-lang="en-US" l10n="U">Super- and subscripts to the left of the base character can also be right-justified. To do this, the new commands "lsub" and "lsup" are used. Both commands have the same effect as "sub" and "sup", except that they are left of the base character. See also "a lsub 2 lsup 3."</paragraph>
52*2a389aa1Smseidel<paragraph role="paragraph" id="par_id3154276" xml-lang="en-US" l10n="U">The rules governing unambiguity and the necessity of using brackets remain the same. In principle, this can be achieved with <emph>{}_2^3 a</emph>.</paragraph>
53*2a389aa1Smseidel<paragraph role="note" id="par_id3152961" xml-lang="en-US" l10n="U">The commands "sub" and "sup" are also available as "rsub" and "rsup".</paragraph>
54*2a389aa1Smseidel<paragraph role="paragraph" id="par_id3158437" xml-lang="en-US" l10n="U">Using the "csub" and "csup" commands, you can write super- and subscripts directly above or below a character. An example is "a csub y csup x". Combinations of indexes and exponents together are also possible: "abc_1^2 lsub 3 lsup 4 csub 55555 csup 66666."</paragraph>
55*2a389aa1Smseidel<paragraph role="paragraph" id="par_id3154570" xml-lang="en-US" l10n="U">Super- and subscripts can be attached to most unary and binary operators. Two examples: "a div_2 b a&lt;csub n b +_2 h" and "a toward csub f b x toward csup f y."</paragraph>
56*2a389aa1Smseidel<paragraph role="warning" id="par_id3155904" xml-lang="en-US" l10n="CHG">Be sure to also enter all spaces between characters when entering these examples into the <emph>Commands</emph> window.</paragraph>
57cdf0e10cSrcweir</body>
58cdf0e10cSrcweir</helpdocument>
59