MATLAB: A Practical Introduction to Programming and Problem Solving
MATLAB: A Practical Introduction to Programming and Problem Solving
5th Edition
ISBN: 9780128163450
Author: ATTAWAY
Publisher: ELSEVIER
bartleby

Videos

Question
Book Icon
Chapter 2, Problem 45E
To determine

To create:

• The variable for the given matrix A=[1432] and perform the operation “3*A”.

• The variable for the given two matrices A=[1432] and C=[325412] and perform the operation “A*C”.

• To find whether other multiplication operation can be performed in part 2 or not.

Expert Solution & Answer
Check Mark

Answer to Problem 45E

Solution:

• The variable for the given matrix A=[1432] is “A = [1 4; 3 2]”, and the output of the operation “3*A” is [31296].

• The variable for the given two matrices A=[1432] and C=[325412] are “A = [1 4; 3 2]” and “C = [3 2 5; 4 1 2]”. The output of the operation “A*C” is [1961317819].

• The variable for the given two matrices C=[325412] and B=[213156360] are “C = [3 2 5; 4 1 2]” and “B = [2 1 3; 1 5 6; 3 6 0]”. The output of the operation “C*B” is [234321152118].

Explanation of Solution

• The variable for the given matrix A=[1432] and perform the operation “3*A”.

The given matrices are,

A=[1432]

B=[213156360]

And,

C=[325412]

Substitute [1432] for A in the expression “3*A”.

3*A=3[1432]=[1×34×33×32×3]=[31296]

Therefore, the elements of the matrix “3*A” are [31296].

Now, verify the expression output through the MATLAB command.

MATLAB Code:

A = [1 4; 3 2]

%Define the command to get the matrix “A”.

3*A

%Define the command to get the output of the expression “3*A”.

Save the MATLAB script with name, chapter2_54793_2_45_1E.m in the current folder. Execute the script by typing the script name at the command window to create the variable for the given matrix A=[1432] and perform the operation “3*A”.

Result:

MATLAB: A Practical Introduction to Programming and Problem Solving, Chapter 2, Problem 45E , additional homework tip  1

Therefore, the variable for the given matrix A=[1432] is “A = [1 4; 3 2]”, and the output of the operation “3*A” is [31296].

• The variable for the given two matrices A=[1432] and C=[325412] and perform the operation “A*C”.

The given matrices are,

A=[1432]

B=[213156360]

And,

C=[325412]

Substitute [1432] for A and substitute [325412] for C in the expression “A*C”.

A*C=[1432][325412]=[(1×3)+(4×4)(1×2)+(4×1)(1×5)+(4×2)(3×3)+(2×4)(3×2)+(2×1)(3×5)+(2×2)]=[1961317819]

Therefore, the elements of the matrix “A*C” are [1961317819].

Now, verify the expression output through the MATLAB command.

MATLAB Code:

A = [1 4; 3 2]

%Define the command to get the matrix “A”.

C = [3 2 5; 4 1 2]

%Define the command to get the matrix “C”.

A*C

%Define the command to get the output of the expression “A*C”.

Save the MATLAB script with name, chapter2_54793_2_45_2E.m in the current folder. Execute the script by typing the script name at the command window to create the variable for the given two matrices A=[1432] and C=[325412]. Perform the operation “A*C”.

Result:

MATLAB: A Practical Introduction to Programming and Problem Solving, Chapter 2, Problem 45E , additional homework tip  2

Therefore, the variable for the given two matrices A=[1432] and C=[325412] are “A = [1 4; 3 2]” and “C = [3 2 5; 4 1 2]”. The output of the operation “A*C” is [1961317819].

• To find whether other multiplication operation can be performed in part 2 or not.

The given matrices are,

A=[1432]

B=[213156360]

And,

C=[325412]

Substitute [213156360] for B and substitute [325412] for C in the expression “C*B”.

C*B=[325412][213156360]=[(3×2)+(2×1)+(5×3)(3×1)+(2×5)+(5×6)(3×3)+(2×6)+(5×0)(4×2)+(1×1)+(2×3)(4×1)+(1×5)+(2×6)(4×3)+(1×6)+(2×0)]=[234321152118]

Therefore, the elements of the matrix “C*B” are [234321152118].

Now, verify the expression output through the MATLAB command.

MATLAB Code:

C = [3 2 5; 4 1 2]

%Define the command to get the matrix “C”.

B = [2 1 3; 1 5 6; 3 6 0]

%Define the command to get the matrix “B”.

C*B

%Define the command to get the output of the expression “C*B”.

Save the MATLAB script with name, chapter2_54793_2_45_3E.m in the current folder. Execute the script by typing the script name at the command window to create the variable for the given two matrices C=[325412] and B=[213156360]. The other multiplication operation that can be performed are “C*B”.

Result:

MATLAB: A Practical Introduction to Programming and Problem Solving, Chapter 2, Problem 45E , additional homework tip  3

Therefore, the variable for the given two matrices C=[325412] and B=[213156360] are “C = [3 2 5; 4 1 2]” and “B = [2 1 3; 1 5 6; 3 6 0]”. The output of the operation “C*B” is [234321152118].

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
21. find the mean. and variance of the following: Ⓒ x(t) = Ut +V, and V indepriv. s.t U.VN NL0, 63). X(t) = t² + Ut +V, U and V incepires have N (0,8) Ut ①xt = e UNN (0162) ~ X+ = UCOSTE, UNNL0, 62) SU, Oct ⑤Xt= 7 where U. Vindp.rus +> ½ have NL, 62). ⑥Xn = ΣY, 41, 42, 43, ... Yn vandom sample K=1 Text with mean zen and variance 6
A psychology researcher conducted a Chi-Square Test of Independence to examine whether there is a relationship between college students’ year in school (Freshman, Sophomore, Junior, Senior) and their preferred coping strategy for academic stress (Problem-Focused, Emotion-Focused, Avoidance). The test yielded the following result: image.png Interpret the results of this analysis. In your response, clearly explain: Whether the result is statistically significant and why. What this means about the relationship between year in school and coping strategy. What the researcher should conclude based on these findings.
A school counselor is conducting a research study to examine whether there is a relationship between the number of times teenagers report vaping per week and their academic performance, measured by GPA. The counselor collects data from a sample of high school students. Write the null and alternative hypotheses for this study. Clearly state your hypotheses in terms of the correlation between vaping frequency and academic performance.     EditViewInsertFormatToolsTable 12pt   Paragraph
Knowledge Booster
Background pattern image
Statistics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, statistics and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
College Algebra
Algebra
ISBN:9781337282291
Author:Ron Larson
Publisher:Cengage Learning
Text book image
College Algebra (MindTap Course List)
Algebra
ISBN:9781305652231
Author:R. David Gustafson, Jeff Hughes
Publisher:Cengage Learning
Text book image
Elements Of Modern Algebra
Algebra
ISBN:9781285463230
Author:Gilbert, Linda, Jimmie
Publisher:Cengage Learning,
Text book image
Elementary Linear Algebra (MindTap Course List)
Algebra
ISBN:9781305658004
Author:Ron Larson
Publisher:Cengage Learning
Text book image
College Algebra
Algebra
ISBN:9781305115545
Author:James Stewart, Lothar Redlin, Saleem Watson
Publisher:Cengage Learning
Text book image
Algebra and Trigonometry (MindTap Course List)
Algebra
ISBN:9781305071742
Author:James Stewart, Lothar Redlin, Saleem Watson
Publisher:Cengage Learning
Matrix Factorization - Numberphile; Author: Numberphile;https://www.youtube.com/watch?v=wTUSz-HSaBg;License: Standard YouTube License, CC-BY