RA Matlab Ch 3
docx
keyboard_arrow_up
School
Lone Star College System, Woodlands *
*We aren’t endorsed by this school
Course
1302
Subject
Mathematics
Date
Apr 3, 2024
Type
docx
Pages
3
Uploaded by ConstableBuffalo405
EGR 1302 RA – Ch 3 (5
th
Ed.)
Chapter 3 Reading Assignment
Instructions
Read Chapter 3 of MATLAB – An Introduction with Applications
by Gilat, and find the answers to
the following questions. Write down the answers to each question on this handout. There will be a reading quiz over Chapter 3 on Canvas. You may use this assignment to help you. Introduction
1.
What are the two ways that MATLAB performs multiplication, division, and exponentiation?
Section 3.1
2.
How is the sum of two arrays obtained?
3.
What happens when a scalar is added to an array?
Section 3.2
4.
In order for the operation A*B
to be carried out, what must be true?
5.
What is another name for the result of the multiplication of a row vector by a column vector?
1
EGR 1302 RA – Ch 3 (5
th
Ed.)
6.
Rewrite the following set of linear equations into the standard A
x
=
d
format. A
11
x
1
+
A
12
x
2
+
A
13
x
3
=
d
1
A
21
x
1
+
A
22
x
2
+
A
23
x
3
=
d
2
A
31
x
1
+
A
32
x
2
+
A
33
x
3
=
d
3
Section 3.3
7.
In order for the matrix B to be the inverse of matrix A, what must be true?
8.
What is the equivalent of the expression X = A\B?
Section 3.4
9.
What is the difference between operators for multiplication, division, exponentiation and the element-by-element operators?
10. Element-by-element operations can be done only with ___________________________.
Section 3.5
11. How is the operation that is defined by a built-in math function executed when the argument is an array?
Section 3.6
12. If A is a vector, what does mean(A)
return?
13. If A is a matrix, what does min(A)
return?
2
EGR 1302 RA – Ch 3 (5
th
Ed.)
14. If A is a vector, what does sum(A)
return?
15. What does det(A)
return?
16. What does inv(A)
return?
3
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help