Matrix Algebra - Structural - Analysis - SI - Edition - Sixth - Edition - 2020 - by - Aslam - Kassimali
Matrix Algebra - Structural - Analysis - SI - Edition - Sixth - Edition - 2020 - by - Aslam - Kassimali
WCN 02-200-203
B
Review of Matrix Algebra
B.1 Definition of a Matrix
B.2 Types of Matrices
B.3 Matrix Operations
B.4 Solution of Simultaneous Equations by the Gauss-Jordan Method
Problems
In this appendix, some basic concepts of matrix algebra necessary for formu-
lating the computerized analysis of structures are briefly reviewed. A more
comprehensive and mathematilcally rigorous treatment of these concepts can
be found in any textbook on matrix algebra, such as [12] and [29].
749
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
750 APPENDIX B Review of Matrix Algebra
5 21 3 27
B 5 40 26 19 23
28 12 50 22
The order of this matrix is 3 3 4, and its elements can be symbolically
represented by Bij, with i 51 to 3 and j 51 to 4; for example, B23 519, B31 528,
B34 5 22, etc.
Column Matrix
A matrix with only one column of elements (i.e., n 51) is called a column
matrix. For example,
210
33
D 5 {D} 5
26
15
Column matrices are also referred to as vectors and are sometimes denoted by
italic letters enclosed within braces (e.g., { D}).
Square Matrix
A matrix with the same number of rows and columns (m 5 n) is called a square
matrix. An example of a 3 3 3 square matrix is
5 21 3
A 5 40 26 19 (B.2)
28 12 50
Main diagonal
The elements with the same subscripts—that is, A11 , A22 ,…, Ann—form the
main diagonal of the square matrix A. These elements are referred to as the
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
Section B.2 Types of Matrices 751
diagonal elements. As shown in Eq. (B.2), the main diagonal extends from the
upper left corner to the lower right corner of the square matrix. The remaining
elements of the matrix (i.e., Aij with i ? j ) that are not along the main diagonal
are termed the off-diagonal elements.
Symmetric Matrix
If the elements of a square matrix are symmetric about its main diagonal
(i.e., Aij 5 Aji), the matrix is called a symmetric matrix. An example of a 4 3 4
symmetric matrix is
212 26 13 5
26 7 228 31
A5
13 228 10 29
5 31 29 22
Diagonal Matrix
If all the off-diagonal elements of a square matrix are zero (i.e., Aij 5 0 for
i ? j ), the matrix is referred to as a diagonal matrix. For example,
3 0 0
A 5 0 28 0
0 0 14
1 0 0 0
0 1 0 0
I5
0 0 1 0
0 0 0 1
Null Matrix
When all the elements of a matrix are zero (i.e., Oij 5 0 ), the matrix is
called a null matrix. Null matrices are commonly denoted by O or [O]. For
example,
0 0 0 0
O5 0 0 0 0
0 0 0 0
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
752 APPENDIX B Review of Matrix Algebra
23 5 6 23 5 6
A 5 4 7 9 and B 5 4 7 9
12 0 1 12 0 1
Since both A and B are of order 3 3 3 and since each element of A is equal
to the corresponding element of B, the matrices are considered to be equal to
each other; that is, A 5 B.
2 5 10 4
A 5 3 0 and B 5 6 7
8 1 9 2
then
12 9
A1B5C 5 9 7
17 3
and
28 1
A 2 B 5 D 5 23 27
21 21
Note that matrices C and D have the same order as matrices A and B.
Multiplication by a Scalar
To obtain the product of a scalar and a matrix, each element of the matrix must
be multiplied by the scalar. Thus, if
B 5
7 3
and c 523
21 4
then
cB 5
221 29
3 212
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
Section B.3 Matrix Operations 753
Multiplication of Matrices
The multiplication of two matrices can be carried out only if the number of
columns of the first matrix equals the number of rows of the second matrix.
Such matrices are referred to as being conformable for multiplication.
Consider, for example, the matrices
A 5
5
B 5
21 2 3 26
and (B.3)
7 23 4 28 9
in which A is of order 2 3 2 and B is of order 2 3 3. Note that the product AB
of these matrices is defined, because the first matrix, A, of the sequence AB
has two columns and the second matrix, B, has two rows. However, if the
sequence of the matrices is reversed, the product BA does not exist, because
now the first matrix, B, has three columns and the second matrix, A, has two
rows. The product AB is usually referred to either as A postmultiplied by B
or as B premultiplied by A. Conversely, the product BA is referred to either
as B postmultiplied by A or as A premultiplied by B.
When two conformable matrices are multiplied, the product matrix thus
obtained will have the number of rows of the first matrix and the number of
columns of the second matrix. Thus, if a matrix A of order m 3 n is postmulti-
plied by a matrix B of order n 3 s, then the product matrix C will be of order
m 3 s; that is,
(B.4)
As illustrated in Eq. (B.4), any element Cij of the product matrix C can be eval-
uated by multiplying each element of the ith row of A by the corresponding
element of the jth column of B and by algebraically summing the resulting
products; that is,
Cij 5 Ai1 B1j 1 Ai 2 B2 j 1 1 Ain Bnj (B.5)
Equation (B.5) can be conveniently expressed as
n
Cij 5 ∑ Aik Bkj (B.6)
k 51
in which n represents the number of columns of the matrix A and the number
of rows of the matrix B. Note that Eq. (B.6) can be used to determine any
element of the product matrix C 5 AB.
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
754 APPENDIX B Review of Matrix Algebra
C 5 AB 5
21 5 2 3 26 18 243 51
5
7 23 4 28 9 2 45 269
232 233 233
in which the element C11 of the product matrix C is obtained by multiplying
each element of the first row of A by the corresponding element of the first
column of B and summing the resulting products; that is,
C11 521(2) 1 5(4) 5 18
Similarly, the element C21 is determined by multiplying the elements of the
second row of A by the corresponding elements of the first column of B and
adding the resulting products; that is,
C21 5 7(2) 2 3(4) 5 2
in which x1 , x 2, and x3 are the unknowns and As and Ps represent the c oefficients
and constants, respectively. By using the definition of matrix multiplication, this
system of simultaneous equations can be written in matrix form as
or, symbolically, as
Ax 5 P (B.9)
Even when two matrices A and B are of such orders that both products AB
and BA can be determined, the two products are generally not equal; that is,
AB ± BA(B.10)
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
Section B.3 Matrix Operations 755
It is, therefore, necessary to maintain the proper sequential order of matrices when
computing matrix products. Although matrix multiplication is generally not com-
mutative, as indicated by Eq. (B.10), it is associative and distributive, provided that
the sequential order in which the matrices are to be multiplied is maintained. Thus
ABC 5 ( AB)C 5 A(BC) (B.11)
and
A(B 1 C) 5 AB 1 AC (B.12)
Multiplication of any matrix A by a conformable null matrix O yields a
null matrix; that is,
OA 5 O and AO 5 O (B.13)
For example,
0 0 5 27 0 0
0 0 9 2 5 0 0
Multiplication of any matrix A by a conformable unit matrix I yields the
same matrix A, that is,
IA 5 A and AI 5 A (B.14)
For example,
1 0 5 27 5 27
0 1 9 2 5 9 2
and
5 27 1 0 5 27
9 2 0 1 5 9 2
As Eqs. (B.13) and (B.14) indicate, the null and unit matrices serve the pur-
poses in matrix algebra that are analogous to those of the numbers 0 and 1,
respectively, in scalar algebra.
A −1 A 5 AA −1 5 I(B.15)
1 22
A5
3 24
The inverse of A is given by
22 1
A21 5
21.5 0.5
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
756 APPENDIX B Review of Matrix Algebra
22 1 1 22
A −1A 5
21.5 0.5 3 24
(22 1 3) (4 2 4) 1 0
5 5 5I
(21.5 1 1.5) (3 2 2) 0 1
and
1 22 22 1 (22 1 3) (1 2 1) 1 0
AA21 5 5 (26 1 6) (3 2 2) 5 0 1 5I
3 24 21.5 0.5
The operation of inversion is defined only for square matrices. The inverse
of such a matrix is also a square matrix of the same order as the original
matrix. A procedure for determining inverses of matrices is presented in the
following section. The operation of matrix inversion serves the same purpose
as the operation of division in scalar algebra. Consider a system of simultane-
ous equations expressed in the matrix form as
Ax 5 P
in which A represents the square matrix of known coefficients, x represents the
vector of the unknowns, and P represents the vector of the constants. Since the
operation of division is not defined in matrix algebra, we cannot solve the fore-
going matrix equation for x by dividing P by A (i.e., x 5 PyA ). Instead, to deter-
mine the unknowns x, we premultiply both sides of the equation by A21 to obtain
A21 Ax 5 A21P
Since A21 A 5 I and Ix 5 x, we can write
x 5 A21P
which indicates that a system of simultaneous equations can be solved by pre-
multiplying the vector of the constants by the inverse of the coefficient matrix.
An important property of matrix inversion is that the inverse of a symmet-
ric matrix is always a symmetric matrix.
Transpose of a Matrix
The transpose of a matrix is obtained by interchanging its corresponding rows
and columns. The transposed matrix is usually identified by the superscript T
placed on the symbol of the original matrix. Consider, for example, the 2 3 3
matrix
6 22 4
A5
1 8 23
The transpose of A is given by
6 1
AT 5 22 8
4 23
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
Section B.3 Matrix Operations 757
Note that the first column of A becomes the first row of AT . Similarly, the
second and third columns of A become, respectively, the second and third rows
of AT . The order of AT thus obtained is 3 3 2.
As another example, consider the 3 3 3 matrix
9 7 25
B 5 7 23 2
25 2 6
Since the elements of B are symmetric about the main diagonal (i.e., Bij 5 B ji ),
interchanging the rows and the columns of this matrix produces a matrix BT
that is identical to the matrix B itself; that is,
BT 5 B
Thus, the transpose of a symmetric matrix yields the same matrix.
Another useful property of matrix transposition is that the transpose of a
product of matrices equals the product of the transposes in reverse order; that is,
( AB)T 5 BT AT (B.16)
Similarly,
( ABC)T 5 C T BT AT (B.17)
Partitioning of Matrices
Partitioning is a process by which a matrix is subdivided into a number of
smaller matrices called submatrices. For example, a 3 3 4 matrix A is partitioned
into four submatrices by drawing horizontal and vertical dashed partition lines:
3 5 21 2
A11 A12
A 5 22 4 7 9 5 (B.18)
A 21 A 22
6 1 3 4
in which the submatrices are
3 5 21 2
A11 5 A12 5
22 4 7 9
A 21 5 [ 6 1 3 ] A 22 5 [4]
Matrix operations such as addition, subtraction, and multiplication can be
performed on partitioned matrices in the same manner as described previously by
treating the submatrices as elements, provided that the matrices are partitioned in
such a way that their corresponding submatrices are conformable for the particu-
lar operation. For example, suppose that we wish to postmultiply the 3 3 4 matrix
A of Eq. (B.18) by a 4 3 2 matrix B, which is partitioned into two submatrices as
1 8
25 2 B
B5 5 11 (B.19)
23 6 B21
7 21
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
758 APPENDIX B Review of Matrix Algebra
Note that the matrices A and B have been partitioned in such a way that their cor-
responding submatrices are conformable for multiplication; that is, the orders of
the submatrices are such that the products A11B11 , A12 B21 , A 21B11, and A 22 B21 are
defined. As shown in Eqs. (B.18) and (B.19), this is achieved by partitioning the
rows of the second matrix B of the product AB in the same way that the columns
of the first matrix A are partitioned. The products of the submatrices are given by
1 8
3 5 21 219 28
A11B11 5 25 2 5
22 4 7
23 6
248 34
2 14 22
A12 B21 5 [ 7 21 ] 5
9 63 29
1 8
A 21B11 5 [ 6 1 3 ] 25 2 5 [ 28 68 ]
23 6
A 22 B21 5 [ 4 ][ 7 21 ] 5 [ 28 24 ]
219 28 14 22 25 26
1
AB 5 243 34 63 29 5 20 25
[28 68] 1 [28 24] 20 64
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
Section B.4 Solution of Simultaneous Equations by the Gauss-Jordan Method 759
x1 2 2.5 x 2 1 2 x3 5 22
8.5 x 2 2 14 x3 5 2101 (B.21c)
3 x 2 2 9 x3 5 260
With x1 eliminated from all but the first equation, we now divide the second
equation by the coefficient of its x 2 term:
x1 2 2.5 x 2 1 2 x3 5 22
x 2 2 1.647 x3 5 211.882 (B.21d)
3x2 2 9 x3 5 260
Next, we eliminate x 2 from the first and the third equations, successively,
by multiplying the second equation by 22.5 and subtracting it from the first
equation, and then by multiplying the second equation by 3 and subtracting it
from the third equation. This yields
x1 2 2.118 x3 527.705
x 2 2 1.647 x3 5211.882 (B.21e)
2 4.059 x3 5224.354
x1 2 2.118 x3 5 27.705
x 2 2 1.647 x3 5 211.882 (B.21f)
x3 5 6
x1 5 5
x2 522 (B.21g)
x3 5 6
That is, x1 5 5, x 2 522, and x3 5 6 . To check that the solution is carried out
correctly, we substitute the numerical values of x1, x 2, and x3 back into the
original equations (Eq. (B.21a)):
2(5) 2 5(22) 1 4(6) 5 44 Checks
3(5) 2 2 2 8(6) 5235 Checks
4(5) 2 7(22) 2 6 5 28 Checks
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
760 APPENDIX B Review of Matrix Algebra
2 25 4 44
3 1 28 − 35 (B.23a)
4 27 21 28
To determine the solution, we begin by dividing row 1 of the augmented matrix
by A11 5 2:
1 22.5 2 22
3 1 28 − 35 (B.23b)
4 27 21 28
Next, we multiply row 1 by A21 5 3 and subtract it from row 2 and then multiply
row 1 by A31 5 4 and subtract it from row 3. This yields
1 22.5 2 22
0 8.5 214 2101 (B.23c)
0 3 29 260
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
Section B.4 Solution of Simultaneous Equations by the Gauss-Jordan Method 761
Multiply row 2 by A12 522.5 and subtract it from row 1; then multiply row 2
by A32 5 3 and subtract it from row 3. This yields
1 0 22.118 27.705
0 1 21.647 − 11.882 (B.23e)
0 0 24.059 224.354
Divide row 3 by A33 524.059 :
1 0 22.118 27.705
0 1 21.647 − 11.882 (B.23f)
0 0 1 6
Multiply row 3 by A13 522.118 and subtract it from row 1; then multiply row
3 by A23 521.647 and subtract it from row 2. This yields
1 0 0 5
0 1 0 −2 (B.23g)
0 0 1 6
Thus x1 5 5, x 2 522, and x3 5 6 .
Matrix Inversion
The Gauss-Jordan elimination method can also be used to determine the
inverses of square matrices. The procedure is similar to that described previ-
ously for solving simultaneous equations, except that in the augmented matrix,
the coefficient matrix is now replaced by the matrix A that is to be inverted and
the vector of constants P is replaced by a unit matrix I of the same order as the
matrix A. Elementary row operations are then performed on the augmented
matrix to reduce the matrix A to a unit matrix. The matrix I, which was initially
the unit matrix, now represents the inverse of the original matrix A.
To illustrate the foregoing procedure, let us compute the inverse of the
2 3 2 matrix
1 22
A5 (B.24)
3 24
1 22 1 0
(B.25a)
3 24 0 1
By multiplying row 1 by A21 5 3 and subtracting it from row 2, we obtain
1 22 1 0
(B.25b)
0 2 23 1
Next, by dividing row 2 by A22 5 2, we obtain
1 22 0 1
(B.25c)
0 1 21.5 0.5
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
762 APPENDIX B Review of Matrix Algebra
1 0 22 1
(B.25d)
0 1 21.5 0.5
Thus,
22 1
A21 5
21.5 0.5
Problems
Section B.3
B.7 Solve the following system of simultaneous equations by
B.1 Determine the matrix C 5 A 1 3B if the Gauss-Jordan method.
12 28 15 2 21 1 −12 x1 2 3 x 2 1 6 x3 5 45
A 5 28 7 10 B 5 21 4 6 5 x1 1 2 x 2 2 4 x3 5 29
15 10 25 1 6 3 10 x1 1 x 2 2 7 x3 5232
B.2 Determine the matrix C 5 2B 2 A if B.8 Solve the following system of simultaneous equations by
the Gauss-Jordan method.
3 7 21 6 5 x1 2 2 x 2 1 6 x3 5 0
A5 8 4 B5 5 1
22 x1 1 4 x 2 1 x3 1 3 x 4 5 18
2 22 3 24
6 x1 1 x 2 1 6 x3 1 8 x 4 5 229
B.3 Determine the products C 5 AB and D 5 BA if 3 x 2 1 8 x3 1 7 x 4 5 11
6 B.9 Determine the inverse of the matrix shown using the
A 5 24 B 5 [ 23 1 25 ] Gauss-Jordan method.
2 4 23 21
A 5 22 5 1
B.4 Determine the products C 5 AB and D 5 BA if
6 24 25
23 2 6 24
A5 B5 B.10 Determine the inverse of the matrix shown using the
2 5 24 1 Gauss-Jordan method.
B.5 Show that (AB)T 5 BT AT by using the matrices A and B 4 2 0 23
given here. 2 3 24 0
A5
8 22 5 1 25 0 24 2 21
A 5 1 24 3 B5 7 0 23 0 21 5
2 0 6 0 23
Section B.4
B.6 Solve the following system of simultaneous equations by
the Gauss-Jordan method.
2 x1 1 5 x 2 2 x3 5 15
5 x1 2 x 2 1 3 x3 5 27
2x1 1 3 x 2 1 4 x3 5 14
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
Answers to Selected Problems
2.7 Beam BF : w 5 16.04 kNym ; Girder AD: w 5 1.97 kNym ; 3.19 Ax 5 200 kN ←; A y 5125 kN ↓; By 5 475 kN ↑
PB 5 PC 580.2 kN; PA 5 PD 5 41.85 kN 3.21 Ax 5100 kN ←; A y 5 216.11 kN ↑; By 5183.89 kN ↑
2.9 Beam CD : w 5 6.91 kNy m; Girder AE: PC 5 25.1 kN ; 3.23 A y 5 244.07 kN ↑; Bx 5 240 kN ←; By 585.93 kN ↑
PA 5 PE 5 12.96 kN
3.25 Ax 5 0 ; A y 5 225 kN ↑; By 5 1050 kN ↑; C y 5 225 kN ↓
2.11 Beam EF: w 5 3 kNym ; Girder AG: PC 5 PE 5 9 kN;
PA 5 PG 5 4.5 kN; Column A: P 5 13.5 kN 3.27 Ax 5 168 kN →; A y 5 187.5 kN ↑; Bx 5 102 kN → ;
By 5 15 kN ↑
2.13 Windward side: 292.2 Nym 2 and 230.4 Nym 2 ; Leeward
side: 2552.9 Nym 2 3.29 Ax 5 0; A y 5 Dy 5 25 kN ↑ ; By 5 C y 5 650 kN ↑
2.15 Windward wall: 878.2 Nym 2 for 0 # z # 4.6 m ; 3.31 Ax 5 170 kN →; A y 5 310 kN ↑; Bx 5 170 kN ←;
1033.2 Nym 2 for z 5 10 m ; Leeward wall: 2598.6 Nym 2 By 5 370 kN ↑
791
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
798 Answers to Selected Problems
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-203
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.