Why I cannot get a solution for this system?

조회 수: 1 (최근 30일)
Traian Preda
Traian Preda 2013년 11월 1일
답변: Alex Sha 2019년 12월 10일
Hi,
I have the following system of equations for which I have an initial guess. But I cannot get any solution. Anyone can help?
syms Lfd R1d L1d L1q Ladssec Laqssec Rfd R1q
S=vpasolve([(-(1*Rfd*((1/((0.005+0.009)^2+(0.072+1*(Ladssec+0.1))*(0.072+1*(Laqssec+0.1))))*((0.072+1*(Laqssec+0.1))*sin(-0.785)-(0.005+0.009)*cos(-0.785)))*Ladssec)/(Lfd))==0.0023 ,(-(1*Rfd*(1-(Ladssec/Lfd)+((((0.072+1*(Laqssec+0.1))*Ladssec)/(((0.005+0.009)^2+(0.072+1*(Ladssec+0.1))*(0.072+1*(Laqssec+0.1)))*Lfd)) *Ladssec)))/(Lfd))==-0.0054,(-(1*Rfd*(-(Ladssec/Lfd)+((((0.072+1*(Laqssec+0.1))*Ladssec)/(((0.005+0.009)^2+(0.072+1*(Ladssec+0.1))*(0.072+1*(Laqssec+0.1)))*L1d)) *Ladssec)))/(Lfd))== 0.0018,(-(1*Rfd*(-((0.005+0.009)/((0.005+0.009)^2+(0.072+1*(Ladssec+0.1))*(0.072+1*(Laqssec+0.1))))*(Laqssec/L1q))*Ladssec)/(Lfd))==5.8369e-04,(-(1*R1d*((1/((0.005+0.009)^2+(0.072+1*(Ladssec+0.1))*(0.072+1*(Laqssec+0.1))))*((0.072+1*(Laqssec+0.1))*sin(-0.785)-(0.005+0.009)*cos(-0.785)))*Ladssec)/(L1d))==0.1303,(-(1*R1d*(-(Ladssec/Lfd)+((((0.072+1*(Laqssec+0.1))*Ladssec)/(((0.005+0.009)^2+(0.072+1*(Ladssec+0.1))*(0.072+1*(Laqssec+0.1)))*Lfd))*Ladssec)))/(L1d))==0.1157,(-(1*R1q*((1/((0.005+0.009)^2+(0.072+1*(Ladssec+0.1))*(0.072+1*(Laqssec+0.1))))*((0.005+0.009)*sin(-0.785)+(0.072+1*(Ladssec+0.1))*cos(-0.785))) *Laqssec)/(L1q))==-0.1323,(-(1*R1q*(((0.005+0.009)/((0.005+0.009)^2+(0.072+1*(Ladssec+0.1))*(0.072+1*(Laqssec+0.1))))*(Ladssec/Lfd))*Laqssec)/(L1q))==-0.0044],[Lfd, R1d, L1d, L1q, Ladssec, Laqssec, Rfd, R1q],[0.233, 0.0848, 0.2, -0.09, 0.099, -0.1, 0.00173, 0.0129])
  댓글 수: 1
Matt J
Matt J 2013년 11월 1일
편집: Matt J 2013년 11월 1일
I'm pessimistic that anyone can help. Assuming you have no bugs, we can't know why a solution should exist to such a complicated system. If you do have a bug, we cannot know what equations you really intend.

댓글을 달려면 로그인하십시오.

답변 (1개)

Alex Sha
Alex Sha 2019년 12월 10일
A set of approximate solutions:
lfd: 0.273760301072663
r1d: 0.0994325019367128
l1d: 0.236671205261253
l1q: 0.077183609924249
ladssec: 0.134215496801333
laqssec: 12.088089943567
rfd: 0.00203860423799885
r1q: 0.0153424199630846

카테고리

Help CenterFile Exchange에서 Robust Control Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by