Linear programming Definition and 101 Threads
-
C
Linear programming with absolute value objective function
Homework Statement Minimize |2x1-3x2| subject to x1+x2≤5 -x1+x2≥-1 x1≥0, x2≥0 (a) Solve the problem graphically. (b) Formulate a linear program that could be used to solve the problem. Use software to solve your LP and show how to reconstruct a solution to the original problem...- csc2iffy
- Thread
- Absolute Absolute value Function Linear Linear programming Programming Value
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
M
Strong Duality Theorem in Linear Programming
If a linear Program (P) has a feasible solution x_{o}, ( x_{o} not necessarily optimal),does it follow that there exists a feasible solution to the dual problem (D) as well? If yes, why? I know that the Strong Duality Theorem guarantees an optimal finite solution to the dual problem if the...- math8
- Thread
- Duality Linear Linear programming Programming Theorem
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
C
Is the Set C Nonempty and Unbounded for Given Linear Programming Constraints?
Homework Statement Let C be the set of all points (x,y) in the plane satisfying x≥0, y≥0, -x-2y≤-8. a. Show that C is nonempty and unbounded. b. Prove that the LP problem: Max M=2x+3y subject to the constraint that (x,y) lie in C has no feasible, optimal solution. c. Show that the LP...- csc2iffy
- Thread
- Linear Linear programming Programming Proofs
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
C
Linear programming graph T/F questions
Homework Statement The shaded area on graph represents the feasible region of a linear programmin problem whose objective function is to be maximized. Label each of the following statements as True or False, and then justify your answer based on the graphical method. In each case, give an...- csc2iffy
- Thread
- Graph Linear Linear programming Programming
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
L
Linear Programming - Branch and Bound Method
Homework Statement I'm trying to learn the Branch and Bound method. For that, I need to master the Dual Simplex Method (DSA). I have tried and tried and tried to google examples but can't find any. Does anyone know where I can find any? How do you know the LPP has become infeasible with...- lockedup
- Thread
- Bound Branch Linear Linear programming Method Programming
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
L
Linear Programming - Separation of points
This semester while taking Linear Programming (Linear Optimization Models), we talked about using a linear program to separate two sets of points A and B. The general program is: Max d s.t. yA ≥ axA+b+d yB ≤ axB+b-d It can be expanded into finding a polynomial that passes between the...- lockedup
- Thread
- Linear Linear programming Points Programming Separation
- Replies: 7
- Forum: Linear and Abstract Algebra
-
L
Linear Programming - Separation of Points
Homework Statement I made this problem up as an example for a bigger problem I have to do. P = {(-2,4),(1,3)} and Q = {(-1,1),(0,0)}. I need to use linear programming to find the best line to go between them. Homework Equations Max d subject to: y_{i}≥ax_{i}+b+d (for all points above...- lockedup
- Thread
- Linear Linear programming Points Programming Separation
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
A
Optimizing Mineral Extraction: How Can Linear Programming Help?
Homework Statement Blacktop refining extracts minerals from ore mined at two different sites in Montana. Each ton of ore type 1 contains 20% copper, 20% zinc, and 15% magnesium. Each ton of ore type 2 contains 30% copper, 25% zinc, and 10% magnesium. Ore type 1 costs 90$ per ton, while ore...- ama111
- Thread
- Linear Linear programming Programming
- Replies: 1
- Forum: Introductory Physics Homework Help
-
F
Why Linear Programming at all?
I am taking Linear Programming and I haven't completed the course yet, but here is my question. I've notice that all these problems could have been solved just as easily with Lagrange multipliers. We got a bunch of linear inequality constraints and an obj function, we can use Lagrange...- flyingpig
- Thread
- Linear Linear programming Programming
- Replies: 6
- Forum: General Math
-
Z
Linear Programming degenerate case
Homework Statement Choose the number \omega so that the following program has a solution. Then write down the optimal solution. \begin{bmatrix} -1 & 2 & 3 \\ 2 & 3 & 1 \\ -5 & -4 & 1 \end{bmatrix} x = \begin{bmatrix} 1 \\ 5 \\ \omega \end{bmatrix} min=x_2 x\geq 0 Homework...- zcd
- Thread
- Linear Linear programming Programming
- Replies: 11
- Forum: Calculus and Beyond Homework Help
-
F
Matrix theory question (to do with Linear Programming)
Homework Statement Suppose we have a maximum LOP P max z = c^t x s.t. Ax \leq b x \geq 0 and the dual to P is min w = b^t y A^t y \geq c y \leq 0 Then the bounds are z = c^t x \leq y^t Ax \leq y^t b = b^t y = w question Okay where the heck did y^t Ax came...- flyingpig
- Thread
- Linear Linear programming Matrix Programming Theory
- Replies: 11
- Forum: Calculus and Beyond Homework Help
-
F
More Linear Programming - help
Homework Statement A small cargo ship leaving Hawaii for London has three holds for cargo. The forward hold has a capacity of 140 tons, and volume of 6,000 cubic feet; the central hold has a capacity of 800 tons, and a volume of 15,000 cubic feet; the aft hold has a capacity of 450tons and...- flyingpig
- Thread
- Linear Linear programming Programming
- Replies: 17
- Forum: Calculus and Beyond Homework Help
-
F
More Linear Programming - DUality
Homework Statement Consider the following LOP P: Max z = 3x_1 + x_2 -\frac{1}{2}x_3 s.t. 2x_1 + x_2 + x_3 \leq 8 4x_1 + x_2 - x_3 \leq 10 x_1, x_2, x_3 \geq 0 1) Find a primal solution x and its objective value z = z(x) 2) What is the LOP D that is Dual to P? 3) Find a dual feasible...- flyingpig
- Thread
- Duality Linear Linear programming Programming
- Replies: 20
- Forum: Calculus and Beyond Homework Help
-
F
Linear Programming - Feasible sets?
Homework Statement Consider the following LOP K: Max z = 4x_1 + 3x_2 s.t 7x_1 + 6x_2 \leq 42 2x_1 - 3x_2 \geq -6 x_1 \geq 2, x_1 \leq 5, x_2 \geq \frac{1}{2} (a) Decide whether the solution sets are feasible i) x = (3.5, 2.5)^t ii) x = (2.1, 4)^t iii) x = (5,1/2)^t (b) Graph the...- flyingpig
- Thread
- Linear Linear programming Programming Sets
- Replies: 22
- Forum: Calculus and Beyond Homework Help
-
R
Linear Algebra (Linear Programming) Feasible solutions and extreme points.
Homework Statement . . . . (c) Find a feasible solution that is not basic. (d) Find a feasible solution that is not an extreme point: justify your answer by using the definition of extreme point. Homework Equations The Attempt at a Solution The whole question is not that...- Roni1985
- Thread
- Algebra Linear Linear algebra Linear programming Points Programming
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
Z
Linear Programming double inequalities
Homework Statement Find the dual of -d \leq Ax-b \leq d x \geq 0; c \cdot x = min where A is mxn matrix and x,d,b \in \mathbb{R}^n Homework Equations dual of canonical is of the form maximize b \cdot y A^{T}y \leq where y \in \mathbb{R}^m The Attempt at a Solution I tried...- zcd
- Thread
- Inequalities Linear Linear programming Programming
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
R
Linear Programming - Restating a System as a Canonical Primal
Homework Statement State the linear system Ax = b as a canonical minimum problem. What is the dual program? Homework Equations The canonical minimum problem is Ax = b, x\geq0, c\bulletx=min.The Attempt at a Solution I'm confused here, in part because there is no objective function...- rockofeller
- Thread
- Linear Linear programming Programming System
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
A
Formulation of a linear programming model
Ok, so the title didn't allow me to be too descriptive. Basically, I'm trying to formulate a variant of the time constrained traveling salesman problem. I read a paper "An Exact Algorithm for the Time-Constrained Traveling Salesman Problem" by Edward Baker which formulated this problem of a...- -A-
- Thread
- Linear Linear programming Model Programming
- Replies: 1
- Forum: Linear and Abstract Algebra
-
A
Using Linear Programming to Optimize a New Restaurant
Linear Programming "Possibility Restaurant" Homework Statement Angela Fox and Zooey Caulfield were food and nutrition majors at State University, as well as close friends and roommates. Upon graduation Angela and Zooey decided to open a French restaurant in Draperton, the small town where the...- aspirare21
- Thread
- Linear Linear programming Programming
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
S
3 Variable Linear Programming Question
Homework Statement Homework Statement Omega Manufacturing Company has excess manufacturing capacity and is considering devoting its excess capacity to product 1,2, and 3. The production process uses three types of machines and the available capacity on the machines is as follows: Milling...- SilverSurfer3
- Thread
- Linear Linear programming Programming Variable
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
S
Maximize Profit w/ Linear Programming: Omega Mfg Co
Homework Statement Omega Manufacturing Company has excess manufacturing capacity and is considering devoting its excess capacity to product 1,2, and 3. The production process uses three types of machines and the available capacity on the machines is as follows: Milling Machine: 550...- SilverSurfer3
- Thread
- Linear Linear programming Programming
- Replies: 1
- Forum: Introductory Physics Homework Help
-
K
Linear Programming Constraints
I'm trying to minimize a function over a rather complicated surface. I'm using an algorithm that takes an initial guess, finds the tangent plane at that point, minimizes using a linear programming algorithm, then (tries to) project back onto the complicated surface. More specifically, if \xi...- Kreizhn
- Thread
- Constraints Linear Linear programming Programming
- Replies: 1
- Forum: General Math
-
J
Linear programming - profit maximisation
Homework Statement I can do most the question, but just get stuck on the final question. Here is the whole question 1. Gordon Ltd makes 2 products, Tennis racquets and badminton racquets, each using the same materials and the same skilled labour. The costs of the products per unit...- jb7
- Thread
- Linear Linear programming Programming
- Replies: 4
- Forum: Precalculus Mathematics Homework Help
-
M
Linear Programming Production Line
I have absolutely no ides where to go from here, I am horrible at this, If you could help me I would appreciate it, I want help doing it, not just answers. Homework Statement You are the owner of a manufacturing plant. We've been hired by Apple to produce iPhone and iPods. Apples pays us $50...- masrad
- Thread
- Line Linear Linear programming Programming
- Replies: 1
- Forum: Precalculus Mathematics Homework Help
-
K
Optimality Condition for Linear Programming Solutions
Homework Statement A feasible dictionary whose last row reads z = z* + ∑ cjxjdescribes an optimal solution if and only if cj ≤ 0 for all j. Prove or disprove. Homework Equations The Attempt at a Solution It is clear that if all c's are ≤ 0, then the solution is optimal since increasing any of...- Kalinka35
- Thread
- Linear Linear programming Programming Proof
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
S
Linear Programming Homework: Find Range of x & y, Max y-2x
Homework Statement Sketch the area that fulfills : x + y ≥ 1 3y ≥ 2x - 1 2y ≤ 3x and find the range of x and y that are restricted. Find the maximum value of y – 2x that satisfies the area above and find also the value of xHomework Equations Line equationThe Attempt at a Solution I've drawn...- songoku
- Thread
- Linear Linear programming Programming
- Replies: 12
- Forum: Precalculus Mathematics Homework Help
-
P
How will the new environmental policy affect profits?
Homework Statement Under current legislation, a company involved in a noxious chemical industry has a permit to pass into the atmosphere a maximum of 1500 units of sulfur dioxide, and a maximum of 1200 units of carbon monoxide each day. A new plant just installed releases 150 units of sulfur...- prime-factor
- Thread
- Linear Linear programming Programming
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
R
Linear Programming and Maximization
Homework Statement AutoIgnite produces electronic ignition systems for automobiles at a plant in Cleveland, Ohio. Each ignition system is assembled from two components produced at AutoIgnite’s plants in Buffalo, New York, and Dayton, Ohio. The Buffalo plant can produce 2000 units of...- rams_man13
- Thread
- Linear Linear programming Maximization Programming
- Replies: 3
- Forum: Precalculus Mathematics Homework Help
-
S
Linear Programming Homework: Max Return with $6M & $5M Budget
Homework Statement Eva, senior analyst, is determining the optimal investment policy for her reality company, 4-Closure Associative. She has a budget of $6 million for year 1 and $5 million for year 2, and each project can be undertaken as a fraction, up to 100%. Her investment...- sara_87
- Thread
- Linear Linear programming Programming
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
C
Can State University Maximize Tuition While Meeting SAT Requirements?
The admissions office at State University wants to develop a planning model for next year's entering freshman class. The university has 4500 available openings for freshmen. Tuition is $8600 for a local student, and $19200 for an overseas student. The university wants to maximize the tuition...- cyeokpeng
- Thread
- Linear Linear programming Programming
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
E
Maximize Weekly Profit for Furniture Manufacturer: Linear Programming Solution
A furniture manufacturer makes chairs and sofas. Each chair can be sold for a profit of £15 and each sofa for a profit of £5. It takes 4 hours to make the chair and 5 hours to make the sofa. The manufacturer has enough workers to provide 200 hours per week producing the furniture. Customer...- education1983
- Thread
- Linear Linear programming Programming
- Replies: 10
- Forum: Calculus and Beyond Homework Help
-
M
Why is this question for linear programming model?
I see only one variable there. Could you help me with it? The answer involves several variables. How shall I solve it?- marazmatika
- Thread
- Linear Linear programming Model Programming
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
M
Asking for Linear programming problems
Hello, I'm studying operations research - linear programming maximization. minimization problems All tasks in my textbook seem to be very easy ( I've transportation, diet ... examples ) Please if anybody knows where I can find more complicated models where you'll need to think which...- marazmatika
- Thread
- Linear Linear programming Programming
- Replies: 3
- Forum: Linear and Abstract Algebra
-
S
Linear programming: simplex question (might belong in precal)
Homework Statement Original question: The Cut-Right Company sells sets of kitchen knives. The Basic Set consists of 2 utility knives and 1 chef’s knife. The Regular Set consists of 2 utility knives, 1 chef’s knife, and 1 slicer. The Deluxe Set consists of 3 utility knives, 1 chef’s knife...- saching
- Thread
- Linear Linear programming Programming
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
D
Linear programming bank assets problem
I've got this question to do: A bank is attempting to determine where its assets should be invested during the current year. At present $500 million is available for investment in bonds, home loans, car loans, and personal loans. The annual rate of return on each type of investment is known...- Dr Zoidburg
- Thread
- Linear Linear programming Programming
- Replies: 3
- Forum: Linear and Abstract Algebra
-
H
Question about linear programming
basically, let's say i have three linear equations, y1, y2, and y3. assume y1 = ax+b where a and b are constants assume y2 = mx+k where m and k are constants assume y3 = n where n is a constant also, now assume that they all intersect at y1=y1=y3=n. would the area between the...- homomorphism
- Thread
- Linear Linear programming Programming
- Replies: 2
- Forum: General Math
-
F
Linear Programming Problem - Help with Constraints Please
I have been struggling with Part 3 of this question for some time: Computico Limited, currently operating in the UK, assembles electronic components at its two factories, located at Manchester and London, and sells these components to three major customers. Next month the customers, in units...- Foilist
- Thread
- Constraints Linear Linear programming Programming
- Replies: 2
- Forum: Precalculus Mathematics Homework Help
-
A
Linear Programming Theory, Optimality Criterion Question
Linear Programming Theory, "Optimality Criterion" Question In a (theory oriented) linear programming class, I am studying the simplex method. The basic feasible solution represented by a tableau is said to be 'optimal' when it respects the Optimality Criterion: 'If the objective row of a...- ayas
- Thread
- Linear Linear programming Programming Theory
- Replies: 1
- Forum: Linear and Abstract Algebra
-
F
Solve Linear Programming Homework: Global Min @ (0,0)
Homework Statement Solve: http://www.rinconmatematico.com/latexrender/pictures/0399b7f0b179dcbf396e72f315e6d219.png Homework Equations The Attempt at a Solution http://www.rinconmatematico.com/latexrender/pictures/5a8e45f50b7d55e4c8ab2c5ce3b7d554.png...- Freydulf
- Thread
- Linear Linear programming Programming
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
C
Linear programming and the two phase method
what exactly is the point of the two phase method? I have in my notes that 'if you have a program (P) maximise xc_T x >= 0 , Ax<=b, but b not > 0, that we use the two phase method for to find a B.F.S to start the simplex algorithm. But then the notes go on to say that we use the method...- catcherintherye
- Thread
- Linear Linear programming Method Phase Programming
- Replies: 2
- Forum: Linear and Abstract Algebra
-
S
Linear Programming: Maximize Profit for Biscuit Manufacturer
Please help: A manufacturer of biscuits is considering three types of gift packs containing three types of biscuits, Orange Cream (OC), Chocolate Cream(CC) and Wafers (W). Market research study conducted recently shows that three types of assortments A, B and C are in good demand...- sauravbhaumik
- Thread
- Linear Linear programming Programming
- Replies: 1
- Forum: General Math
-
H
TI89 Simplex Method LP Solver: Phase 1 & 2 Pivoting
Hi, I need a program for TI89 which can make the pivoting showing steps or which makes the pivoting but I can select the pivot element. It is needed to solve _minimum_ LP problem using Simplex method Phase #1 and Phase#2. Thanks.- hammerjr
- Thread
- Linear Linear programming Programming
- Replies: 2
- Forum: Linear and Abstract Algebra
-
R
Linear programming extra credit problem. Help
This is really difficult, I have no idea how to go about this. A manufacturer of tennis rackets makes a profit of $15 on each oversized racket and $8 on each standard racket. To meet dealer demand, daily production of standard rackets should be between 30 and 80 (inclusive), and prdouction of...- Revolver
- Thread
- Linear Linear programming Programming
- Replies: 5
- Forum: Precalculus Mathematics Homework Help
-
D
Solve Linear Programming Problem: Maximize File Storage
i believe this type of question falls under linear programming but I am not sure. anyways, can someone help me out with this question: An office manager needs to buy new filing cabinets. Cabinet A costs $15, takes up 6 ft^2 of space and holds 8 ft^3 of files. Cabinet B costs $10, takes...- dnt
- Thread
- Linear Linear programming Programming
- Replies: 5
- Forum: Precalculus Mathematics Homework Help
-
P
Efficiently Solving Linear Programming Problems: A Better Approach
How do you resolve linear programming problems? I don't like the way my math textbook and my teacher does. I think it's a bit innacurate, if I make me understand. They do it by displacing the objective function.- PPonte
- Thread
- Linear Linear programming Programming
- Replies: 9
- Forum: Precalculus Mathematics Homework Help
-
A
Linear Programming -OR- Engineering Economics?
As an elective for undergraduate Chem Engineer, which would be better to have? Thanks. -A- amb123
- Thread
- Economics Engineering Linear Linear programming Programming
- Replies: 3
- Forum: STEM Academic Advising
-
M
Linear Programming: Minimizing Vertical Distance to Line
Ok, I hope this is the right section. I have a problem that I can't even start. I have a set of points on a plane. I need to formulate a linear program so that the vertical distance between each point and a line is minimised. The line must have a positive gradient, positive y-intercept and...- morry
- Thread
- Linear Linear programming Programming
- Replies: 9
- Forum: Calculus and Beyond Homework Help
-
I
Linear Programming: Solving Acme's Lowest Cost Problem
My assignment is to formulate a LP and find the optimal solution for the following problem: Acme estimates it costs $1.50 per month for each unit of this appliance carried in inventory (estimated by averaging the beginning and ending inventory levels each month). Currently, Acme has 120 units...- iNCREDiBLE
- Thread
- Linear Linear programming Programming
- Replies: 3
- Forum: Introductory Physics Homework Help
-
I
Linear programming equation problem
I need someone to help me folumate a Linear Programming Problem based on the following story. The optimal solution should equal 26,740; however, I need to be able to outline the equation and graph it. The story is as follows: A farmer in Georgia has a 100-acre farm on which to plant...- iNCREDiBLE
- Thread
- Linear Linear programming Programming
- Replies: 2
- Forum: Introductory Physics Homework Help
-
F
Optimizing Productivity: Linear Programming for All-Easy's Production Goals
All-Easy manufactures three products whose unit profits are $1, $9 and $5, respectively. The company has budgeted 70 hrs. of labor time and 45 hours of machine time for the production of three products. The labor requirements per unit of products A,B C are 2, 3 and 5 hours, respectively. The...- franz32
- Thread
- Linear Linear programming Programming
- Replies: 7
- Forum: Introductory Physics Homework Help