- Home
- INTERMEDIATE ALGEBRA
- Course Syllabus for Algebra I
- Mid-Plains Community College
- FRACTION OF A WHOLE NUMBER
- Systems of Linear Equations
- MATH FIELD DAY
- Course Outline for Finite Mathematics
- Calculus
- Algebra Final Examination
- Math 310 Exam #2
- Review of Trigonometric Functions
- Math 118 Practice test
- Precalculus Review
- Section 12
- Literal Equations
- Calculus Term Definitions
- Math 327A Exercise 2
- Public Key Algorithms II
- Maximizing Triangle Area
- Precalculus I Review for Midterm
- REVIEW OF A FIRST COURSE IN LINEAR ALGEBRA
- Math 6310 Homework 5
- Some Proofs of the Existence of Irrational Numbers
- ALGEBRAIC PROPERTIES OF MATRIX OPERATIONS
- Math 142 - Chapter 2 Lecture Notes
- Math 112 syllabus
- Math 371 Problem Set
- Complex Numbers,Complex Functions and Contour Integrals
- APPLICATIONS OF LINEAR EQUATIONS
- Week 4 Math
- Fractions
- Investigating Liner Equations Using Graphing Calculator
- MATH 23 FINAL EXAM REVIEW
- Algebra 1
- PYTHAGOREAN THEOREM AND DISTANCE FORMULA
- Georgia Performance Standards Framework for Mathematics - Grade 6
- Intermediate Algebra
- Introduction to Fractions
- FACTORINGS OF QUADRATIC FUNCTIONS
- Elementary Algebra Syllabus
- Description of Mathematics
- Integration Review Solutions
- College Algebra - Applications
- A Tip Sheet on GREATEST COMMON FACTOR
- Syllabus for Elementary Algebra
- College Algebra II and Analytic Geometry
- Functions
- BASIC MATHEMATICS
- Quadratic Equations
- Language Arts, Math, Science, Social Studies, Char
- Fractions and Decimals
- ON SOLUTIONS OF LINEAR EQUATIONS
- Math 35 Practice Final
- Solving Equations
- Introduction to Symbolic Computation
- Course Syllabus for Math 935
- Fractions
- Fabulous Fractions
- Archimedean Property and Distribution of Q in R
- Algebra for Calculus
- Math112 Practice Test #2
- College Algebra and Trigonometry
- ALGEBRA 1A TASKS
- Description of Mathematics
- Simplifying Expressions
- Imaginary and Complex Numbers
- Building and Teaching a Math Enhancement
- Math Problems
- Algebra of Matrices Systems of Linear Equations
- Survey of Algebra
- Approximation of irrational numbers
- More about Quadratic Functions
- Long Division
- Algebraic Properties of Matrix Operation
- MATH 101 Intermediate Algebra
- Rational Number Project
- Departmental Syllabus for Finite Mathematics
- WRITTEN HOMEWORK ASSIGNMENT
- Description of Mathematics
- Rationalize Denominators
- Math Proficiency Placement Exam
- linear Equations
- Description of Mathematics & Statistics
- Systems of Linear Equations
- Algebraic Thinking
- Study Sheets - Decimals
- An Overview of Babylonian Mathematics
- Mathematics 115 - College Algebra
- Complex Numbers,Complex Functions and Contour Integrals
- Growing Circles
- Algebra II Course Curriculum
- The Natural Logarithmic Function: Integration
- Rational Expressions
- QUANTITATIVE METHODS
- Basic Facts about Rational Funct
- Statistics
- MAT 1033 FINAL WORKSHOP REVIEW
- Measurements Significant figures
- Pre-Calculus 1
- Compositions and Inverses of Functions
Algebraic Properties of Matrix Operation
Recall the Properties of Real Numbers:
• Match the following
Commutative for multiplication | |
Associative for multiplication | 3 (5 + 4) = 3(5) + 3(4) |
Multiplicative identity | |
Distributive | 5+(–5)=0 |
Identity for multiplication | 5 + 4 = 4 + 5 |
Commutative for addition | |
Associative for addition | 5 ( 1/5) = 1 |
Identity for addition | 5 + 0 = 5 |
Additive identity | (5 + 4) + 3 =5 + (4 + 3) |
• Of the above, which do you think hold true for matrices?
Commutative for multiplication
Associative for multiplication
Multiplicative identity
Distributive
Identity for multiplication
Commutative for addition
Associative for addition
Identity for addition
Additive identity
Properties of Matrix Operations:
• Theorem 7: The following are true for matrices (recall that size of the
matrices are important):
A + B = B + A
(A + B) + C = A + (B + C)
There exists a unique matrix O (called the zero matrix) such that A + O = A
There exists a unique matrix P such that A + P = O
• We have already seen that AB = BA is NOT true for matrices
• Theorem 8: The following are also true for matrices (recall that size of the
matrices are important)
A(BC) = (AB)C
For scalars r and s, r(sA) = (rs)A = s(rA)
r(AB) = (rA)B = A(rB)
• Theorem 9: The following are also true for matrices (recall that size of the
matrices are important)
(A + B)C = AC + BC
A(B + C) = AB + AC
(r + s)A = rA + sA
r(A + B) = rA + rB
• Page 69, Exercises 2 and 4
Transpose of a Matrix:
• For any element aij in a matrix A, the transpose, denoted AT = (bij), where
bij = aji for all i,j
• For example, for the matrix ,
• Theorem 10:
(A + B)T = AT + BT
(AC^)T = CT AT
(AT)T = A
• A matrix A is symmetric if A = AT
• An nxn matrix is called a square matrix
• In a matrix, the values aii are called the main diagonal
• Page 69, Exercise 8
The Identity Matrix:
• The nxn identity matrix, denoted as In is the square matrix with 1’s on the
main diagonal and 0’s everywhere else.
• For example,
• The identity matrix is the multiplicative identity for matrix multiplication.
This means that
A In = A = In A
Scalar Products and Vector Norms:
• A vector is an nx1 matrix, usually denoted with
and
.
NOTE: the book uses
bold notation for vectors.
• The scalar product for two vectors is simply matrix multiplication
• In a similar fashion,
• The norm is given by
• For two vectors, the Euclidean distance is given by
• Page 69, Exercises 14 and 20