Multivariate Statistics Matrix Algebra I Exercises Alle proofs veranderen in show by example W. M. van der Veld University of Amsterdam.

Slides:



Advertisements
Similar presentations
CSNB143 – Discrete Structure
Advertisements

Applied Informatics Štefan BEREŽNÝ
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Mathematics. Matrices and Determinants-1 Session.
3_3 An Useful Overview of Matrix Algebra
MF-852 Financial Econometrics
Maths for Computer Graphics
Matrix Operations. Matrix Notation Example Equality of Matrices.
Part 3 Chapter 8 Linear Algebraic Equations and Matrices PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The.
Matrices and Determinants
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
3.8 Matrices.
Chapter 1: Matrices Definition 1: A matrix is a rectangular array of numbers arranged in horizontal rows and vertical columns. EXAMPLE:
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
ECON 1150 Matrix Operations Special Matrices
Matrix Algebra. Quick Review Quick Review Solutions.
Multivariate Statistics Matrix Algebra II W. M. van der Veld University of Amsterdam.
2 2.1 © 2016 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
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.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Matrices. A matrix, A, is a rectangular collection of numbers. A matrix with “m” rows and “n” columns is said to have order m x n. Each entry, or element,
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Matrix Algebra and Regression a matrix is a rectangular array of elements m=#rows, n=#columns  m x n a single value is called a ‘scalar’ a single row.
Chapter 4 – Matrix CSNB 143 Discrete Mathematical Structures.
Multivariate Statistics Matrix Algebra I W. M. van der Veld University of Amsterdam.
Linear Algebra 1.Basic concepts 2.Matrix operations.
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
Fundamentals of Engineering Analysis
Multivariate Statistics Matrix Algebra I Solutions to the exercises W. M. van der Veld University of Amsterdam.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Notes 7.2 – Matrices I. Matrices A.) Def. – A rectangular array of numbers. An m x n matrix is a matrix consisting of m rows and n columns. The element.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
CSCI 171 Presentation 9 Matrix Theory. Matrix – Rectangular array –i th row, j th column, i,j element –Square matrix, diagonal –Diagonal matrix –Equality.
2 2.1 © 2012 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
Matrices Section 2.6. Section Summary Definition of a Matrix Matrix Arithmetic Transposes and Powers of Arithmetic Zero-One matrices.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
Chapter 2 … part1 Matrices Linear Algebra S 1. Ch2_2 2.1 Addition, Scalar Multiplication, and Multiplication of Matrices Definition A matrix is a rectangular.
Unit 3 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 1 Unit 3 Matrix Arithmetic.
Matrices and Determinants
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Goal: Find sums, differences, products, and inverses of matrices.
Linear Algebra Chapter 2 Matrices.
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
Do Now: Perform the indicated operation. 1.). Algebra II Elements 11.1: Matrix Operations HW: HW: p.590 (16-36 even, 37, 44, 46)
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Matrix Algebra Definitions Operations Matrix algebra is a means of making calculations upon arrays of numbers (or data). Most data sets are matrix-type.
MATRICES. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
Matrices. Matrix A matrix is an ordered rectangular array of numbers. The entry in the i th row and j th column is denoted by a ij. Ex. 4 Columns 3 Rows.
MTH108 Business Math I Lecture 20.
MATRICES.
12-1 Organizing Data Using Matrices
CHAPTER 2 MATRICES Determinant Inverse.
Section 7.4 Matrix Algebra.
Matrix Algebra.
2. Matrix Algebra 2.1 Matrix Operations.
2.2 Introduction to Matrices
Determinant of a Matrix
MATRICES Operations with Matrices Properties of Matrix Operations
Matrix Algebra.
Basics of Linear Algebra
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Matrix Operations Ms. Olifer.
3.5 Perform Basic Matrix Operations Algebra II.
Matrices and Determinants
Presentation transcript:

Multivariate Statistics Matrix Algebra I Exercises Alle proofs veranderen in show by example W. M. van der Veld University of Amsterdam

Exercises 1.Prove the following theorem. A matrix does not change if it is multiplied by the identity matrix; i.e., IA = AI = A. 2.Show by example that according to theorem (AB) = BA ; that is, the transpose of a product is equal to the product of the transposes in reverse order. 3.Prove for any matrix X that the product matrices XX’ and X’X are square. [Hint, use the property of matrix multiplication, that rows and columns should fit.] In addition, show that this product is also a symmetric matrix.

Exercises 4.Execute AD and watch that the following theorem holds. For AD, where D is a diagonal matrix, the i th column of the product matrix is equal to d ii a i. The a i means that we keep the column constant and go across the rows.

Exercises 5.Suppose we want to multiply the first row of a matrix A by a scalar d 1, the second row by a scalar d 2, etc. How can this be written in matrix notation? 6.Suppose we want to multiply the elements in the second column of a matrix A by a factor d, leaving all other elements unchanged. Write this in matrix notation. 7.Suppose D is a diagonal matrix. Show by example that D 2 = DD is also a diagonal matrix with elements d kk 2. 8.Let X be an n x m matrix in which x ij is the raw score of person i on test j. a)Find a matrix expression, using u’, for the sum score of each test. b)Find a matrix expression, using u, for the total score of each person.

Exercises 9.Let X be an n x m matrix in which x ij is the value of respondent i on variable j (or the answer to question j), this is sometimes also referred to as the raw score. a)Find a matrix expression for the means of the variables. b)Suppose that in each column of X, we want to subtract the mean in order to obtain a matrix A that gives scores that are in deviation from the mean. How can this be expressed in matrix notation? c)Verify that for matrix A we have u’A = 0, where u is a column vector with elements 1. d)Calculate A for the following matrix X:

Exercises e)Calculate A’A/n and interpret the elements. f)Suppose we want to transform A into a matrix of standard scores, C. Note that a standard score is defined as the deviation from the mean divided by the standard deviation. Suppose S is a diagonal matrix with the values of the standard deviations in the diagonal; find a matrix notation for C in terms of A and S. g)Compute R = C’C/n and interpret the elements of R.