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 solutionStudents have asked these similar questions
-6-
8 من 8
Mechanical vibration
HW-prob-1
lecture 8 By: Lecturer Mohammed O. attea
The 8-lb body is released from rest a distance xo
to the right of the equilibrium position.
Determine the displacement x as a function of time t,
where t = 0 is the time of release.
c=2.5 lb-sec/ft
wwwww
k-3 lb/in.
8 lb
Prob. -2
Find the value of (c) if the system is critically
damping.
Prob-3
Find Meq and Ceq at point B, Drive eq. of
motion for the system below.
Ш
H
-7~
+
目
T T & T
тт
+
Q For the following plan of building foundation, Determine
immediate settlement at points (A) and (B) knowing that: E,-25MPa,
u=0.3, Depth of foundation (D) =1m, Depth of layer below base level
of foundation (H)=10m.
3m
2m
100kPa
A
2m
150kPa
5m
200kPa
B
W
PE
2
43
R² 80 + 10 + kr³ Ø8=0 +0
R²+J+ kr200
R² + J-) + k r² = 0
kr20
kr20
8+
W₁ =
= 0
R²+1)
R²+J+)
4
lec 8.pdf
Mechanical vibration
lecture 6
By: Lecturer Mohammed C. Attea
HW1 (Energy method)
Find equation of motion and natural frequency for the system shown in fig. by energy
method.
m. Jo
000
HW2// For the system Fig below find
1-F.B.D
2Eq.of motion
8 wn
4-0 (1)
-5-
m
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
- The hose supplying the cylinder operating the bucket of a large excavator has fluid at 1000 psi flowing at 5 gpm. What is theavailable power in the line?arrow_forwardQ For the following plan of building foundation, Determine immediate settlement at points (A) and (B) knowing that: E,-25MPa, u=0.3, Depth of foundation (D) =1m, Depth of layer below base level of foundation (H)=10m. 3m 2m 100kPa A 2m 150kPa 5m 200kPa Barrow_forwardGiven the following data for crack rocker mechanism. If θ2 = 4π/3 and ω2 = 1 rad/s, Determine all possible values of ω4 and ω3 analytically. The lengths of links are a = 2, b = 8, c = 7 and d = 9 in cm.arrow_forward
- Q6] (20 Marks) Select the most suitable choice for the following statements: modo digi -1A 10 af5 1 -The copper-based alloy which is responded to age hardening is a) copper-nickel b) aluminum bronze c) copper - beryllium d) brass besincaluy 2- Highly elastic polymers may experience elongations to greater than.... b) 500% bromsia-P c) 1000%. d) 1200% 15m or -2 a)100% 3- The cooling rate of quenching the steel in saltwater will be ......the cooling rate of quenching ir c) faster than sold) none of them a) slower than 4- Adding of a) Cr b) the same as ...... Will lead to stabilize the b) Mo 10 austenite in steel. c) Nimble avolls 1d) Sized loloin nl 5- The adjacent linear chains of crosslinked polymers are joined one to another at various positic DIR... by.........bonds c) covalent noisqo gd) ionic lg 120M 6- For the ceramic with coordination number 6 the cation to anion radius ratio will be a) Van der Waals a) 0.155-0.225 a) linear b) hydrogen (b) 0.225-0.414 c) 0.414 0.732 ..polymers.…arrow_forwardExamine Notes: Attempt Six Questions Only. rever necessa , Q1] (20 Marks) Answer with true (T) or false (F), corrects the wrong phrases, and gives sho reasons for correct and corrected statements: 1- High chromium irons are basically grey cast irons alloyed with 12 to 30 % Cr. yous board-19qgo orT-1 2- The drawbacks of Al- Li alloys are their high young modulus and high density.&M 0) (0 3- Vulcanized rubbers are classified under thermoplastic polymers. 4- Diamond is a stable carbon polymorph at room temperature and atmospheric pressure. ( 5- The metallic ions of ceramic are called anions, and they are positively charged. yldgiH-S 69001(6arrow_forwardH.W 5.4 Calculate the load that will make point A move to the left by 6mm, E-228GPa. The diameters of the rods are as shown in fig. below. 2P- PA 50mm B 200mm 2P 0.9m 1.3marrow_forward
- d₁ = = Two solid cylindrical road AB and BC are welded together at B and loaded as shown. Knowing that 30mm (for AB) and d₂ 50mm (for BC), find the average normal stress in each road and the total deformation of road AB and BC. E=220GPa H.W 5.3 60kN A For the previous example calculate the value of force P so that the point A will not move, and what is the total length of road AB at that force? P◄ A 125kN 125kN 0.9m 125kN 125kN 0.9m B B 1.3m 1.3marrow_forwardClass: B Calculate the load that will make point A move to the left by 6mm, E-228GPa The cross sections of the rods are as shown in fig. below. 183 P- Solution 1.418mm 200mm 80mm 3P- 18.3 A 080mm B 200mm 3P- 0.9m إعدادات العرض 1.3m 4.061mmarrow_forwardH.W6 Determine the largest weight W that can be supported by two wires shown in Fig. P109. The stress in either wire is not to exceed 30 ksi. The cross- sectional areas of wires AB and AC are 0.4 in2 and 0.5 in2, respectively. 50° 30° Warrow_forward
- Find equation of motion and natural frequency for the system shown in fig. by energy method. H.W2// For the system Fig below find 1-F.B.D 2-Eq.of motion 8wn 4-0 (5) m. Jo marrow_forward2. Read the following Vernier caliper measurements. (The scales have been enlarged for easier reading.) The Vernier caliper is calibrated in metric units. (a) 0 1 2 3 4 5 سلسلسله (b) 1 2 3 4 5 6 سلسل (c) 1 23456 (d) 1 2 3 4 5 6 سلسلسarrow_forwardExplain why on the interval 0<x<1000 mm and 1000<x<2000mm, Mt is equal to positive 160 Nm, but at x= 0mm and x=1000mm Mt is equal to -160 Nm (negative value!). What is the reason for the sign change of Mt?arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_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