if i use either
NSolve[{eq1, eq2}, {b, c}]
or
NSolve[{eq1, eq2}, {a1, b, c}]
Values of both variables b and c are same in both cases. You can see in the attached file.
Also sir, if you see my question, it was little different, I have no problem in solving the 2 equations with 2 variables, but by solving, the results are not favorable, but if i write the variables b and c in equations in the form of "b=x1+i y1 " and "c=x2+i y2 " and making 4 equations which is easy in my theory, with 4 variables, then Using
NSolve[{eq1, eq2, eq3, eq4}, {x1, y1, x2, y2}, Reals].
I get my required results. But this way is not good for me as when i go for higher dimensions, i.e 10 equations and 10 variables , then i face problem that my system stucks and stop running
oblem
Attachments: