Hi everyone, I am a new user of Mathematica 9 and I would like to know how to solve the system of non linear equations attached in this post, I tried to follow some examples explained in youtube but it was useless, after I finished the insertion of a command I didn´t have answer from the system, this only answers when I insert simple arithmetics operations. Thanks in advance for your help.
Sometimes
Findroot[Norm[lhs1-rhs2]+Norm[lhs2-rhs2],{vars}]
or
NMinimize[Norm[lhs1-rhs2]+Norm[lhs2-rhs2],{vars}]
can look for places that are close to solutions.
Are you certain there is a solution to your system?
You will get more help if you show what you have already tried and what did not work.