Subversion Repositories wimsdev

Rev

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

!if $wims_read_parm!=slib_header
 !goto proc
!endif
slib_title=Transform a matrix to maxima format
slib_parms=1\
,matrix with column and row format.\
slib_author=Gang Xiao
slib_out=the matrix in format for input to Maxima.
!exit

:proc

slib_out=!trim $wims_read_parm
slib_out=!rows2lines $slib_out
slib_out=!replace internal $\
$ by ],[ in [$slib_out]