Subversion Repositories wimsdev

Rev

Rev 4091 | Rev 5903 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4091 Rev 5755
Line 23... Line 23...
23
row number 2 of the matrix \m (same as <tt class="wims_code_variable">\m[2;]</tt>)
23
row number 2 of the matrix \m (same as <tt class="wims_code_variable">\m[2;]</tt>)
24
:row( .. , )
24
:row( .. , )
25
row(2..5,\m)
25
row(2..5,\m)
26
the submatrix of \m consisting of rows number 2 to 5 (same as <tt class="wims_code_variable">\m[2..5;]</tt>)
26
the submatrix of \m consisting of rows number 2 to 5 (same as <tt class="wims_code_variable">\m[2..5;]</tt>)
27
:row([ , ], )
27
:row([ , ], )
28
row([1,3],1,2,3<br>3,4,5<br>5,6,7) 
28
row([1,3],1,2,3<br/>3,4,5<br/>5,6,7) 
29
the submatrix of the 3&times;3 matrix consisting of the first  and the last rows
29
the submatrix of the 3&times;3 matrix consisting of the first  and the last rows
30
:row(   , )
30
:row(   , )
31
row(column 1 > 1 and column 2 = good,\mat)
31
row(column 1 > 1 and column 2 = good,\mat)
32
the submatrix of \mat consisting of rows where column 1 is > 1 and column 2 is the word `good'
32
the submatrix of \mat consisting of rows where column 1 is > 1 and column 2 is the word `good'
33
:randomitem( )
33
:randomitem( )
Line 41... Line 41...
41
items of column number 2 of the matrix \m, as a comma-separated list (same as <tt class="wims_code_variable">\m[;2]</tt>)
41
items of column number 2 of the matrix \m, as a comma-separated list (same as <tt class="wims_code_variable">\m[;2]</tt>)
42
:column( .. , )
42
:column( .. , )
43
column(2..5,\m)
43
column(2..5,\m)
44
the submatrix of \m consisting of columns number 2 to 5 (same as <tt class="wims_code_variable">\m[;2..5]</tt>)
44
the submatrix of \m consisting of columns number 2 to 5 (same as <tt class="wims_code_variable">\m[;2..5]</tt>)
45
:column([ , ], )
45
:column([ , ], )
46
column([1,3],1,2,3<br>3,4,5<br>5,6,7)
46
column([1,3],1,2,3<br/>3,4,5<br/>5,6,7)
47
the submatrix of the 3&times;3 matrix consisting of the first  and the last columns
47
the submatrix of the 3&times;3 matrix consisting of the first  and the last columns
48
:asis( )
48
:asis( )
49
asis(How do you do? item(1,2,3))
49
asis(How do you do? item(1,2,3))
50
the string as it is, protected from transformations and conditionality.
50
the string as it is, protected from transformations and conditionality.
51
:htmlmath( )
51
:htmlmath( )