Rev 3333 | Rev 4158 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3333 | Rev 3772 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !if $wims_read_parm!=slib_header |
1 | !if $wims_read_parm!=slib_header |
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Insert a coefficient in a matrix |
4 | slib_title=Insert a coefficient in a matrix |
5 | slib_parms=4\ |
5 | slib_parms=4\ |
6 | ,matrix in wims form (inside brackets) |
6 | ,matrix in wims form (inside brackets)\ |
7 |
|
7 | ,row\ |
8 |
|
8 | ,column\ |
9 | ,element to insert (no |
9 | ,element to insert (no coma) |
10 | 10 | ||
11 | slib_author=Bernadette Perrin-Riou |
11 | slib_author=Bernadette Perrin-Riou |
12 | slib_out=a new matrix with the element at the asked place |
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. |
13 | slib_comment=the place where to insert the element must be already fillout. |
14 | slib_example=[1,2;allo;mer],1,2,jeudi\ |
14 | slib_example=[1,2;allo;mer],1,2,jeudi\ |