Feeds
提问
Simultaneous equations -- with the variable upper limit of integration
I have the following two-equation system with two unknowns (a and b): equation 1 \[ \frac{40000-1.1a^{0.91}40000^{0.091}}{...
14 years 前 | 0 个回答 | 0
0
个回答提问
Warning with fsolve
% My code: clear all;clc; feq = @(x) (4e4 - 1.1*x(1)^0.91*4e4^0.091)/200 - x(2); integrand = @(t) t*((4e4-200*t)/(x(1...
14 years 前 | 2 个回答 | 0