How do I solve the nonlinear power equation?
Show older comments

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 Comments
James Tursa
on 10 Apr 2020
Are you trying to fit beta and n to the data? What is A?
MOHAMMAD SHAIFUL AMIN
on 10 Apr 2020
Edited: MOHAMMAD SHAIFUL AMIN
on 10 Apr 2020
MOHAMMAD SHAIFUL AMIN
on 13 Apr 2020
Alex Sha
on 16 Apr 2020
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
on 16 Apr 2020
Alex Sha
on 17 Apr 2020
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
on 17 Apr 2020
Accepted Answer
More Answers (0)
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!