Rev 3265 | Rev 4351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3265 | Rev 4158 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Connex component of a vertex in a graph |
- | |
5 | slib_parms=2\ |
- | |
6 | ,matrix (which represents a simple non oriented graph)\ |
- | |
7 | ,point |
4 | |
8 | slib_author=Bernadette PERRIN-RIOU |
5 | slib_author=Bernadette PERRIN-RIOU |
9 | slib_out=list of the connex component of the point |
- | |
10 | slib_comment=the matrix must be between brackets |
- | |
- | 6 | ||
11 | slib_example=[0,0,1;0,0,0;1,1,0],2 |
7 | slib_example=[0,0,1;0,0,0;1,1,0],2 |
12 | slib_require=pari |
8 | slib_require=pari |
13 | !exit |
9 | !exit |
14 | 10 | ||
15 | :proc |
11 | :proc |