You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
577 B
HTML

<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)".
<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.
<br><br>To see a list of special SyMAT commands, press Ctrl-Space while editing code.</p>
</body>
</html>