4.2 加法和减法
Section outline
-
F or a matinee movie, a movie theater charges the following prices:
::电影院收取以下价格:Kids: $5 Adults: $8 Seniors: $6
::儿童:5美元 成人:8美元 老年人:6美元For the same movie at night, the theater charges the following prices:
::在同一部电影的夜间, 剧院收取以下价格:Kids: $7 Adults: $10 Seniors: $8
::儿童:7美元 成人:10美元 老年人:8美元H ow could we determine how much more the theater charges at night for each ticket type?
::我们怎样才能确定每张票 晚上的剧院收费 还要多多少?Adding and Subtracting Matrices
::添加和减法If two matrices have the same dimensions , then they can be added or subtracted by adding or subtracting corresponding elements as shown below.
::如果两个矩阵的尺寸相同,则可以通过增加或减去下列相应要素而增减。Addition :
::加:
::[abcd]+[efgh]=[a+eb+fc+gd+h]Subtraction :
::减法 :
::[abcd]-[efgh]=[a-eb-fc-gd-h]It is important to note that the two matrices are not required to be square matrices . The requirement is that they are the same dimensions. In other words, you can add two matrices that are both , but you cannot add a matrix with a matrix. Before attempting to add two matrices, check to make sure that they have the same dimensions.
::必须指出的是,这两个矩阵不需要是平方矩阵。 要求是它们是相同的维度。 换句话说, 您可以添加两个矩阵, 两者都是 2x3, 但是您不能用 3x2 矩阵添加 2x2 矩阵。 在试图添加两个矩阵之前, 请检查以确保它们具有相同的维度 。Commutative and Associative Properties of Addition
::增加的动产和共同财产The Commutative Property of Addition states that for real numbers, and . Does this property hold for matrices? The Associative Property of Addition states that for real numbers, and . Does this property hold for matrices? Consider the matrices below:
::添加商品的公用财产规定,a+b=b+a为实际数字,a和b。该财产是否持有矩阵?附加商品的联营财产规定,a+(b+c)=(a+b)+c为实际数字,a、b和c。该财产是否持有矩阵?考虑以下矩阵:
::A=[-374--1]B=[51-8-2]C=[-6-1053]1. Find
::1. 查找A+B[-374-1]+[51-8-2]=[28-4-3]2. Find
::2. 查找B+A[51-8-2]+[-374-1]=[28-4-3]Since , we can conjecture that matrix addition is commutative.
::自A+B=B+A以来,我们可以推测,增加的矩阵是通融的。3. Find
::3. 查找(A+B)+C([-374-1]+[51-8-2])+[-6-1053]=[28-4-3]+[-6-1053]=[-4-210]]4. Find
::4. 查找A+(B+C)[-374-1]+([51-8-2]+[-6-1053])=[-374-1]+[-1-9-31]=[-4-210]]Since , we can conjecture that the associative property is true for matrix addition as well.
::由于(A+B)+C=A+(B+C),我们可以推断组合属性对于矩阵添加也是真实的。Commutative Property:
::动产:A+B=B+AAssociative Property:
:A+B)+C=A+(B+C)
Note that these properties do not work with subtraction with real numbers. For example: . Because they do not hold for subtraction of real numbers, they also do not work with matrix subtraction.
::* 注意这些特性与实际数字的减法不起作用,例如:7-55-7。由于这些特性不等于实际数字的减法,因此也与矩阵减法不起作用。Let's find the sum of the following matrices:
::我们来看看以下矩阵的总和:[4-56-379]+[-1480-312]=By adding the elements in corresponding positions we get:
::通过在相应的立场中增加以下内容:Let's find the difference of the following matrices:
::让我们发现以下矩阵的差别:[-76-910]-[-3-2815]=By subtracting the elements in corresponding positions we get:
::通过在相应的位置上减去元素,我们得到了:Now, let's perform the indicated operation :
::现在,让我们执行指示的操作 : [ -425 - 3138] + [7 - 10 - 526]In this case the first matrix is and the second matrix is . Because they have different dimensions they cannot be added.
::在这种情况下,第一个矩阵是3×2,第二个矩阵是2×3,因为它们有不同的维度,因此不能添加。Examples
::实例Example 1
::例1Earlier, you were asked to determine how much more the theater charges at night for each ticket.
::早些时候,你被要求确定 每张票晚上的剧场费用 有多少?We could organize the data into two separate matrices and subtract.
::我们可以将数据分为两个不同的矩阵和减法。We can now easily see that the movie theater charges $2 more for each ticket type at night.
::我们现在很容易看出 电影院每张票 晚上每张票多收2美元Example 2
::例2Perform the indicated operation.
::[3-7]+[-18]
Example 3
::例3Perform the indicated operation.
::[1-5] -[3-341]These matrices cannot be subtracted because they have different dimensions.
::这些矩阵因具有不同维度而无法减去。Example 4
::例4Perform the indicated operation.
::[6-7-115]-[-24-39]
Review
::回顾Perform the indicated operation (if possible).
::执行指示的操作(如果可能)。- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
Review (Answers)
::回顾(答复)Click to see the answer key or go to the Table of Contents and click on the Answer Key under the 'Other Versions' option.
::单击可查看答题键, 或转到目录中, 单击“ 其他版本” 选项下的答题键 。