Rev 3265 | Rev 4330 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3265 | Rev 4161 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Data sum |
- | |
- | 4 | ||
5 | slib_parms=1\ |
5 | slib_parms=1\ |
6 | ,[data] or [data],[weight] |
6 | ,[data] or [data],[weight] |
7 | slib_author=Adeline Grelot and Bernadette PERRIN-RIOU |
7 | slib_author=Adeline Grelot and Bernadette PERRIN-RIOU |
8 | slib_out=data sum |
- | |
9 | slib_comment=Data and weight can be recognized under many formats, \ |
- | |
10 | in particular as a matrix (with data before weight). |
- | |
- | 8 | ||
11 | slib_example=[2,-7,6]\ |
9 | slib_example=[2,-7,6]\ |
12 | [2,1;-7,6;1,1]\ |
10 | [2,1;-7,6;1,1]\ |
13 | [2,-7,1],[1,6,1]\ |
11 | [2,-7,1],[1,6,1]\ |
14 | [2,-7,1;1,6,1] |
12 | [2,-7,1;1,6,1] |
15 | slib_require=pari |
13 | slib_require=pari |