ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: OPVECT

Create a vector or matrix.

❨a1, a2, ..., an❩ = OPVECT(a1, a2, ..., an) returns the n-dimensional vector with real or complex coordinates ai, i=1, 2, ..., n.

❨v1, v2, ..., vm❩ = OPVECT(v1, v2, ..., vm) returns the n×m real or complex matrix where the ith column is the vector vi, i=1, 2, ..., m, and vi is a n-dimensional real or complex vector.

For instance, the two-dimensional unit matrix is ❨❨1, 0❩, ❨0, 1❩❩.