Subversion Repositories wimsdev

Rev

Rev 4349 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
!if $wims_read_parm!=slib_header
2
 !goto proc
3
!endif
4158 bpr 4
 
4349 bpr 5
slib_author=Gang, XIAO
4158 bpr 6
 
20 reyssat 7
slib_example= 1,3;5,6
3265 bpr 8
slib_require=pari
20 reyssat 9
!exit
10
 
11
:proc
12
slib_mat=!declosing $wims_read_parm
13
!if $slib_mat=$empty
14
 slib_out=
15
!else
16
 slib_out=!exec pari print(matdet([$slib_mat]))
17
!endif