2014-11-30 00:34:17 -07:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Basics</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Getting Started</h1>
|
|
|
|
<p>Open a new shell by clicking the button.
|
|
|
|
<br>Try typing commands, like "2*2" or "sin[.5]".
|
|
|
|
<br>You can make variables too, try "x=.5" then "sin[x]".
|
2014-12-17 22:38:17 -07:00
|
|
|
<br><br>SyMAT keeps track of the last few commands you enter in a shell.
|
|
|
|
To run one again, use the up and down keys to navigate the history.</p>
|
2014-11-30 00:34:17 -07:00
|
|
|
</body>
|
|
|
|
</html>
|