(New page: From a large topic called Linear Equation and Matrices, I will focus specifically on Matrix Multiplication and Coordinate Systems. This page is created to enhance the understanding of thes...)
 
Line 1: Line 1:
 +
'''Matrix Multiplication and Coordinate Systems'''
 +
 
From a large topic called Linear Equation and Matrices, I will focus specifically on Matrix Multiplication and Coordinate Systems. This page is created to enhance the understanding of these subtopics for MA 265 students.
 
From a large topic called Linear Equation and Matrices, I will focus specifically on Matrix Multiplication and Coordinate Systems. This page is created to enhance the understanding of these subtopics for MA 265 students.
  
1. Matrix Multiplication
+
'''1. Matrix Multiplication'''
  
 
There are some properties that make matrix multiplication unique and different from other real number multiplication.
 
There are some properties that make matrix multiplication unique and different from other real number multiplication.
  
1.1 Dot Product
+
''1.1 Dot Product''
'''Dot product''' of '''inner product''' of
+
Dot product or inner product of
a = <math>[a;b;c]</math> and b = <math>[d;e;f]</math>
+
is defined as
+
<math>\mathbf{a} = \begin{bmatrix}
a<math>dot</math>b = ad + be + cf
+
a \\
 +
b \\
 +
c \end{bmatrix}<math>
 +
and
 +
<math>\mathbf{b} = \begin{bmatrix}
 +
d \\
 +
e \\
 +
f \\end{bmatrix}</math>
 +
 
 +
is  
 +
<math>\mathbf {a}
 +
\dot
 +
mathbf{b} = ad + be + cf</math>

Revision as of 21:45, 5 December 2010

Matrix Multiplication and Coordinate Systems

From a large topic called Linear Equation and Matrices, I will focus specifically on Matrix Multiplication and Coordinate Systems. This page is created to enhance the understanding of these subtopics for MA 265 students.

1. Matrix Multiplication

There are some properties that make matrix multiplication unique and different from other real number multiplication.

1.1 Dot Product Dot product or inner product of

$ \mathbf{a} = \begin{bmatrix} a \\ b \\ c \end{bmatrix}<math> and <math>\mathbf{b} = \begin{bmatrix} d \\ e \\ f \\end{bmatrix} $

is $ \mathbf {a} \dot mathbf{b} = ad + be + cf $

Alumni Liaison

Questions/answers with a recent ECE grad

Ryne Rayburn