Create 3x3 Matrix
Creating a 3x3 matrix.
Ports
Input
A11 - matrix element
scalar
The matrix element standing in the first row and the first column.
Data types: Float64
.
A12 - matrix element
scalar
The matrix element standing in the first row and the second column.
Data types: Float64
.
A13 - matrix element
scalar
The matrix element standing in the first row and the third column.
Data types: Float64
.
A21 - matrix element
scalar
The matrix element standing in the second row and the first column.
Data types: Float64
.
A22 - matrix element
scalar
The matrix element standing in the second row and the second column.
Data types: Float64
.
A23 - matrix element
scalar
The matrix element standing in the second row and the third column.
Data types: Float64
.
A31 - matrix element
scalar
The matrix element standing in the third row and the first column.
Data types: Float64
.
A32 - matrix element
scalar
The matrix element standing in the third row and the second column.
Data types: Float64
.
A33 - matrix element
scalar
The matrix element standing in the third row and the third column.
Data types: Float64
.