![Thinking Like an Engineer: An Active Learning Approach (3rd Edition)](https://www.bartleby.com/isbn_cover_images/9780133593211/9780133593211_largeCoverImage.gif)
You are assessing the price of various components from different vendors and wish to find the least expensive vendor for each component. The prices of the parts from each vendor are stored in a matrix, VendCost. Each row corresponds to a specific vendor and each column corresponds to a specific component. If a specific part is not offered by a vendor, the corresponding entry will be –1.
Write a program that will determine which vendor offers the cheapest price for each component, and place the results in a two matrix Cheapest with the same number of columns as there are columns in VendCost. Each entry in the first row of Cheapest. Should be an integer corresponding to the row number of the vendor with the cheapest price for the correspondent, and the entries in row 2 should contain the lowest price for that component. You may assume that each part is available from at least one of the listed vendors. If two or more vendors offer a component at the same lowest price, you may choose either one.
You may not use the built-in min function or other similar functions to solve this problem. You may not use direct matrix operations to solve this problem; you must do it using for loops (in a meaningful way). Your solution must work for any number of vendors and any number of components. Example:
![Check Mark](/static/check-mark.png)
Want to see the full answer?
Check out a sample textbook solution![Blurred answer](/static/blurred-answer.jpg)
Chapter 20 Solutions
Thinking Like an Engineer: An Active Learning Approach (3rd Edition)
- (read me)arrow_forward(read image)arrow_forwardQu. 13 What are the indices for the Direction 2 indicated by vector in the following sketch? Qu. 14 Determine the indices for the direction A and B shown in the following cubic unit cell. please show all work step by step from material engineeringarrow_forward
- The thin-walled open cross section shown is transmitting torque 7. The angle of twist ₁ per unit length of each leg can be determined separately using the equation 01 = 3Ti GLIC 3 where G is the shear modulus, ₁ is the angle of twist per unit length, T is torque, and L is the length of the median line. In this case, i = 1, 2, 3, and T; represents the torque in leg i. Assuming that the angle of twist per unit length for each leg is the same, show that T= Lic³ and Tmaz = G01 Cmax Consider a steel section with Tallow = 12.40 kpsi. C1 2 mm L1 20 mm C2 3 mm L2 30 mm C3 2 mm L3 25 mm Determine the torque transmitted by each leg and the torque transmitted by the entire section. The torque transmitted by the first leg is | N-m. The torque transmitted by the second leg is N-m. The torque transmitted by the third leg is N-m. The torque transmitted by the entire section is N-m.arrow_forwardPlease help, make sure it's to box out and make it clear what answers go where...arrow_forwardThe cylinder floats in the water and oil to the level shown. Determine the weight of the cylinder. (rho)o=910 kg/m^3arrow_forward
- Elements Of ElectromagneticsMechanical EngineeringISBN:9780190698614Author:Sadiku, Matthew N. O.Publisher:Oxford University PressMechanics of Materials (10th Edition)Mechanical EngineeringISBN:9780134319650Author:Russell C. HibbelerPublisher:PEARSONThermodynamics: An Engineering ApproachMechanical EngineeringISBN:9781259822674Author:Yunus A. Cengel Dr., Michael A. BolesPublisher:McGraw-Hill Education
- Control Systems EngineeringMechanical EngineeringISBN:9781118170519Author:Norman S. NisePublisher:WILEYMechanics of Materials (MindTap Course List)Mechanical EngineeringISBN:9781337093347Author:Barry J. Goodno, James M. GerePublisher:Cengage LearningEngineering Mechanics: StaticsMechanical EngineeringISBN:9781118807330Author:James L. Meriam, L. G. Kraige, J. N. BoltonPublisher:WILEY
![Text book image](https://www.bartleby.com/isbn_cover_images/9780190698614/9780190698614_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9780134319650/9780134319650_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9781259822674/9781259822674_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9781118170519/9781118170519_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9781337093347/9781337093347_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9781118807330/9781118807330_smallCoverImage.gif)