Assignment #3 (80 Points) – COSC 5390 – Dr. Leonard Brown Due: April 4, 2013 (at the beginning of class) Problem Description Write a java program that will implement the Simplex algorithm discussed in class that will solve a system of equations in the following form. Maximize Z = c1x1 + … + cnxn Subject to a11x1 + … + a1nxn ≤ b1 a21x1 + … + a2nxn ≤ b2 … am1x1 + … + amnxn ≤ bm and xi ≥ 0 for i=1,…,n Input The input program will be a system of inequalities augmented with slack variables so that it is in a form suitable for the “table” method. So, if the goal was to solve the following system: Maximize Z = 3×1 + 5×2 x1 ≤ 4 2×2 ≤ 12 3×1 + 2×2 ≤ 18 xj ≥ 0, for j = 1, 2 Then the input to the program will be represented by the following system of equations (with the slack variables included). Z – 3×1 – 5×2 = 0 x1 + x3 = 4 2×2 + x4 = 12 3×1 + 2×2 + x5 = 18 More specifically, the input to the program would be the following lines of text 1 -3 -5 0 0 0 […]
Assignment #3 (80 Points) – COSC 5390 –Dr. Leonard Brown Due: April 4, 2013 (atthe beginning of class) Problem Description Write a java program that will implement the Simplex algorithm discussed in class that will solve a systemof equationsin the following form. Maximize Z = c 1x 1 +…+ c nx n Subjectto a 11x […]
9 sheets to be done. please. prof emailed this: my recommendation for pages 7-8-9-10 do one by one. starting on number 7, then submit and make sure you have the correct answer before proceding to number 8-9 or 10, because the following may happen since we are working with an excel file it […]
You are the marketing manager of a cosmetic products company. Harris, your supervisor, is suggesting an advertisement campaign promoting a value-for-money aroma shampoo. However, his real intention is to push a premium brand of aroma shampoo, which is more expensive. He wants you to come up with a marketing strategy that will attract the customers […]
A 1200 word report is due that summarizes your research of a company based on its web page, and your idea for a web page of your own. Your report should have two main headings, one titled, A Report on the Product/Services/Promotional Strategies Offered by XYZ Company (select one of the companies to report about from the list […]
Econ2216 (2012): Assignment 4 Cap and Trade Ruth Forsdyke Due Date: Monday April 8th This assignment is optional as your assignment grade is the best 3 out of 4 assignments. However, even if you do not hand in the assignment, I recommend doing it, to 1) learn and 2) to help you to study for […]
Learning Team Regulatory Website Exercise: (7 points) Each team member should visit your state’s Webpage and search for human services department policies and the state’s statutory code related to children and adult health and human services. Explore the various policies related to the delivery of human services in your state. If team members live in […]
Homework Questions 1. The following is a list of various cash payments and cash receipts: Cash paid to suppliers and employees $400,000 Dividends paid 18,000 Interest paid 12,000 Purchase of plant assets 45,000 Interest and dividends received 17,000 Payments to settle short-term debt 29,000 Income taxes paid 23,000 Cash received from customers 601,000 Based only […]
You are now ready to begin your adventure into the world of Python programming. The first step is to install Python on your computer. Please follow the steps in the first few paragraphs in the background information to accomplish this installation. Python is a language which can be run as an interpreted language, as a […]
The MPS for product A calls for 100 units to be completed in week 4 and 200 units in week 7 (the lead time is 1 week). Spare part demand for item B is 10 units per week. The bill of materials for product A is shown on the right, and the inventory records are […]