Engee documentation

Create 3x3 Matrix

Creating a 3x3 matrix.

blockType: SubSystem

Path in the library:

/Aerospace/Math Operations/Create 3x3 Matrix

Description

Block Create 3x3 Matrix forms a 3x3 matrix of the form:

Ports

Input

A11 — element of the pass matrix:q[<br>] scalar

The matrix element in the first row and the first column.

Data types: Float64

A12 — element of the pass matrix:q[<br>] scalar

The matrix element in the first row and the second column.

Data types: Float64

A13 is an element of the pass matrix:q[<br>] scalar

The element of the matrix, standing in the first row and the third column.

Data types: Float64

A21 — element of the pass matrix:q[<br>] scalar

The matrix element in the second row and the first column.

Data types: Float64

A22 is an element of the pass matrix:q[<br>] scalar

The matrix element in the second row and the second column.

Data types: Float64

A23 — element of the pass matrix:q[<br>] scalar

The matrix element in the second row and third column.

Data types: Float64

A31 — element of the pass matrix:q[<br>] scalar

The element of the matrix, standing in the third row and the first column.

Data types: Float64

A32 — element of the pass matrix:q[<br>] scalar

The element of the matrix, standing in the third row and the second column.

Data types: Float64

A33 is an element of the pass matrix:q[<br>] scalar

The element of the matrix, 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