Module 3-Mathematical Preliminaries: Sets and Relations
Module 3-Mathematical Preliminaries: Sets and Relations
1
]
empty set or null set or void set -set with no elements denoted by { }
Cartesian product of two sets-set of all the ordered pair of sets X and Y
A binary relation R is a subset of the cartesian product of the two sets
R= { (2,4),(2,6),(3,3), (3,6),(4,4)}
Domain is {2,3,4}
Sequence-is a special type of a function in which the domain is a set of consecutive integers
A string over X ,where X is a finite set is a finite sequence of elements from X
Course Module
Ex. X={ a,b,c} then a string may be baac or acab, Order is taken into account
Repetitions in a string can be specified by superscriipts for example the string bbaaac may be written
b^2a^3c
The length of a string α is denoted by /α/ which refers to the number of elements
the string consisting of α followed by β written α β is called their concatenation
A string β is a substring of the string α if there are strings γ and δ with α = γβ δ
Vector Algebra
matrix- rectangular array of data represented by capital letters. If A is a matrix the number of m rows
and n columns determines the size written as m x n. It is either enclosed by parenthesis or bracket.
Operations:
Addition and Subtraction of matrices: It can only be made possible if the matrices are of the same
size. Addition and subtraction is done by adding and subtracting corresponding entries.
Multiplication of matrices: To multiply any two matrices ,the number of columns of the first must be
equal to the number of rows of the second. A matrix with a size of 3x2 and a 2x3 yields a 3x3 matrix
Transpose of a matrix: If the entries in the rows and columns are interchanged.Uses the symbol A^T.
Matrix raised to an exponent p: M^p is equal to the matrix product taken p times
Inverse of a matrix: It exist if and only if the the matrix is invertible such that ad-bc is not equal to 0.
However the inverse does not exist if the matrix is NOT invertible.
Math 6200 / Data Analyis
3
]
Course Module