math-suite/Source/Help/documentation/apps/matrixcalc/index.htm

62 lines
1.9 KiB
HTML
Raw Normal View History

2018-02-05 23:24:46 +00:00
<!-- saved from url=(0014)about:internet -->
<html>
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<head>
<title>Matrix Calculator</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Matrix Calculator</h1>
<div class="section">
<h2>Content</h2>
<ul>
<li><a href="#info">General information</a></li>
<li><a href="#limits">Limitations</a></li>
<li><a href="#articles">Matrix calculator articles</a></li>
</ul>
</div>
<div class="section">
<a name="info"></a>
<h2>General information</h2>
<p>The <em>Matrix Calculator</em> is calculator for mathematical matrices. In mathematics, a matrix is a rectangular array of numbers, symbols, or expressions. The individual items in a matrix are called its elements or entries.
</div>
<div class="section">
<a name="limits"></a>
<h2>Limitations</h2>
<p>The calculator is limited to 64bit floating point numbers (approximate range: <20>5.0 <20> 10<sup>-324</sup> to <20>1.7 <20> 10<sup>308</sup>, or 15-16 digits).</p>
<p>The size of a matrix is only limited by the system memory, but it is not a very good idea to use large matrices (e.g. bigger than 100x100), since they make the application slow, and unresponsive.</p>
</div>
<div class="section">
<a name="articles"></a>
<h2>Matrix calculator articles</h2>
<h3>Getting started</h3>
<ul>
<li><a href="basic.htm">
Basic guide</a></li>
<li><a href="buttons.htm">
What all the buttons do</a></li>
</ul>
<h3>Additional articles</h3>
<ul>
<li><a href="calc.htm">
The calculator window</a></li>
<li><a href="editor.htm">
The matrix editor</a></li>
<li><a href="keyshortcuts.htm">
Keyboard shortcuts</a></li>
</ul>
</div>
<div class="footer">
Software created by Chibici Tiberiu.
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
</div>
</body>
</html>