146k views
1 vote
I need help asap soon as possible please

I need help asap soon as possible please-example-1
User Matt Dodge
by
8.6k points

1 Answer

3 votes
A complex number can be represented as a column vector with the real part in the first row and the imaginary part in the second row. Therefore, to write the complex number -2 - 32 as a column vector, we have:

```
|-2|
|-32i|
```

Hence, the complex number -2 - 32 can be written as a column vector `[-2; -32i]`.
User Seto Nugroho
by
8.7k points