<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="equation" xml:lang="zh_TW">

    <info>
        <!-- Place this at the start of the section -->
        <title type="sort">0</title>
        <link type="guide" xref="index#equation"/>
    </info>

	<title>基本方程</title>
    
    <p>方程式以標準的數學模式來作輸入。舉例來說，要將 7 和 2 相加，輸入如下：</p>
    <example>
    <p>7+2</p>
    </example>
    <p>若要得到結果，用您的滑鼠按下 <gui>=</gui> 按鈕，或是用您的鍵盤按下 <key>Enter</key> 鍵。</p>
    <p>計算會依照數學規則來進行 (先乘除後加減)。下面方程式的解為 1 (3×2 = 6, 7−6 = 1)。</p>
    <example>
    <p>7−3×2</p>
    </example>
    <p>要變更計算的次序，使用括弧。下面方程式的解為 8 (7−3 = 4, 4×2 = 8)。</p>
    <example>
    <p>(7−3)×2</p>
    </example>
    <p>
    To clear the display press the <gui>C</gui> button or <key>Escape</key>.
    </p>
</page>
