182k views
0 votes
Work out 3a+b as a column vector

User Alqueraf
by
9.1k points

1 Answer

6 votes
Assuming that both "a" and "b" are scalars, we can write 3a + b as a column vector by placing the expression in a single-column matrix with one row, like this:

```
[3a + b]
```

This is a column vector with one element.
User SmiffyKmc
by
8.7k points

No related questions found