Filter löschen
Filter löschen

Matlab give wrong answer

3 Ansichten (letzte 30 Tage)
mouh nyquist
mouh nyquist am 5 Feb. 2019
Beantwortet: Fangjun Jiang am 5 Feb. 2019
I have used this two equation who must give the same value but matlab give two different answer
Rs=1.150;
Rr=1.440;
Ls=0.156;
Lr=0.156;
Lm=0.143;
%*********************
A=1-(Lm^2/Lr*Ls)
B=1-((Lm^2)/(Lr*Ls))
%but 'A-b #0'

Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 5 Feb. 2019
A and B are different. Note the order of operation
A=1-(Lm^2/Lr*Ls) is the same as A=1-((Lm^2)/Lr)*Ls

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by