69 lines
2.6 KiB
HTML
69 lines
2.6 KiB
HTML
|
<!-- saved from url=(0014)about:internet -->
|
||
|
<html>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
||
|
<head>
|
||
|
<title>Graphing Calculator: Evaluating expressions</title>
|
||
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Graphing Calculator: Evaluating expressions</h1>
|
||
|
|
||
|
<div class="section" style="background-color: #FFFFE8; font-size:10pt; padding-bottom:1px;">
|
||
|
<h2>Note</h2>
|
||
|
<p>This article describes how to use the expression evaluator window. If you would like to learn how type an expression, you should go to <a href="language.htm">this article</a> instead.</p>
|
||
|
</div>
|
||
|
|
||
|
<div class="section">
|
||
|
<h2>Content</h2>
|
||
|
<ul>
|
||
|
<li><a href="#intro">Introduction</a></li>
|
||
|
<li><a href="#start">Getting started</a></li>
|
||
|
<li><a href="#vars">Variables</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
<div class="section">
|
||
|
<a name="intro"></a>
|
||
|
<h2>Introduction</h2>
|
||
|
|
||
|
<p>The <strong>Expression evaluator</strong> is a tool within the <strong>Graphing Calculator</strong> which can compute the result of a typed mathematical expression.</p>
|
||
|
</div>
|
||
|
|
||
|
<div class="section">
|
||
|
<a name="start"></a>
|
||
|
<h2>Getting started</h2>
|
||
|
<p>To evaluate an expression, follow the following steps:</p>
|
||
|
<strong>Step 1:</strong> In the application window, click the <em>Evaluate</em> button. <br />
|
||
|
<strong>Step 2:</strong> Type an expression in the <em>Input expression</em> field. <br />
|
||
|
<strong>Step 3:</strong> Add variables to the variable list if needed.<br />
|
||
|
<strong>Step 4:</strong> Click <em>Evaluate</em>. <br />
|
||
|
|
||
|
<p>Example: </p>
|
||
|
<img src="img/eval0.png" style="margin-top: -10px;" />
|
||
|
</div>
|
||
|
|
||
|
<div class="section">
|
||
|
<a name="vars"></a>
|
||
|
<h2>Variables</h2>
|
||
|
|
||
|
<p>A description of what variables are, and why they are useful can be found in the <a href="language.htm#vars">language article</a>.</p>
|
||
|
|
||
|
<p>To use variables in the evaluator window, you need to type the name in the <em>Name</em> field, the value in the <em>Value</em> field, and click <em>Add</em>. If a variable with the same name already exists, you will be prompted if you want to replace the old value.</p>
|
||
|
|
||
|
<p>The value of a variable can also be an expression, it doesn't have to be a simple number.</p>
|
||
|
|
||
|
<img src="img/eval1.png" style="margin-top: -10px;" />
|
||
|
|
||
|
<p>To remove a variable from the list, or edit it, simply right click, and a menu will appear.</p>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class="footer">
|
||
|
Software created by Chibici Tiberiu.
|
||
|
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|