ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/help-langpack/es/gnome-calculator/equation.page

39 lines
1.6 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="equation" xml:lang="gnome-calculator-es">
<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>Daniel Mustieles</mal:name>
<mal:email>daniel.mustieles@gmail.com</mal:email>
<mal:years>2012 - 2020</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Jorge González</mal:name>
<mal:email>jorgegonz@svn.gnome.org</mal:email>
<mal:years>2010</mal:years>
</mal:credit>
</info>
<title>Ecuaciones básicas</title>
<p>Las ecuaciones se introducen de la forma matemática estándar. Por ejemplo, para sumar 7 y 2 introduzca lo siguiente:</p>
<example>
<p>7+2</p>
</example>
<p>Para resolverlo, pulse el botón <gui>=</gui> con su ratón o la telca <key>Intro</key> de su teclado.</p>
<p>Los cálculos se realizan en el orden matemático; la multiplicación y división se realizan antes de la suma y resta. En la siguiente ecuación se obtiene 1 (3×2 = 6, 76 = 1).</p>
<example>
<p>73×2</p>
</example>
<p>Para cambiar el orden de cálculo use los paréntesis. La solución de la siguiente ecuación es 8 (73 = 4, 4×2 = 8).</p>
<example>
<p>(73)×2</p>
</example>
<p>Para limpiar la pantalla pulse el botón <gui>C</gui> o <key>Escape</key>.</p>
</page>