ancy s george
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
206,786
of 295,448
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to find the optimal solution between boundary values?
If a problem a*x+b/x+c subjected to 0<x<=d Condition on a,b,c,d such that for optimal solution 0<x*<d? For example, x0=0; f...
2 years ago | 2 answers | 0
2
answersQuestion
How to correct the code?
I have to maximize the objective function b*Eby-s*Esl+gb*(Esl-Eby) subjected to constraints gb<=s;b<=gs; % where gb=3;gs=8; ...
2 years ago | 1 answer | 0
1
answerQuestion
How to optimize an objective function with strict inequality constraints?
Objective function =x(2)*(-10)-x(1)*70+240 subjected to : 3<=x(1) ; x(2)<=8 I try to optimize this objective function using pe...
2 years ago | 2 answers | 0
2
answersQuestion
How to correct the code?
I have to maximize the objective function with respect to x1 and x2. func = -(x2*(-10)-x1*70+3*(80)) %Constrains are 3<=x1 ...
2 years ago | 1 answer | 0