How do I solve the nonlinear power equation?
이전 댓글 표시

Need to find out the value of β and n
V = [ 0 3.39E-05 6.77E-05 0.000102 0.000135 0.000169 0.000203 0.000237 0.000271 0.000305
del P = [ 14667 49641 95901 145331 195375 273565 402275 531670 648587 755000]
del Po = 12000
Q = 2.22E-7
Cb = 10
u = 0.000894
A = 1.88E-04
댓글 수: 7
James Tursa
2020년 4월 10일
Are you trying to fit beta and n to the data? What is A?
MOHAMMAD SHAIFUL AMIN
2020년 4월 10일
편집: MOHAMMAD SHAIFUL AMIN
2020년 4월 10일
MOHAMMAD SHAIFUL AMIN
2020년 4월 13일
Alex Sha
2020년 4월 16일
Hi, MOHAMMAD, your problem may also considered as a fitting problem of implict function, the results are as below:
β 189182698.607589
n 0.402453367095041
MOHAMMAD SHAIFUL AMIN
2020년 4월 16일
Alex Sha
2020년 4월 17일
Hi, if think delP as dependent and V as independent, it seems to be impossible to rewrite your function as a standard explicit fitting type like: delP=f(V), so have to be treated as a fitting problem of implcit function, it is a difficult job for software like Excel, even not easy for Matlab.
MOHAMMAD SHAIFUL AMIN
2020년 4월 17일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!