Function submatrix from ginac 
 Brief description
submatrix(value:matrix,row:int,column:int,rows:int,columns:int):matrix
Returns a sub-matrix of the given matrix starting a the given position with given dimensions More ...
 Function information
| Name: | submatrix | 
| Base: | matrix | 
| Group: | GiNaC plugins:Matrix algebra | 
| Icon: | ginac.png | 
| Color: | cyan | 
| Authors: | |
| Copyright: | 
 Detailed description
Returns a sub-matrix of the given matrix starting a the given position with given dimensions
 Input parameters
- 
value: 
matrix
- Input matrix
- 
row: 
int
- Number of the starting row
- 
column: 
int
- Number of the starting column
- 
rows: 
int
- Row size of the submatrix
- 
columns: 
int
- Column size of the submatrix
 Return values
- 
Default return value: 
matrix
- Sub-matrix of the given matrix
