Review of Matrix Operations Vector: a sequence of elements (the order is important) e.g., x = (2, 1) denotes a vector length = sqrt(2*2+1*1) orientation.

Slides:



Advertisements
Similar presentations
Introduction to Neural Networks Computing
Advertisements

Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
3_3 An Useful Overview of Matrix Algebra
Some useful linear algebra. Linearly independent vectors span(V): span of vector space V is all linear combinations of vectors v i, i.e.
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
Ch 7.2: Review of Matrices For theoretical and computation reasons, we review results of matrix theory in this section and the next. A matrix A is an m.
CSci 6971: Image Registration Lecture 2: Vectors and Matrices January 16, 2004 Prof. Chuck Stewart, RPI Dr. Luis Ibanez, Kitware Prof. Chuck Stewart, RPI.
1 Neural Nets Applications Vectors and Matrices. 2/27 Outline 1. Definition of Vectors 2. Operations on Vectors 3. Linear Dependence of Vectors 4. Definition.
Basic Mathematics for Portfolio Management. Statistics Variables x, y, z Constants a, b Observations {x n, y n |n=1,…N} Mean.
Boot Camp in Linear Algebra Joel Barajas Karla L Caballero University of California Silicon Valley Center October 8th, 2008.
資訊科學數學11 : Linear Equation and Matrices
化工應用數學 授課教師: 郭修伯 Lecture 9 Matrices
Matrices CS485/685 Computer Vision Dr. George Bebis.
Lecture 7: Matrix-Vector Product; Matrix of a Linear Transformation; Matrix-Matrix Product Sections 2.1, 2.2.1,
CE 311 K - Introduction to Computer Methods Daene C. McKinney
Stats & Linear Models.
1 Statistical Analysis Professor Lynne Stokes Department of Statistical Science Lecture 5QF Introduction to Vector and Matrix Operations Needed for the.
Today Wrap up of probability Vectors, Matrices. Calculus
Linear Algebra Review By Tim K. Marks UCSD Borrows heavily from: Jana Kosecka Virginia de Sa (UCSD) Cogsci 108F Linear.
Length and Dot Product in R n Notes: is called a unit vector. Notes: The length of a vector is also called its norm. Chapter 5 Inner Product Spaces.
: Appendix A: Mathematical Foundations 1 Montri Karnjanadecha ac.th/~montri Principles of.
Compiled By Raj G. Tiwari
Principle Component Analysis (PCA) Networks (§ 5.8) PCA: a statistical procedure –Reduce dimensionality of input vectors Too many features, some of them.
Linear Algebra Review 1 CS479/679 Pattern Recognition Dr. George Bebis.
Graphics CSE 581 – Interactive Computer Graphics Mathematics for Computer Graphics CSE 581 – Roger Crawfis (slides developed from Korea University slides)
Sundermeyer MAR 550 Spring Laboratory in Oceanography: Data and Methods MAR550, Spring 2013 Miles A. Sundermeyer Linear Algebra & Calculus Review.
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
1 February 24 Matrices 3.2 Matrices; Row reduction Standard form of a set of linear equations: Chapter 3 Linear Algebra Matrix of coefficients: Augmented.
ECON 1150 Matrix Operations Special Matrices
8.1 Vector spaces A set of vector is said to form a linear vector space V Chapter 8 Matrices and vector spaces.
Little Linear Algebra Contents: Linear vector spaces Matrices Special Matrices Matrix & vector Norms.
Digital Image Processing, 3rd ed. © 1992–2008 R. C. Gonzalez & R. E. Woods Gonzalez & Woods Matrices and Vectors Objective.
Statistics and Linear Algebra (the real thing). Vector A vector is a rectangular arrangement of number in several rows and one column. A vector is denoted.
Sec 3.5 Inverses of Matrices Where A is nxn Finding the inverse of A: Seq or row operations.
8.1 Matrices & Systems of Equations
Matrices CHAPTER 8.1 ~ 8.8. Ch _2 Contents  8.1 Matrix Algebra 8.1 Matrix Algebra  8.2 Systems of Linear Algebra Equations 8.2 Systems of Linear.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
Linear algebra: matrix Eigen-value Problems
Mathematical foundationsModern Seismology – Data processing and inversion 1 Some basic maths for seismic data processing and inverse problems (Refreshement.
Linear algebra: matrix Eigen-value Problems Eng. Hassan S. Migdadi Part 1.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Review of Linear Algebra Optimization 1/16/08 Recitation Joseph Bradley.
MATRICES Operations with Matrices Properties of Matrix Operations
Instructor: Mircea Nicolescu Lecture 8 CS 485 / 685 Computer Vision.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Unsupervised Learning II Feature Extraction
Boot Camp in Linear Algebra TIM 209 Prof. Ram Akella.
1 Objective To provide background material in support of topics in Digital Image Processing that are based on matrices and/or vectors. Review Matrices.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Graphics Graphics Korea University kucg.korea.ac.kr Mathematics for Computer Graphics 고려대학교 컴퓨터 그래픽스 연구실.
EE611 Deterministic Systems Vector Spaces and Basis Changes Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
Matrices and Vector Concepts
Introduction The central problems of Linear Algebra are to study the properties of matrices and to investigate the solutions of systems of linear equations.
Review of Linear Algebra
CS479/679 Pattern Recognition Dr. George Bebis
Review of Matrix Operations
Matrices and vector spaces
The Inverse of a Square Matrix
Principle Component Analysis (PCA) Networks (§ 5.8)
Linear independence and matrix rank
Matrices and Vectors Review Objective
Systems of First Order Linear Equations
Chapter 3 Linear Algebra
Further Matrix Algebra
Objective To provide background material in support of topics in Digital Image Processing that are based on matrices and/or vectors.
Laboratory in Oceanography: Data and Methods
Eigenvalues and Eigenvectors
Presentation transcript:

Review of Matrix Operations Vector: a sequence of elements (the order is important) e.g., x = (2, 1) denotes a vector length = sqrt(2*2+1*1) orientation angle = a x = (x1, x2, ……, xn), an n dimensional vector a point in an n dimensional space column vector: row vector a X (2, 1) transpose

norms of a vector: (magnitude) vector operations:

Cross product: defines another vector orthogonal to the plan formed by x and y.

Matrix: the element on the ith row and jth column a diagonal element (if m = n) a weight in a weight matrix W each row or column is a vector jth column vector ith row vector

a column vector of dimension m is a matrix of m x 1 transpose: jth column becomes jth row square matrix: identity matrix:

symmetric matrix: m = n and matrix operations: The result is a row vector, each element of which is an inner product of and a column vector

product of two matrices: vector outer product:

Two vectors are said to be orthogonal to each other if A set of vectors of dimension n are said to be linearly independent of each other if there does not exist a set of real numbers which are not all zero such that otherwise, these vectors are linearly dependent and each one can be expressed as a linear combination of the others Linear Algebra

Vector x != 0 is an eigenvector of matrix A if there exists a constant such that Ax = x – is called a eigenvalue of A (wrt x) –A matrix A may have more than one eigenvectors, each with its own eigenvalues Ex. has 3 eigenvalues/eigenvectors

Matrix B is called the inverse matrix of square matrix A if AB = I (I is the identity matrix) –Denote B as A -1 –Not every square matrix has inverse (e.g., when one of the row can be expressed as a linear combination of other rows) Every matrix A has a unique pseudo-inverse A *, which satisfies the following properties AA * A = A; A * AA * = A * ; A * A = (A * A) T ; AA * = (AA * ) T Ex. A = (2 1 -2), A* = (2/9 1/9 -2/9) T

Calculus and Differential Equations the derivative of, with respect to time System of differential equations solution: difficult to solve unless are simple

dynamic system: –change of may potentially affect other x –all continue to change (the system evolves) –reaches equilibrium when –stability/attraction: special equilibrium point (minimal energy state) –pattern of at a stable state often represents a solution of the problem

Multi-variable calculus: partial derivative: gives the direction and speed of change of y with respect to. Ex.

the total derivative of gives the direction and speed of change of y, with respect to t Gradient of f : Chain-rule: z is a function of y, y is a function of x, x is a function of t