02 Mathematical Background
02 Mathematical Background
ME751
Mechanical IV/II
Chapter 2
Mathematical Background
2.1 INTRODUCTION
The mathematics required for the study of finite element analysis
can vary from elementary to sophisticated. Most concepts can be
mastered with a reasonable knowledge of vector analysis, matrix
analysis, and differential equations.
2
FINITE ELEMENT METHOD
2.3 MATRIX THEORY
• Matrix Definition: Diagonal matrix, Identity matrix, Null matrix,
Symmetric matrix, Skew symmetric matrix
• Determinants
• Rank of a Matrix
• Singular Matrix
3
FINITE ELEMENT METHOD
Matrix Partioning
To facilitate matrix multiplications and to take advantage of the
special form of the matrices, it may be useful to partition a matrix
into submatrices. A submatrix is a matrix that is obtained from the
original matrix by including only the elements of certain rows and
columns.
where
4
FINITE ELEMENT METHOD
Example 2.1
Evaluate the matrix product [C] = [A] [B] by using the following
partioning.
5
FINITE ELEMENT METHOD
6
FINITE ELEMENT METHOD
2.4 VECTOR SPACE
Consider a column vector of
order 3 such as
If the vectors are not linearly dependent, they are called linearly
independent vectors. 8
FINITE ELEMENT METHOD
Example 2.2
Determine if the vectors {1 0 0}T, {0 1 0}T and {0 0 1}T are
linearly dependent or independent.
9
FINITE ELEMENT METHOD