You can enter vectors in Scientific Notebook
in any one of the following ways.
- 1 × n matrices:


,


,


- n×1 matrices:


,


,


- n-tuples within parentheses or brackets: (2, - 1, 0),
x1, x2, x3
,
[3, 2, 1],
x1, x2, x3
This flexibility allows you to use the output of previous work as input,
without undue worry about the shape of the output. For purposes of clear
exposition, you will find it preferable to use consistent notation.
To create a vector in matrix form
- 1.
- ClickitbpF0.3009in0.3009in0.0701inmatrix.wmf or
choose Insert + Matrix.
- 2.
- Set the number of rows (or columns) to 1 and the other number
to the dimension you wish.
- 3.
- Enter the values for the components in the input boxes.