Rev 6565 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6565 | Rev 6581 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | 9 | ||
10 | :datatype, matrix |
10 | :datatype, matrix |
11 | 11 | ||
12 | :,Calculer |
12 | :,Calculer |
13 | 13 | ||
14 | : |
14 | : |
15 | $submit1 |
15 | $submit1 |
16 | <select name="operation"> |
16 | <select name="operation"> |
17 | <option value="Déterminant,linalg/det">le déterminant</option> |
17 | <option value="Déterminant,linalg/det">le déterminant</option> |
18 | <option value="Rang,linalg/rank">le rang</option> |
18 | <option value="Rang,linalg/rank">le rang</option> |
19 | <option value="Matrice Inverse,linalg/inverse">la matrice Inverse</option> |
19 | <option value="Matrice Inverse,linalg/inverse">la matrice Inverse</option> |
20 | <option value="Polynôme caractéristique,linalg/charpoly">le polynôme caractéristique</option> |
20 | <option value="Polynôme caractéristique,linalg/charpoly">le polynôme caractéristique</option> |
21 | </select> |
21 | </select> |
22 | 22 | de |
|
23 | </td><td> de </td> |
- | |
24 | <td style="text-align:right;"> |
- | |
25 |
|
23 | <textarea name="formula" rows="4" cols="30"> |
26 | 1, 2, 3, 4 |
24 | 1, 2, 3, 4 |
27 | 2, 3, 4, 1 |
25 | 2, 3, 4, 1 |
28 | 3, 4, 1, 2 |
26 | 3, 4, 1, 2 |
29 | 4, 1, 2, 3 |
27 | 4, 1, 2, 3 |
30 | </textarea> |
28 | </textarea> |