Rev 4158 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4158 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Insert a coefficient in a matrix |
||
4 | slib_parms=4\ |
||
5 | ,matrix in wims form (inside brackets)\ |
||
6 | ,row\ |
||
7 | ,column\ |
||
4171 | bpr | 8 | ,element to insert (no comma) |
4158 | bpr | 9 | |
10 | slib_out=a new matrix with the element at the asked place |
||
11 | slib_comment=the place where to insert the element must be already fillout. |
||
12 | slib_example=[1,2;allo;mer],1,2,jeudi\ |
||
13 | [1,2;allo;],1,3,jeudi\ |
||
14 | [1,2;allo],4,3,jeudi |