Matlab, Fourth Edition: A Practical Introduction to Programming and Problem Solving
Matlab, Fourth Edition: A Practical Introduction to Programming and Problem Solving
4th Edition
ISBN: 9780128045251
Author: Stormy Attaway Ph.D. Boston University
Publisher: Elsevier Science
bartleby

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 2, Problem 2.5P
Expert Solution & Answer
Check Mark
To determine

To find:

The value of the expressions A.*B, A*B and B*A by hand and then verify the results in MATLAB.

Answer to Problem 2.5P

Solution:

The values of the expressions A.*B, A*B, and B*A are [1830], [3206], and [71014] respectively.

Explanation of Solution

The given matrices are,

A=[1433]

And,

B=[1210]

Substitute [1433] for A and [1210] for B in the expression “A.*B”.

A.*B=[ 1433 ].*[ 12 10 ]=[ 1×1 4×2 3×1 3×0 ]=[ 18 30 ]

Substitute [1433] for A and [1210] for B in the expression “A*B”.

A*B=[1433]*[1210]=[(1×1)+(4×1)(1×2)+(4×0)(3×1)+(3×1)(3×2)+(3×0)]=[3206]

Similarly substitute [1433] for A and [1210] for B in the expression “B*A”.

B*A=[1210]*[1433]=[(1×1)+(2×3)(1×4)+(2×3)(1×1)+(0×3)(1×4)+(0×3)]=[71014]

Now, verifying the expression output by using MATLAB command.

MATLAB Code:

A = [1 4;3 3]

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

B = [1 2;-1 0]

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

A.*B

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

A*B

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

B*A

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

Save the MATLAB script with name, chapter2_45251_2_5P.m in the current folder. Execute the program by typing the script name at the command window to find the value of the expressions A.*B, A*B and B*A by hand and then verify the results in MATLAB.

Result:

Matlab, Fourth Edition: A Practical Introduction to Programming and Problem Solving, Chapter 2, Problem 2.5P

Therefore, the values of the expressions A.*B, A*B, and B*A are [1830], [3206], and [71014] respectively.

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
Do the data provide compelling evidence (at α=0.05) for concluding that true average strength for the 1078 grade exceeds that for the 1064 grade? Show all your work. Estimate the difference between true average strengths for the two grades with a 95% confidence interval for the previous problem.
Use Minitab and the GPA data (GPAData.xlsx) to answer the following. a) (15 points) Is there a mean difference in High School GPA and a person's GPA following their first year of college? State the relevant hypotheses and provide the p-value from the output. Include a decision and interpretation at a 10% level of significance. b) (5 points) Is the assumption of normality satisfied? Include any plots you make to check the normality assumption and comments on your observations.
A researcher wants to perform a hypothesis test to see if the mean salary of the faculty in private and public institutions are different. Random samples of 36 faculty from private and public institutions were selected. Salaries of the selected faculty from private and public institutions are provided to you in facultysalary.csv file. 1. Make side-by-side boxplots of the salaries for faculty in private and public institutions (In MINITAB, go to Graphs-- >Boxplot-->and explore the available options to see how to make a side-by-side boxplot of the data). 2. Comment on your observations from the side-by-side boxplot made in part 1. 3. Calculate the descriptive statistics: mean, standard deviation for the two samples and attach the MINITAB output. 4. When carrying out a hypothesis test to achieve the aforementioned goal, would you recommend using pooled variance approach or unpooled variance approach? Provide reasoning for your choice. 5. Regardless what you recommend in part 4, carry out…
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 (MindTap Course List)
Algebra
ISBN:9781305652231
Author:R. David Gustafson, Jeff Hughes
Publisher:Cengage Learning
Text book image
Elementary Linear Algebra (MindTap Course List)
Algebra
ISBN:9781305658004
Author:Ron Larson
Publisher:Cengage Learning
Text book image
Algebra for College Students
Algebra
ISBN:9781285195780
Author:Jerome E. Kaufmann, Karen L. Schwitters
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
Text book image
Elements Of Modern Algebra
Algebra
ISBN:9781285463230
Author:Gilbert, Linda, Jimmie
Publisher:Cengage Learning,
Text book image
Linear Algebra: A Modern Introduction
Algebra
ISBN:9781285463247
Author:David Poole
Publisher:Cengage Learning
Matrix Operations Full Length; Author: ProfRobBob;https://www.youtube.com/watch?v=K5BLNZw7UeU;License: Standard YouTube License, CC-BY
Intro to Matrices; Author: The Organic Chemistry Tutor;https://www.youtube.com/watch?v=yRwQ7A6jVLk;License: Standard YouTube License, CC-BY