Question
Please Explain?
If x = [0:0.2:1] and y = [0:0.2:1] and [X,Y] = meshgrid (x, y) and Z = X + i*Y then which row of Z contains the number 0.6+0.6i ? 2 4 6 If x>1 and A = [2 0; x 1] and I execute [i, j] = find(A>1) then i will be: the column vector [1,2] the column vector [1,1] the column vector [2,1] the column vector [2,2] If roots(q) = [1+i, 1-i] then q is a multiple of [2, -2,1] [-2, 2,1] [1, -2, 2] The product of two complex numbers, x+iy and a+ib, is defined via your old friend foil (first outer inner last) that is (x + iy)(a + ib) = xa + ibx + iay + iiyb = (xa - yb) + i(ay + bx) Now if (x+i3)(4+i2) - (1-ix) = 1 + i16 then x x = 6 answer not here X = 1
Explanation / Answer
C
B
A
B