Programming Examples

This section presents different examples of programming in the discrete-event domain. We will give several examples of DE primitives that work with matrices.

Identity Matrix Primitive

This section develops a primitive in the DE domain that will create an identity matrix.

Matrix Transpose

In the next example, the matrix transpose will be implemented.