L1 - App - Fund Math Concepts
L1 - App - Fund Math Concepts
L1 - App - Fund Math Concepts
Appendix
Matrices
A matrix is an array of ordered numbers. A general matrix
consists of m·n numbers arranged in m rows and n columns,
thus the matrix is of order m x n (m by n). When we have
only one row (m = 1) or one column (n = 1), A is also called a
vector
Matrices
When dealing with systems of linear equations, a matrix
formulation proves highly advantages:
A x b
Addition:
Two matrices A and B may be added to each other iff they possess
the same order. The sum A+B is calculated entry wise:
Multiplication:
Two matrices A and B may be multiplied iff A is m-by-n and B is n-by-p
such that the resulting matrix will be of order m-by-p. The matrix product
AB is given by the dot product of the corresponding row of A and the
column of B. 𝑛𝑛
(AB)T = BTAT
Identity matrix:
The identity matrix is a square matrix with entries on the diagonal equal to 1
while all others are equal to 0. Any square matrix A multiplied by the identity
matrix I of equal order returns the unchanged matrix A.
1 0 0
𝐼𝐼3 = 0 1 0
0 0 1
Special Matrices
Symmetric Matrix:
A symmetric matrix is a square matrix the satisfies AT = A
Sparse Matrix:
Rotation Matrix R:
• Used to rotate quantities about a certain point
• In 2D it is given as follows:
cos(𝜃𝜃) −sin(𝜃𝜃)
𝑅𝑅 𝜃𝜃 =
sin(𝜃𝜃) cos(𝜃𝜃)
Special Matrices
Banded Matrix:
• For symmetric banded matrix A we have aij = 0 for j > i+mA, 2mA+1 being the
bandwidth
• If the half-bandwidth, mA, of a matrix is zero, we have nonzero elements only
on the diagonal of the matrix and denote it as a diagonal matrix (for
example, unit matrix).
mA
a14 = 0 j = 4 > 1 + mA → mA = 2
2mA + 1 = 2 ⋅ 2 + 1 = 5
Matrix Inversion
The inverse of a matrix A is denoted as A-1
AA-1 = A-1A = I
Matrix Inversion
Inversion: AA-1 = A-1A = I
Sub Matrices
• Matrices can be subdivided to facilitate matrix
manipulations
• Partitioning lines must run completely across the original
matrix
• Some rules:
tr(A+B) = tr(A) + tr(B)
tr(cA) = c tr(A)
tr(AB) = tr(BA)
∑ ( −1)
1+ j
=
det( A ) a1 j det A1 j
j =1
∑ ( −1)
1+ j
=
det( A ) a1 j det A1 j
j =1
∑ ( −1)
1+ j
=
det( A ) a1 j det A1 j
j =1
det(A-1) = 1/det(A)
det(I) = 1
Tensors
• A set of quantities that obey certain transformation laws
relating the bases in one generalized coordinate system to
those of another
• A tensor consists of an array of a certain order (for
example: tensor of order 0 is a scalar, tensor of order 1 is a
vector)
•Each tensor has a transformation law detailing the
response of a change of basis (or ‘frame of reference’).
• Bathe: An entity is called a second-order tensor if it has
nine components tij, i=1,2,3 and j=1,2,3 in the unprimed
frame and nine components t’ij in the primed frame and if
these components are related by the characteristic law
t’ij=pikpjltkl, P being a rotation matrix
Method of Finite Elements I
Institute of Structural Engineering Page 23
Stress Tensors
σ xx σ xy σ xz
σ= σ yy σ yz
σ
zz
Variational Calculus
• Variational operator − δ
• Variations (of deformation) are small enough not to disturb
the equilibrium and are consistent with the geometric constraint
of the system
• Some rules: