Rev 3772 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3772 | Rev 4158 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Insert a coefficient in a matrix |
- | |
5 | slib_parms=4\ |
- | |
6 | ,matrix in wims form (inside brackets)\ |
- | |
7 | ,row\ |
- | |
8 | ,column\ |
- | |
9 | ,element to insert (no coma) |
- | |
10 | 4 | ||
11 | slib_author=Bernadette Perrin-Riou |
5 | slib_author=Bernadette Perrin-Riou |
12 | slib_out=a new matrix with the element at the asked place |
- | |
13 | slib_comment=the place where to insert the element must be already fillout. |
- | |
14 | slib_example=[1,2;allo;mer],1,2,jeudi\ |
- | |
15 | [1,2;allo;],1,3,jeudi\ |
- | |
16 | [1,2;allo],4,3,jeudi |
- | |
- | 6 | ||
17 | !exit |
7 | !exit |
18 | 8 | ||
19 | :proc |
9 | :proc |
20 | !distribute items $wims_read_parm into slib_matrix,slib_r,slib_c,slib_t |
10 | !distribute items $wims_read_parm into slib_matrix,slib_r,slib_c,slib_t |
21 | slib_matrix=!declosing $slib_matrix |
11 | slib_matrix=!declosing $slib_matrix |