Subversion Repositories wimsdev

Rev

Rev 3265 | Rev 4349 | 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=Generates a random triangular matrix
-
 
5
slib_parms=5\
-
 
6
2,number of rows\
-
 
7
2,number of columns\
-
 
8
2,coefficient range\
-
 
9
random,u (upper) or d (down)\
-
 
10
Z,coefficient ring: Z for the time being,Q,R,C,G (Gauss ring), n (n is an integer for Z/nZ)
-
 
11
slib_author=Gang Xiao
4
slib_author=Gang Xiao
12
slib_out=the generated matrix
-
 
-
 
5
 
13
slib_example=4,2,5,random\
6
slib_example=4,2,5,random\
14
4,2,5,u\
7
4,2,5,u\
15
4,2,5,d
8
4,2,5,d
16
slib_require=pari
9
slib_require=pari
17
!exit
10
!exit