photo

CHENG WEI LI


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


How can I solve this eqn
F(1) = x(1) * exp(-x(2)*exp(-x(3)*0)) - 179323; F(2) = x(1) * exp(-x(2)*exp(-x(3)*10)) - 203302; F(2) = x(1) * exp(-x(2)*exp...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Why I got a waring
% Solve the system of equations starting at the point [0,0,0]. % PL = x(1); c = x(2); k = x(3); % Initial guess is [0,0,0], yo...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How can I solve this?
clc clear syms PL c k eqn = [PL * exp(-c*exp(-k*0)) == 179323 ; PL * exp(-c*exp(-k*10)) == 203302 ; PL * exp(-c*exp(-k*20)) ...

2 years 前 | 2 个回答 | 0

2

个回答