THINKING LIKE AN ENGINEER W/ACCESS
17th Edition
ISBN: 9781323522127
Author: STEPHAN
Publisher: PEARSON C
expand_more
expand_more
format_list_bulleted
Concept explainers
Textbook Question
Chapter 15, Problem 1ICA
Which of the following are not valid MATLAB variable names? Circle all that apply. For those that are invalid, state why.
Expert Solution & Answer

To determine
Identify the valid MATLAB variables from the given variables and explain the reason for not valid variables.
Answer to Problem 1ICA
The valid and invalid MATLAB variables are identified and explained the reason for invalid MATLAB variables.
Explanation of Solution
Description:
- a. BigNum.docx: The MATLAB variable BigNum.docx is invalid variable since it contains the special character “.”.
- b. Six_Vals: The MATLAB variable Six_Vals is a valid variable since it obeys the naming rules of the MATLAB.
- c. This is a very long MATLAB variable name: As the variable contain the space, the MATLAB variable is not a valid one.
- d. 2BR02B: The variable cannot begin with the number. As the variable begins with the number 2, the variable 2BR02B is an invalid one.
- e. Is_This_Valid?: As the variable contains the special character “?”, the variable is an invalid variable.
- f. Rocket=Space+100;: As the variable contains the special characters “=”, and “;”, the variable is an invalid variable.
- g. Mult2: The variable is a valid one.
- h. log: As the variable log is a name of common function, the variable is an invalid variable.
- i. GClefSign: The MATLAB variable GClefSign is a valid one.
- j. AbcDEFGHijKLmnopqrstuvWXyz_Has_Lots_of_Characters: The variable is a valid one.
- k. DoNotPassGo_DoNotCollect$200: As the variable contains the special character “$”, the variable is an invalid variable.
Conclusion:
Thus, the valid and invalid MATLAB variables are identified and explained the reason for invalid MATLAB variables.
Want to see more full solutions like this?
Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
PROBLEM 3.23
3.23 Under normal operating condi-
tions a motor exerts a torque of
magnitude TF at F. The shafts
are made of a steel for which
the allowable shearing stress is
82 MPa and have diameters of
dCDE=24 mm and dFGH = 20
mm. Knowing that rp = 165
mm and rg114 mm, deter-
mine the largest torque TF
which may be exerted at F.
TF
F
rG-
rp
B
CH
TE
E
1. (16%) (a) If a ductile material fails under pure torsion, please explain the failure
mode and describe the observed plane of failure.
(b) Suppose a prismatic beam is subjected to equal and opposite couples as shown
in Fig. 1. Please sketch the deformation and the stress distribution of the cross
section.
M
M
Fig. 1
(c) Describe the definition of the neutral axis.
(d) Describe the definition of the modular ratio.
using the theorem of three moments, find all the moments, I only need concise calculations with minimal explanations. The correct answers are provided at the bottom
Chapter 15 Solutions
THINKING LIKE AN ENGINEER W/ACCESS
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
- PROBLEM 3.46 The solid cylindrical rod BC of length L = 600 mm is attached to the rigid lever AB of length a = 380 mm and to the support at C. When a 500 N force P is applied at A, design specifications require that the displacement of A not exceed 25 mm when a 500 N force P is applied at A For the material indicated determine the required diameter of the rod. Aluminium: Tall = 65 MPa, G = 27 GPa. Aarrow_forwardFind the equivalent mass of the rocker arm assembly with respect to the x coordinate. k₁ mi m2 k₁arrow_forward2. Figure below shows a U-tube manometer open at both ends and containing a column of liquid mercury of length l and specific weight y. Considering a small displacement x of the manometer meniscus from its equilibrium position (or datum), determine the equivalent spring constant associated with the restoring force. Datum Area, Aarrow_forward
- 1. The consequences of a head-on collision of two automobiles can be studied by considering the impact of the automobile on a barrier, as shown in figure below. Construct a mathematical model (i.e., draw the diagram) by considering the masses of the automobile body, engine, transmission, and suspension and the elasticity of the bumpers, radiator, sheet metal body, driveline, and engine mounts.arrow_forward3.) 15.40 – Collar B moves up at constant velocity vB = 1.5 m/s. Rod AB has length = 1.2 m. The incline is at angle = 25°. Compute an expression for the angular velocity of rod AB, ė and the velocity of end A of the rod (✓✓) as a function of v₂,1,0,0. Then compute numerical answers for ȧ & y_ with 0 = 50°.arrow_forward2.) 15.12 The assembly shown consists of the straight rod ABC which passes through and is welded to the grectangular plate DEFH. The assembly rotates about the axis AC with a constant angular velocity of 9 rad/s. Knowing that the motion when viewed from C is counterclockwise, determine the velocity and acceleration of corner F.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
Solids: Lesson 53 - Slope and Deflection of Beams Intro; Author: Jeff Hanson;https://www.youtube.com/watch?v=I7lTq68JRmY;License: Standard YouTube License, CC-BY