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