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

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 2, Problem 41E
Expert Solution & Answer
Check Mark
To determine

To create:

The variables for these two matrices and perform these operations “A+B”, “A-B” and “A.B”.

Answer to Problem 41E

Solution:

The variables for the given two matrices are “A = [1:1:3; 4 -1 6]”, and “B = [2 4 1; -1 3 0]” and the output of these operations “A+B”, “A-B”, and “A.B” are [364526], [122346], and “Error using” respectively.

Explanation of Solution

The given matrices are,

A=[123416]

And,

B=[241130]

Substitute [123416] for A and [241130] for B in the expression “A+B”.

A+B=[ 123416 ]+[ 241130 ]=[ 1+22+43+14+11+36+0 ]=[ 364526 ]

Therefore, the elements of the matrix “A+B” are [364526].

Substitute [123416] for A and [241130] for B in the expression “A-B”.

AB=[ 123416 ][ 241130 ]=[ 122431411360 ]=[ 122346 ]

Therefore, the elements of the matrix “A-B” are [122346].

Substitute [123416] for A and [241130] for B in the expression “A*B”.

A*B=[123416][241130]

The multiplication of the matrix is not possible.

Now, verify the expression output through the MATLAB command.

MATLAB Code:

A = [1:1:3; 4 -1 6]

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

B = [2 4 1; -1 3 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”.

A.*B

% Define the command to get the output of the expression “A.*B” (values of matrix A is multiplied with all the elements of matrix B).

Save the MATLAB script with name, chapter2_54793_2_41E.m in the current folder. Execute the script by typing the script name at the command window to create the variables for given two matrices and perform the following operations “A+B”, “A-B” and “A.B”.

Result:

MATLAB: A Practical Introduction to Programming and Problem Solving, Chapter 2, Problem 41E

Therefore, the variables for the given two matrices are “A = [1:1:3; 4 -1 6]”, and “B = [2 4 1; -1 3 0]” and the output of these operations “A+B”, “A-B”, and “A.B” are [364526], [122346], and “Error using” 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
Children develop different patterns of attachment based on interactions with their caregivers at young age (Wikipedia). Certain study attempt to find the association between Child Care and Attachment Pattern Classification. Below table summarizes the collected data. Hours in Child Care Low Moderate High Attachment Pattern (0-3 hours) (4-19 hours) (20-54 hours) Secure 24 35 5 Anxious 11 10 8 Carryout an appropriate test to see if there is an association between amount of time spend on Child Care and Attachment Pattern of the children. 6. In order to answer the same research question as in previous parts in this problem, can we do a hypothesis test for comparing two independent proportions while keeping the existing categories as they are? Explain your answer rather than simply saying "yes" or "no".
This questions has multiple subparts. For your convenience, the description of the problem is provided with each component. Children develop different patterns of attachment based on interactions with their caregivers at young age (Wikipedia). Certain study attempt to find the association between Child Care and Attachment Pattern Classification. Below table summarizes the collected data. Hours in Child Care Low Moderate High Attachment Pattern (0-3 hours) (4-19 hours) (20-54 hours) Secure 24 35 5 Anxious 11 10 8 Carryout an appropriate test to see if there is an association between amount of time spend on Child Care and Attachment Pattern of the children. 1. The null hypothesis is [Select] and the alternative hypothesis is [Select] [Select] 2. The test statistic is 3. Degrees of freedom 4. P-value is [Select] True proportion of children with secure pattern when low number of hours in child care and true proportion of children with anxious pattern when low number of hours in child Hours…
Does money buy happiness? This is an age-old question. A random sample of 1993 subjects were asked to rate their happiness (Not too happy, Pretty happy, or Very happy) and also report their level of income (Above average, average, below average). The table of the observations is presented below. Income Not too happy Pretty happy Very happy Total Above Average 26 233 164 423 Average 117 473 293 883 Below Average 172 383 132 687 Total 315 1089 589 1993 1. Which variable is the response and which is the explanatory variable? [Select] 2. What are the null and alternative hypotheses for testing if there is a relationship between level of income and happiness? [Select] and H₁ is [Select] Ho is 3. What is the chi-square test statistic? [Select] 4. Which cell contributed the most to the overall chi-square test statistic? [Select] 5. What are the degrees of freedom? [Select] 6. What is the decision about Ho? [Select]
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
College Algebra
Algebra
ISBN:9781337282291
Author:Ron Larson
Publisher:Cengage Learning
Text book image
Elementary Linear Algebra (MindTap Course List)
Algebra
ISBN:9781305658004
Author:Ron Larson
Publisher:Cengage Learning
Text book image
Elements Of Modern Algebra
Algebra
ISBN:9781285463230
Author:Gilbert, Linda, Jimmie
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
College Algebra
Algebra
ISBN:9781305115545
Author:James Stewart, Lothar Redlin, Saleem Watson
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