Math, asked by sridharivenkatesh245, 2 days ago

Evaluate z=iw if z=5-2i and w=-1+3i​

Answers

Answered by Anonymous
0

Answer:

Mark as brainliest please

The new operator is an operator which denotes a request for memory allocation on the Heap. If sufficient memory is available, new operator initializes the memory and returns the address of the newly allocated and initialized memory to the pointer variabl

Answered by nithyashree1577
0

Answer:

(i) z = 5 – 2i, w = -1 + 3i z + w = (5 – 2i) + (-1 + 3i) = (5 – 1) + (-2i + 3i) = 4 + i (ii) z – iw = (5 – 2i) – i (-1 + 3i) = 5 – 2i + i + 3 = (5 + 3) + (-2i + i) = 8 – i(iii) 2z + 3w = 2(5 – 2i) + 3 (-1 +3i) = 10 – 4i – 3 + 9i = 7 + 5 i (iv) zw = (5 – 2i) (-1 + 3i) = -5 + 15i + 2i – 6i = -5 + 17i + 6 = 1 + 17i (v) z2 + 2zw + w2 = (z + w)2 [from (i)] = (4 + i)2 = 16 – 1 + 8i = 15 + 8i(vi) (z + w)2 = 15 + 8z [from (v)]

Similar questions