Community Profile

photo

Chun Il


Active since 2012

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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}}{...

12 years ago | 0 answers | 0

0

answers

Question


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...

12 years ago | 2 answers | 0

2

answers