Home

Entering Vectors

Vectors start with an opening brace ([) and end with a closing brace (]). Each element must be a real number or a complex number separated by spaces.

Examples: [1 2 3], [(1,2) (3,4) 5]

Each element of a vector is displayed as a real number or a complex number.