Subversion Repositories wimsdev

Rev

Rev 4158 | Go to most recent revision | Details | 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
4
slib_title=Transform a matrix to maxima format
5
slib_parms=1\
6
,matrix with column and row format.\
7
slib_author=Gang Xiao
8
slib_out=the matrix in format for input to Maxima.
9
!exit
10
 
11
:proc
12
 
13
slib_out=!trim $wims_read_parm
14
slib_out=!rows2lines $slib_out
15
slib_out=!replace internal $\
16
$ by ],[ in [$slib_out]