Log in to edit a copy.
Download.
Other published documents...
Assignment 1 Problem 3
115 days ago by emi3489
# Solve the equation (2-I)*z+(3+2*I)=(4+5*I)
z=(-1/5)+(7*I/5);z
7/5*I - 1/5
7/5*I - 1/5
bool((2-I)*z+(3+2*I)==(4+5*I));
True
True
# Solve the equation (-1+2*I)*z-(1-3*I)=(2-I)
z=(-11/5)-(2*I/5);z
-2/5*I - 11/5
-2/5*I - 11/5
bool((-1+2*I)*z-(1-3*I)==(2-I));
True
True