Engee documentation

Create 3x3 Matrix

Creating a 3x3 matrix.

blockType: SubSystem

Path in the library:

/Aerospace/Math Operations/Create 3x3 Matrix

Description

The Create 3x3 Matrix block generates a 3x3 matrix of the 3x3 kind:

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.

Output

A - matrix
`matrix 3 by 3

The resulting matrix.

Data types: Float64.