+Parentheses work again.
[lineal.git] / doc / matrix_edit.html
blob171aca77f067f55268c8f3ae2424fbd7c8f68c99
2 <html>
3 <head>
4 <title>Editing a Vector or Matrix</title>
5 </head>
6 <body>
7 <div><a href="./index.html">back to doc index</a></div>
8 <h3>Steps:</h3>
9 <ol>
10 <li>Go to <a href="../input_matrix">/input_matrix</a></li>
11 <li>Put in a name, most prefer a matrix to be represented
12 by one capital letter.</li>
13 <li>Set it's size, the default is 2x2.</li>
14 <li>Enter the matrix elements. For your own mental health, be sure to
15 use the 'Tab' key to move sequentially to each next element.
16 Pressing 'Shift' then 'Tab' easily moves back.</li>
17 <li>When done, press the 'Update' button to save the matrix.
18 You can also use the 'Tab' key to get from the last element of the
19 matrix to this button, pressing 'Enter' then submits.
20 You probably know this, oh well.</li>
21 </ol>
23 <h3>What about vectors?</h3>
24 <p>To create a vector, just set the number of columns to one.
25 It <i>is</i> treated like a vector within the program.</p>
27 <h3>Recall!</h3>
28 <p>The 'Recall!' button recalls a variable from the program's memory,
29 clearing any value associated with it. Lineal has no problem overwriting
30 variables anyway, so this functionality isn't that important.</p>
32 <h3>What's that crap at the bottom?</h3>
33 <p>When you hit 'Update', the exact POST data being
34 sent to the server is shown. It's really for debugging,
35 but I like it for normal use so please don't mind it :)</p>
37 </body>
38 </html>