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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0