
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.4, Problem 17CC
For each of the following questions, write a single MATLAB command that will achive the stated goal.
- a. Create a Matrix HSR defined as the square root of half of each element in matrix QPD.
- b. Replace the second row of matrix OPD with the cube of each of those elements divided by the natural logarithms of the corresponding elements in row 3 of OPD,
- c. Assume matrix M3R contains exactly three rows. Modify M3R so that the top and bottom rows are swapped.
- d. Assume MOC=[1 0 4 –5 –2; 9 –4 0 –7 0; 3 9 55 –1 0];
What is placed in MCCR and MCCC by' the command
[MCCR,MCCC]-find(MCCR—1);
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
A viscoelastic column is made of a material with a creep compliance of
D(t)= 0.75+0.5log10t+0.18(log10t)^2 GPA^-1
for t in s. If a constant compressive stress of σ0 = –100 MPa is applied at t = 0, how long will it take (= t1/2) for the height of the column to decrease to ½ its original value? Note: You will obtain multiple answers for this problem! One makes sense physically and one does not.
A group of 23 power transistors, dissipating 2 W each, are to be cooled by attaching them to a black-anodized square aluminum plate and mounting the plate on the wall of a room at 30°C. The emissivity of the transistor and the plate surfaces is 0.9. Assuming the heat transfer from the back side of the plate to be negligible and the temperature of the surrounding surfaces to be the same as the air temperature of the room, determine the length of the square plate if the average surface temperature of the plate is not to exceed 50°C. Start the iteration process with an initial guess of the size of the plate as 43 cm.
The properties of air at 1 atm and the film temperature of (Ts + T)/2 = (50 + 30)/2 = 40°C are k = 0.02662 W/m·°C, ν = 1.702 × 10–5 m2 /s, Pr = 0.7255, and β = 0.003195 K–1.
Multiple Choice
0.473 m
0.284 m
0.513 m
0.671 m
A 40-cm-diameter, 127-cm-high cylindrical hot water tank is located in the bathroom of a house maintained at 20°C. The surface
temperature of the tank is measured to be 44°C and its emissivity is 0.4. Taking the surrounding surface temperature to be also 20°C,
determine the rate of heat loss from all surfaces of the tank by natural convection and radiation.
The properties of air at 32°C are k=0.02603 W/m-K, v=1.627 x 10-5 m²/s, Pr = 0.7276, and ẞ = 0.003279 K-1
The rate of heat loss from all surfaces of the tank by natural convection is
The rate of heat loss from all surfaces of the tank by radiation is
W.
W.
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 2.5-m-long thin vertical plate is subjected to uniform heat flux on one side, while the other side is exposed to cool air at 5°C. The plate surface has an emissivity of 0.73, and its midpoint temperature is 55°C. Determine the heat flux subjected on the plate surface. Uniform heat flux -Plate, € = 0.73 Cool air 5°C 7 TSUIT Given: The properties of water at Tf,c= 30°C. k=0.02588 W/m.K, v=1.608 x 10-5 m²/s Pr = 0.7282 The heat flux subjected on the plate surface is W/m²arrow_forwardHot water is flowing at an average velocity of 5.82 ft/s through a cast iron pipe (k=30 Btu/h-ft-°F) whose inner and outer diameters are 1.0 in and 1.2 in, respectively. The pipe passes through a 50-ft-long section of a basement whose temperature is 60°F. The emissivity of the outer surface of the pipe is 0.5, and the walls of the basement are also at about 60°F. If the inlet temperature of the water is 150°F and the heat transfer coefficient on the inner surface of the pipe is 30 Btu/h-ft².°F, determine the temperature drop of water as it passes through the basement. Evaluate air properties at a film temperature of 105°C and 1 atm pressure. The properties of air at 1 atm and the film temperature of (Ts+ T∞)/2 = (150+60)/2 = 105°F are k=0.01541 Btu/h-ft-°F. v=0.1838 × 10-3 ft2/s, Pr = 0.7253, and ẞ = 0.00177R-1arrow_forwardhand-written solutions only, please. correct answers upvoted!arrow_forward
- hand-written solutions only, please. correct answers upvoted!arrow_forward! Required information Consider a flat-plate solar collector placed horizontally on the flat roof of a house. The collector is 1.3 m wide and 2.8 m long, and the average temperature of the exposed surface of the collector is 42°C. The properties of air at 1 atm and the film temperature are k=0.02551 W/m-°C, v = 1.562 × 10-5 m²/s, Pr = 0.7286, and ẞ= 0.003356 K-1 Determine the rate of heat loss from the collector by natural convection during a calm day when the ambient air temperature is 8°C. The rate of heat loss from the collector by natural convection is W.arrow_forwardhand-written solutions only, please. correct answers upvoted!arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Principles of Heat Transfer (Activate Learning wi...Mechanical EngineeringISBN:9781305387102Author:Kreith, Frank; Manglik, Raj M.Publisher:Cengage Learning

Principles of Heat Transfer (Activate Learning wi...
Mechanical Engineering
ISBN:9781305387102
Author:Kreith, Frank; Manglik, Raj M.
Publisher:Cengage Learning
How to balance a see saw using moments example problem; Author: Engineer4Free;https://www.youtube.com/watch?v=d7tX37j-iHU;License: Standard Youtube License