
Thinking Like an Engineer: An Active Learning Approach (4th Edition)
4th Edition
ISBN: 9780134639673
Author: Elizabeth A. Stephan, David R. Bowman, William J. Park, Benjamin L. Sill, Matthew W. Ohland
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 15.6, Problem 20CC
Assume a cell array named CA has three cells in a single row
• The first cell contains a name in the formal X. Y. Family.
• For example: M. V. Smith
• The second cell contains a 2×3 matrix. For example: [1 3 5; 9 6 3]
• The third cell contains a 3×2 matrix. For example: [4 7; –2 –6: 0 1]
- a. Extract the family name (Smith in the example above) from 1he first cell and place it in column one of a newly created second row of CA. Your solution should work for family names of any length. Note that the first six characters of the name in the first cell will always be the two initials, each followed by a dot and a space.
- b. Multiply the matrix in the second cell of row 1 by the matrix in the third cell of row 1 and place the result in the second row, second column of CA.
- c. Calculate the element-wise product of the matrix in row 1, column 2 with the transpose of the matrix in row 1, column 3. Place the result in the third column of the second row of CA.
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
A cantilevered rectangular prismatic beam has three loads applied. 10,000N in the positive x
direction, 500N in the positive z direction and 750 in the negative y direction. You have been tasked
with analysing the stresses at three points on the beam, a, b and c.
32mm
60mm
24mm
180mm
15mm
15mm
40mm
750N
16mm
500N
x
10,000N
Figure 2: Idealisation of the structure and the applied loading (right). Photograph of the new product
(left). Picture sourced from amazon.com.au.
To assess the design, you will:
a) Determine state of stress at all points (a, b and c). These points are located on the exterior
surface of the beam. Point a is located along the centreline of the beam, point b is 15mm
from the centreline and point c is located on the edge of the beam. When calculating the
stresses you must consider the stresses due to bending and transverse shear. Present your
results in a table and ensure that your sign convention is clearly shown (and applied
consistently!)
(3%)
b) You have identified…
7.82 Water flows from the reservoir on the left to the reservoir
on the right at a rate of 16 cfs. The formula for the head losses
in the pipes is h₁ = 0.02(L/D)(V²/2g). What elevation in the left
reservoir is required to produce this flow? Also carefully sketch
the HGL and the EGL for the system. Note: Assume the head-loss
formula can be used for the smaller pipe as well as for the larger
pipe. Assume α = 1.0 at all locations.
Elevation = ?
200 ft
300 ft
D₁ = 1.128 ft
D2=1.596 ft
12
2012
Problem 7.82
Elevation
= 110 ft
Homework#5
Chapter 15 Solutions
Thinking Like an Engineer: An Active Learning Approach (4th Edition)
Ch. 15.1 - Which of the following are valid MATLAB variable...Ch. 15.1 - Which of the following assignment statements are...Ch. 15.1 - a. Store all workspace variables in the file...Ch. 15.2 - Write MATLAB code to complete the following...Ch. 15.2 - a. Calculate the two roots of the quadratic...Ch. 15.3 - Each problem should be done with a single MATLAB...Ch. 15.3 - Assume a row vector named vals has already been...Ch. 15.3 - a. Place the indices of all nonzero elements of...Ch. 15.3 - a. Create a column vector CV1 containing 123...Ch. 15.3 - Comprehension Check 15-1 0 a. Assume you have four...
Ch. 15.3 - a. Write a single MATLAB command that will create...Ch. 15.4 - a. Create the matrix CCM1=[180.34.11017] using a...Ch. 15.4 - Write single MATLAB statements to perform each of...Ch. 15.4 - Write single MATLAB statements to perform each of...Ch. 15.4 - Write single MATLAB statements to perform each of...Ch. 15.4 - Write single MATLAB statements to perform each of...Ch. 15.4 - For each of the following questions, write a...Ch. 15.5 - a. Create a variable named MTS containing the text...Ch. 15.6 - Assume a cell array named CA has three cells in a...Ch. 15.6 - Prob. 21CCCh. 15.7 - Create a structure array named Resistors...Ch. 15.7 - Use the data stored in MetalData to answer the...Ch. 15.7 - The structure array named Hdwr has the following...Ch. 15 - Which of the following are not valid MATLAB...Ch. 15 - Prob. 2ICACh. 15 - For the following questions, assume that the...Ch. 15 - For each calculation described below, write a...Ch. 15 - For each calculation described below, write a...Ch. 15 - For each of the vectors described below, write a...Ch. 15 - Assume the following vectors are already defined:...Ch. 15 - For each of the following sequences, write a...Ch. 15 - Modify the following statements so that they are...Ch. 15 - Assume you have three equal-length row vectors....Ch. 15 - Write the MATLAB code necessary to create the...Ch. 15 - For each of the following problems, write a single...Ch. 15 - Assume you have two equal-length row vectors IV1...Ch. 15 - Write the MATLAB code necessary to create the...Ch. 15 - Assuming t = [9 10; 11 12] and v = [2 4;6 8;10 12]...Ch. 15 - Determine solutions to the following problems a....Ch. 15 - For each of the following problems except part...Ch. 15 - Assume you have an N M matrix named Gonzo For...Ch. 15 - For each of the following tasks. write a single...Ch. 15 - Determine the contents of the variables created or...Ch. 15 - For each of the following tasks, write a single...Ch. 15 - For each of the following problems, write a single...Ch. 15 - Each of the following questions contains a...Ch. 15 - Prob. 25ICACh. 15 - Assume a cell array CA1 has already been defined....Ch. 15 - Prob. 27ICACh. 15 - You are setting up a structure array named client...Ch. 15 - You have three temperature values [C] stored in...Ch. 15 - You have N temperature values [C] stored in the...Ch. 15 - Assume four row vectors named Prod10, Prod11,...Ch. 15 - You have a 2 N matrix named GasData. The first...Ch. 15 - Assume the matrix M99 has at least two rows and at...Ch. 15 - Assume a matrix named Prod contains data on...Ch. 15 - You are studying the effects of climate change on...Ch. 15 - You are studying the properties of tiny spheres...Ch. 15 - Assume you have a four-column matrix named...Ch. 15 - One very old method of sending secret messages is...Ch. 15 - Prob. 13RQCh. 15 - Prob. 15RQCh. 15 - Refer to the specifications for Review Questions...
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, mechanical-engineering and related others by exploring similar questions and additional content below.Similar questions
- A closed-cycle gas turbine unit operating with maximum and minimum temperature of 760oC and 20oC has a pressure ratio of 7/1. Calculate the ideal cycle efficiency and the work ratioarrow_forwardConsider a steam power plant that operates on a simple, ideal Rankine cycle and has a net power output of 45 MW. Steam enters the turbine at 7 MPa and 500°C and is cooled in the condenser at a pressure of 10 kPa by running cooling water from a lake through the tubes of the condenser at a rate of 2000 kg/s. Show the cycle on a T-s diagram with respect to saturation lines, and determine The thermal efficiency of the cycle,The mass flow rate of the steam and the temperature rise of the cooling waterarrow_forwardTwo reversible heat engines operate in series between a source at 600°C, and a sink at 30°C. If the engines have equal efficiencies and the first rejects 400 kJ to the second, calculate: the temperature at which heat is supplied to the second engine, The heat taken from the source; and The work done by each engine. Assume each engine operates on the Carnot cyclearrow_forward
- A steam turbine operates at steady state with inlet conditions of P1 = 5 bar, T1 = 320°C. Steam leaves the turbine at a pressure of 1 bar. There is no significant heat transfer between the turbine and its surroundings, and kinetic and potential energy changes between inlet and exit are negligible. If the isentropic turbine efficiency is 75%, determine the work developed per unit mass of steam flowing through the turbine, in kJ/kgarrow_forwardYou are asked to design a unit to condense ammonia. The required condensation rate is 0.09kg/s. Saturated ammonia at 30 o C is passed over a vertical plate (10 cm high and 25 cm wide).The properties of ammonia at the saturation temperature of 30°C are hfg = 1144 ́10^3 J/kg andrv = 9.055 kg/m 3 . Use the properties of liquid ammonia at the film temperature of 20°C (Ts =10 o C):Pr = 1.463 rho_l= 610.2 kf/m^3 liquid viscosity= 1.519*10^-4 kg/ ms kinematic viscosity= 2.489*10^-7 m^2/s Cpl= 4745 J/kg C kl=0.4927 W/m Ca)Calculate the surface temperature required to achieve the desired condensation rate of 0.09 kg/s( should be 688 degrees C) b) Show that if you use a bigger vertical plate (2.5 m-wide and 0.8 m-height), the requiredsurface temperature would be now 20 o C. You may use all the properties given as an initialguess. No need to iterate to correct for Tf. c) What if you still want to use small plates because of the space constrains? One way to getaround this problem is to use small…arrow_forwardUsing the three moment theorem, how was A2 determined?arrow_forwardDraw the kinematic diagram of the following mechanismarrow_forward##### For the attached electropneumatic circuit, design where and how a counter should be attached so that a part is counted for each cyclearrow_forwardIf you have a spring mass damper system, given by m*x_double_dot + c*x_dot + kx = 0 where m, c, k (all positive scalars) are the mass, damper coefficient, and spring coefficient, respectively. x ∈ R represents the displacement of the mass. Let us then discuss the stability of the system by using Lyapunov stability theorem. Consider the system energy as a candidate Lyapunov function shown in the image. Discuss the positive definiteness of V (x, x_dot). Derive the Lyapunov rate of this system (i.e., V_dot ), and discuss the stability property of thesystem based on the information we gain from ̇V_dot .arrow_forwardIn class, two approaches—Theorems 1 and 2 below—are discussed to prove asymptotic stability of asystem when ̇V = 0. Show the asymptotic stability of the system given in Eq. (1) by applying Theorem 1. Show the asymptotic stability of the system given in Eq. (1) by applying Theorem 2.arrow_forwardarrow_back_iosSEE MORE QUESTIONSarrow_forward_ios
Recommended textbooks for you
- 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

Elements Of Electromagnetics
Mechanical Engineering
ISBN:9780190698614
Author:Sadiku, Matthew N. O.
Publisher:Oxford University Press

Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:9780134319650
Author:Russell C. Hibbeler
Publisher:PEARSON

Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:9781259822674
Author:Yunus A. Cengel Dr., Michael A. Boles
Publisher:McGraw-Hill Education

Control Systems Engineering
Mechanical Engineering
ISBN:9781118170519
Author:Norman S. Nise
Publisher:WILEY

Mechanics of Materials (MindTap Course List)
Mechanical Engineering
ISBN:9781337093347
Author:Barry J. Goodno, James M. Gere
Publisher:Cengage Learning

Engineering Mechanics: Statics
Mechanical Engineering
ISBN:9781118807330
Author:James L. Meriam, L. G. Kraige, J. N. Bolton
Publisher:WILEY
Relationship Between Elastic Constants and Connecting Equations; Author: Engineers Academy;https://www.youtube.com/watch?v=whW5PnM7Pug;License: Standard Youtube License