I am trying to calculate the solution(s) to these equations 1, the k0,k1,k2,k3 are the unknowns, everything else is known. The problem is that I cannot find a point of intersection of all equations so I split them into combinations of each equation with another i.e.: equation1 = equation2, equation1 = equation3, etc.
The only source that could give me real solutions was Wolfram alpha. My question is, with which numerical method can I calculate the aproximate values of my unknowns? I have noticed that I have 2 equations and 3 unknowns, but Wolfram can still calculate aproximate values.