Skip to content

Vectors

Vector input fields can be created using the vector input type in the input element.

A vector consists of either numbers or expressions. It is not allwed to mix these two input types in one vector.

Example

<p>
    Enter the first standard base vector of the space <m>\mathbb{R}^3</m>:
</p>
<p>
    Answer: <input>
        <vector>
            <number>1</number>
            <number>0</number>
            <number>0</number>
        </vector>
    </input>
</p>