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

    <info>
        <!-- Place this at the start of the section -->
        <title type="sort">0</title>
        <link type="guide" xref="index#equation"/>
    
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>scootergrisen</mal:name>
      <mal:email/>
      <mal:years>2020</mal:years>
    </mal:credit>
  </info>

	<title>Grundlæggende ligninger</title>
    
    <p>Ligninger indtastes i standardmatematisk form. For f.eks. at tilføje 7 og 2 indtastes følgende:</p>
    <example>
    <p>7+2</p>
    </example>
    <p>Se resultatet ved at trykke på knappen <gui>=</gui> med din mus eller <key>Enter</key>-tasten på dit tastatur.</p>
    <p>Udregninger udføres i matematisk rækkefølge - multiplikation og division udføres før addition og subtraktion. Følgende ligning giver resultatet 1 (3×2 = 6, 7−6 = 1).</p>
    <example>
    <p>7−3×2</p>
    </example>
    <p>Brug parenteser til at ændre rækkefølgen af udregninger. Følgende ligning giver resultatet 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>
