1<?xml version="1.0" encoding="utf-8"?>
2<page xmlns="http://projectmallard.org/1.0/" type="guide" id="power" xml:lang="zu">
3
4    <info>
5        <link type="guide" xref="index#equation"/>
6    </info>
7
8	<title>Powers and Roots</title>
9
10    <p>
11    Powers are entered by putting a <link xref="superscript">superscript number</link> after the value.
12    </p>
13    <example>
14    <p>
1516    </p>
17    </example>
18    <p>
19    The inverse of a number can be entered using the inverse symbol ⁻¹ (<keyseq><key>Ctrl</key><key>I</key></keyseq>).
20    </p>
21    <example>
22    <p>
23    3⁻¹
24    </p>
25    </example>
26    <p>
27    Powers can also be calculated using the ^ symbol.
28    This allows the power to be an equation.
29    </p>
30    <example>
31    <p>
32    5^(6−2)
33    </p>
34    </example>
35    <p>
36    If your keyboard does not have a <key>^</key> key you can use <key>*</key> twice.
37    </p>
38    <p>
39    Square roots can be calculated using the  symbol (<keyseq><key>Ctrl</key><key>R</key></keyseq>).
40    </p>
41    <example>
42    <p>
43    √2
44    </p>
45    </example>
46    <p>
47    n-th roots can be calculated by putting a <link xref="superscript">subscript number</link> before the root sign.
48    </p>
49    <example>
50    <p>
51    ₃√2
52    </p>
53    </example>
54</page>
55