I need to solve 10 non linear equations using 10 unknowns.When I try to solve these equtions using the command 'solve' ,I could n't find the solution.

This is my program...
[a1,b1,a2,b2,a3,b3,a4,b4,a5,b5]=solve('(A*a1^2 + B*b1^2)/(A*a2^2 + C*b2^2)=10^(H/10),(A*a1^2 + B*b1^2)/(A*a3^2 + D*b3^2)=10^(J/10),(A*a1^2 + B*b1^2)/(A*a4^2 + E*b4^2)=10^(K/10),(A*a1^2 + B*b1^2)/(A*a5^2 + F*b5^2)=10^(L/10),(a1^2 + a2^2 + a3^2 + a4^2 + a5^2)*A + B*b1^2 + C*b2^2 + D*b3^2 + E*b4^2 + F*b5^2= A ,B*b1^2 = C*b2^2 ,(D*b3^2/(A*a3^2))=(C*b2^2/(A*a2^2)),(E*b4^2/(A*a4^2))=(C*b2^2/(A*a2^2)),(F*b5^2/(A*a5^2))=(C*b2^2/(A*a2^2)),A*(a1^2 + a2^2)/(sqrt((A*a1^2 + B*b1^2)*(A*a2^2 + C*b2^2)))= G');

Respuestas (1)

hi...... why dont you try matrix method such that the coefficient of normal x in linear equation now becomes the cofficient of x.^2..........afterwards you can sqrt each to get your final answer.

Categorías

Más información sobre Mathematics and Optimization en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 15 de Abr. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by