<!doctype html>
<html lang="es">
<!-- #BeginTemplate "/Templates/dlm.dwt" --><!-- DW6 --><head>
<meta charset="utf-8">
<!-- #BeginEditable "doctitle" -->
<title>Gráfico de funciones y calculadora</title>
<meta name="Description" content="Matematicas explicadas en un lenguaje sencillo, puzzles, juegos, tests y hojas de ejercicios" />
<script language="JavaScript" type="text/javascript">tranfrom='graph/function-grapher.php';trandate='01 Mar 2008';</script>
<!-- #EndEditable -->
<meta name="keywords" content="matemática, matemáticas, mates, curso, escuela, deberes, tareas, juegos, puzzles, rompecabezas, multiplicación, división larga, resta, sustracción, suma, adición, test, prueba, número, forma, estadística, álgebra, educación, porcentaje, área, proporción">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="HandheldFriendly" content="true">
<meta name="referrer" content="always">
<link rel="stylesheet" type="text/css" href="../style3.css">
<script src="../main3.js"></script>
</head>
<body id="bodybg">
<div class="bg">
<div id="stt"></div>
<header>
<div id="hdr"></div>
<div id="logo"><a href="https://www.mathsisfun.com/"><img src="../images/style/logo.svg" alt="Math is Fun"></a></div>
<div id="adTopOuter" class="centerfull noprint">
<div id="adTop">
<script>document.write(getAdTop());</script>
</div>
</div>
<div id="adHide">
<div id="showAds1"><a href="javascript:showAds()">Mostrar anuncios</a></div>
<div id="hideAds1"><a href="javascript:hideAds()">Ocultar anuncios</a><br>
<a href="../about-ads.html">Sobre anuncios</a></div>
</div>
</header>
<nav>
<div id="menuWide" class="menu">
<script>document.write(getMenu(0));</script>
</div>
<div id="linkto">
<div id="linktort">
<script>document.write(getLinks());</script>
</div>
</div>
<div id="search" role="search">
<script>document.write(getSearch());</script>
</div>
<div id="menuSlim" class="menu">
<script>document.write(getMenu(1));</script>
</div>
<div id="menuTiny" class="menu">
<script>document.write(getMenu(2));</script>
</div>
</nav>
<div id="extra"></div>
</div>
<article id="content" role="main">
<!-- #BeginEditable "Body" -->
<h1 class="center">Gráfico de funciones y calculadora</h1>
<div class="center"><b><a href="#description">Descripción</a></b> ::
<b><a href="#functions">Todas las funciones</a></b> </div>
<script src="../algebra/images/function-graph.js" type="text/javascript"></script>
<script type="text/javascript">functiongraphMain();</script>
<p>Function Grapher and Calculator ---> Gráfico de funciones y calculadora<br>
Sample ---> Ejemplo<br>
Plot ---> Dibujar<br>
Calculate ---> Calcular<br>
In 2X ---> Acercar 2X<br>
Alejar 2X ---> Alejar 2X<br>
Alejar 10X ---> Alejar 10X<br>
Reset ---> Reiniciar</p>
<p><a name="description" id="description"></a></p>
<h2><b>Descripción</b></h2>
<p>Este programa es una utilidad gráfica completa que permite representar gráficamente dos funciones simultáneamente.</p>
<p>Tiene la cualidad única de permitir <b>grabar tu trabajo como URL</b> (enlace web).</p>
<h2>Uso</h2>
<h3>Para representar una función simplemente escrbela en el cuadro de funciones.</h3>
<p>Usa "x" como variable, o escoge tu propia letra, después pulsa el botón <b>Dibujar</b>.</p>
<div class="example"><p>Ejemplos:</p>
<ul>
<li>sin(x)</li>
<li>2x−3</li>
<li>cos(x^2)</li>
<li>(x−3)(x+3)</li>
</ul>
</div>
<p>Puedes utilizar el botón "Calcular" para ver cmo se interpreta tu fórmula.</p>
<h3>Ampliar y Recentrar</h3>
<p>Para ampliar un área, seleccinala con el ratón (pincha, mantén pulsado y arrastra, después suelta). El área que selecciones determinará los nuevos límites.
Esto hará que las escalas en los ejes x e y sean diferentes.</p>
<p>Si sólo pinchas y sueltas (sin crear el rectángulo), el lugar donde pinches será el nuevo centro.</p>
<p>Puedes alejarte usando los botones <b>Alejar 2X</b> y <b>Alejar 10x</b>.</p>
<p>Para reiniciar el alejamiento a los límites originales pincha en el botón <b>Reiniciar</b>.</p>
<p> </p>
<p><a name="functions" id="functions"></a></p>
<h2>Todas las funciones</h2>
<h3>Operadores</h3>
<table width="100%" border="0" cellpadding="4">
<tr>
<td width="8%"> </td>
<th width="10%">+</th>
<td width="82%">Operador de suma</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%">-</th>
<td width="82%">Operador de resta</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%">*</th>
<td width="82%">Operador de multiplicación</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%">/</th>
<td width="82%">Operador de división</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%">^</th>
<td width="82%">Operador de potencia/exponente/índice</td>
</tr>
</table>
<p> </p>
<h3>Funciones</h3>
<table width="100%" border="0" cellpadding="4">
<tr>
<td width="8%"> </td>
<th width="10%"><b>sqrt</b></th>
<td width="82%">Raíz cuadrada de un valor o expresión.</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%"><b>sin</b></th>
<td width="82%">seno de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%"><b>cos</b></th>
<td width="82%">coseno de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%"><b>tan</b></th>
<td width="82%">tangente de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%"><b>asin</b></th>
<td width="82%">inversa del seno (arcoseno) de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%"><b>acos</b></th>
<td width="82%">inversa del coseno (arcocoseno) de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%"><b>atan</b></th>
<td width="82%">inversa de la tangente (arcotangente) de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%"><b>sinh</b></th>
<td width="82%">Inversa del seno hiperbólico (arcoseno) de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%"><b>cosh</b></th>
<td width="82%">Inversa del coseno hiperbólico (arcocoseno) de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%"><b>tanh</b></th>
<td width="82%">Inversa de la tangente hiperbólica (arcotangente) de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%"><b>exp</b></th>
<td width="82%"> e (Constante de Euler) elevada a la potencia de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%"><b>ln</b></th>
<td width="82%">Logaritmo natural de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%"><b>log</b></th>
<td width="82%">Logaritmo en base 10 de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%">floor</th>
<td width="82%">Devuelve el menor (más cercano a infinito negativo) valor que no es menor que el argumento y es igual a un número entero.</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%">ceil</th>
<td width="82%">Devuelve el mayor (más cercano a infinito positivo) valor que no es mayor que el argumento y es igual a un número entero.</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%">abs</th>
<td width="82%">Valor absoluto (distancia desde cero) de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%">sign</th>
<td width="82%">Signo (+1 o −1) de un valor o expresión</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%"> </th>
<td width="82%"> </td>
</tr>
</table>
<h3><b>Constantes</b></h3>
<table width="100%" border="0" cellpadding="4">
<tr>
<td width="8%"> </td>
<th width="10%">pi</th>
<td width="82%">La constante <font face="Times New Roman, Times, serif" size="+1">π</font> (3.141592654...)
</td>
</tr>
<tr>
<td width="8%"> </td>
<th width="10%">e</th>
<td width="82%">La constante de Euler (2.71828...), la base de los logaritmos naturales</td>
</tr>
</table>
<div class="related">
<a href="index.html">Índice de gráficos</a>
</div>
<!-- #EndEditable -->
</article>
<div id="adend" class="centerfull noprint">
<script>document.write(getAdEnd());</script>
</div>
<footer id="footer" class="centerfull noprint">
<script>document.write(getFooter());</script>
</footer>
<div id="copyrt">
Copyright © 2020 DisfrutaLasMatematicas.com<br>
<a href="javascript:openEnglish()"><img src="../images/style/english-text.svg" alt="Math is Fun Website" style="border: 0;"></a>
</div>
<script>document.write(getBodyEnd());</script>
</body>
<!-- #EndTemplate -->
</html>