Function column from ginac
Brief description
column(value:matrix,column:int):matrix
Returns a column of the given matrix More ...
Function information
| Name: | column |
| Base: | matrix |
| Group: | GiNaC plugins:Matrix algebra |
| Icon: | ginac.png |
| Color: | cyan |
| Authors: | |
| Copyright: |
Detailed description
Returns a column of the given matrix
Input parameters
-
value:
matrix
- Matrix
-
column:
int
- Number of the column
Return values
-
Default return value:
matrix
- Given column
