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 38E
To determine

To create:

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

Expert Solution & Answer
Check Mark

Answer to Problem 38E

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”.

Save the MATLAB script with name, chapter2_45251_2_38E.m in the current folder. Execute the program 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, Fourth Edition: A Practical Introduction to Programming and Problem Solving, Chapter 2, Problem 38E

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
Questions An insurance company's cumulative incurred claims for the last 5 accident years are given in the following table: Development Year Accident Year 0 2018 1 2 3 4 245 267 274 289 292 2019 255 276 288 294 2020 265 283 292 2021 263 278 2022 271 It can be assumed that claims are fully run off after 4 years. The premiums received for each year are: Accident Year Premium 2018 306 2019 312 2020 318 2021 326 2022 330 You do not need to make any allowance for inflation. 1. (a) Calculate the reserve at the end of 2022 using the basic chain ladder method. (b) Calculate the reserve at the end of 2022 using the Bornhuetter-Ferguson method. 2. Comment on the differences in the reserves produced by the methods in Part 1.
From a sample of 26 graduate​ students, the mean number of months of work experience prior to entering an MBA program was 34.67. The national standard deviation is known to be18 months. What is a 90​% confidence interval for the population​ mean?       Question content area bottom Part 1 A 9090​% confidence interval for the population mean is left bracket nothing comma nothing right bracketenter your response here,enter your response here. ​(Use ascending order. Round to two decimal places as​ needed.)
A test consists of 10 questions made of 5 answers with only one correct answer. To pass the test, a student must answer at least 8 questions correctly. (a) If a student guesses on each question, what is the probability that the student passes the test? (b) Find the mean and standard deviation of the number of correct answers. (c) Is it unusual for a student to pass the test by guessing? Explain.
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
Elements Of Modern Algebra
Algebra
ISBN:9781285463230
Author:Gilbert, Linda, Jimmie
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
Text book image
Elementary Linear Algebra (MindTap Course List)
Algebra
ISBN:9781305658004
Author:Ron Larson
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