Dalia ElNakib
Followers: 0 Following: 0
Feeds
提问
How to run please this example perfectly to get optimal solution .. Thank you
f = [0 ; - 10 ; 0 ; - 6; - 20] ; A = [1 0 0 0 0 ; 0 1 0 0 0 ; 0 0 1 0 0 ; 0 0 0 1 0 ; 0 0 0 0 1] ; B ...
1 year 前 | 2 个回答 | 0
2
个回答提问
To know the Exact Code Please To Run this Example: (optimization linprog)
Dear Eng. I'm trying to solve this attached problem as Assignment using linprog Code Then it will be solved through: h(1) = 0...
1 year 前 | 0 个回答 | 0
0
个回答提问
How To multiply this Formula to run this code Please
Dear Eng. How I can formulate this as either vectors or numeric only to unify the folmlua A(i,:) = A(i,:) + h(i)*[0, on...
1 year 前 | 1 个回答 | 0
1
个回答提问
To write perfectly this command: A(i,:) = A(i,:) + h(i)*[0, ones(1,i-1), 0, ones(1,n-i)];
Please I need to express this command perfectly: A(i,:) = A(i,:) + h(i)*[0, ones(1,i-1), 0, ones(1,n-i)]; In order to R...
1 year 前 | 1 个回答 | 0