Function matrix from ginac
Brief description
matrix(rows:int,columns:int):matrix
Creates a matrix from its dimensions More ...
Function information
Name: | matrix |
Base: | matrix |
Group: | GiNaC plugins:Matrix algebra |
Icon: | ginac.png |
Color: | cyan |
Authors: | |
Copyright: |
Detailed description
Creates a matrix from its dimensions
Input parameters
-
rows:
int
- Number of rows
-
columns:
int
- Number of columns
Return values
-
Default return value:
matrix
- Matrix object