\begin{cases} (-1+i)z_1+(2i-3)z_2=-2; \\ (2+2i)z_1+(3+5i)z_2=0. \end{cases}
I decided by the method of Cramer. Received such an answer: $$ z_1=-\frac{3 + 5i}{2} \;\;\;\;;\;\;\;\; z_2=1+i $$
Can you please tell me how to find $ z_1 $ and $ z_2 $ without Cramer's method?
Well, we have:
$$ \begin{cases} \left(-1+i\right)\cdot\text{z}_1+\left(2i-3\right)\cdot\text{z}_2=-2\\ \\ \left(2+2i\right)\cdot\text{z}_1+\left(3+5i\right)\cdot\text{z}_2=0 \end{cases}\tag1 $$
Now, we can write $\text{z}_1=\text{a}+\text{b}i$ and $\text{z}_2=\text{c}+\text{d}i$. We also know that the imaginary parts of the LHS of the system has to be 0. So we can write:
$$ \begin{cases} -\text{a}-\text{b}-3\text{c}-2\text{d}=-2\\ \\ \text{a}-\text{b}+2\text{c}-3\text{d}=0\\ \\ 2\text{a}-2\text{b}+3\text{c}-5\text{d}=0\\ \\ 2\text{a}+2\text{b}+5\text{c}+3\text{d}=0 \end{cases}\tag2 $$
Solving that system gives $\text{a}=-3$, $\text{b}=-5$, $\text{c}=2$ and $\text{d}=2$.