I need to know how to solve a system of nonlinear equations but varying a parameter, so that every time you change that parameter will throw me the result of that system (need all results), I thought a for, which is changing the parameter, solve the equation and each result is stored in a spreadsheet, the problem is that as you can not solve the system and as a result I throw and nonsymbolic numerical values, they give you an example of the system that must be solved:
0 = 125 +100 * cos (x) -25 * cos (a) -175 * cos (y)
0 = 100 * sin (x) -25 * sin (a) -175 * sin (y)
In the parameter to be changed is a and going to go keeping the corresponding values of x and y in the spreadsheet.