Hello!
if anyone can help ill be greatful!.
i have his equation:
eq1:=(8/x)=tan(7*x/50)
of course there are infinite analitical solutions.... solution = F(x)+Pi*n, n=1....infinity
what i want to do, is to define N. and then, to put the first N solutions of the equation into a Vector called X,
so X[1]=F(x)+1*Pi
X[2]=F(x)+2*Pi
...
X[N]=F(x)+N*Pi
can someone help?