I'm trying to solve this with matlab, currently my script for this is: A = [ XXXXXXXXXX; XXXXXXXXXX; XXXXXXXXXX]; b = [ -2 ; -2 ; -13 ]; and with a general solution input, [x]=linprog(c,[ ],[...


I'm trying to solve this with matlab, currently my script for this is:


A = [ -7 -5 7 9 -2 -7 3; 4 -10 4 -10 6 0 4; -10 -8 -4 -1 6 -1 5];
b = [ -2 ; -2 ; -13 ];




and with a general solution input,


[x]=linprog(c,[ ],[ ],A,b,zeros(6,1),[ ])


However, I've only seen these problems where there is a C matrix involved also. Could you help confirm or help calculate how to find this third matrix involved in the linear program?


Let A € R3x7 and bE R³ be given by<br>-21<br>9 -2 -7<br>–10<br>-7<br>-5<br>3<br>A =<br>4 -10<br>4<br>4<br>and b=<br>-2<br>-10<br>-8 -4<br>-1<br>6 -1<br>13<br>(a) Find a linear program that will compute a basic feasible point for the constraints<br>(*)<br>Ax = b and x >0<br>(x € R*)<br>(b) Find a basic feasible point of (*) by solving the linear program in (a) with the<br>MATLAB function linprog.<br>

Extracted text: Let A € R3x7 and bE R³ be given by -21 9 -2 -7 –10 -7 -5 3 A = 4 -10 4 4 and b= -2 -10 -8 -4 -1 6 -1 13 (a) Find a linear program that will compute a basic feasible point for the constraints (*) Ax = b and x >0 (x € R*) (b) Find a basic feasible point of (*) by solving the linear program in (a) with the MATLAB function linprog.

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here