2.2.1-2 1g
Solve the following differential equation and sketch
the solution curves:
General Solution:
or
Solution curves:
> restart;
> f:={seq(exp(i/x/2)/x,i=-6..6)}:
> plot(f,x=-2..2,y=-10..10,color=black);