Sunteți pe pagina 1din 32

ADVANCED ENGINEERING

MATHEMATICS FOR CIVIL ENGINEERS


(FADVMAT)
Marvin M. Bartido, RCE

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
LESSON 2: MATRIX 1

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
MATRIX
Matrix
- is an ordered rectangular array consisting of
elements written in rows and columns.
- invented by Arthur Cayley

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
General Representation of Matrix
•  
• Denoted by a capital letter
• Enclosed by a bracket or parentheses
• are called elements or entities of matrix A.
• The subscript of the element determines its
row and column position.
• Called m x n matrix A.

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Size and Order of Matrices
1. The size of a matrix is described by specifying
the number of rows (horizontal lines) and
columns (vertical lines) that occur in the
matrix.
2. The order of a square matrix depends on the
number of rows.

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Examples
•Classify
  the following matrices according to size
and order. SIZE ORDER
1. No order
3x2
2.
3. 1x5 No order

3x3 3

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Examples
•Classify
  the following matrices according to size
and order. SIZE ORDER
4. No order
2x1
5.
1 x 1 1
6.
7. 1x2 No order

2x2 2

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Types of Matrices
•1.   Square Matrix
- if the number of rows is equal to the number of
columns.

2. Rectangular Matrix
- if the number of rows is not equal to the number of
columns.
No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Types of Matrices
•3.  Row Matrix (Vector Row)
- a matrix that has only one row.

4. Column Matrix (Column Vector)


- a matrix that has only one column.

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Types of Matrices
• Diagonal
5.   Matrix
- if at least one element of principal diagonal is non-zero and all
the other elements are zero.

6. Scalar Matrix
- if all the diagonal elements are the same.

7. Identity or Unit Matrix


- if all the diagonal elements are equal to one. Denoted by I.

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Types of Matrices
•8.  Triangular Matrix
- if all the elements above the principal
diagonal are zero (lower triangular matrix) or
all of its elements below the principal diagonal
are zero (upper triangular matrix).

(Lower Triangular matrix) (Upper Triangular Matrix)

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Types of Matrices
•9.  Zero Matrix
- if all the elements are equal to zero. Denoted
by O.

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Operations on Matrices
• Addition/Subtraction
If A and B are any two matrices of the SAME
size, then the sum A and B is the matrix
obtained by adding together the corresponding
elements in the two matrices.
Matrices of different sizes cannot be added.

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Examples
•  
Consider the matrices

Find:
a. A + B
b. A + C
c. C + D
d. A – B
e. D – C
No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Solution
•a.   A + B

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Solution
•b.  A + C

cannot be added

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Solution
•c.  C + D

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Solution
•e.  D - C

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Operations on Matrices
•  Scalar Multiplication/ Scalar Division
Let k be a scalar quantity.

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Examples
•Consider
  the matrix

If k = 3, find
a. kA
b. A/k

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Solution
•a.   kA  
b. A/k

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Operations on Matrices
• Multiplication
If A is an m x r matrix, B is an r x n matrix, then
the product AB is m x n matrix.
m x n (size of product
AB)

mxr rxn

Must be equal

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Examples
•Consider
  the matrices

Find:
a. AB
b. BA

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
2 x 4 (size of
Solution product AB)

 a. AB
2x3 3x4

Equal, good!

•  

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Solution
 b. BA
3x4 2x3

not equal, cannot be


multiplied

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Equality of Matrices
•Two
  matrices, A and B are equal if and only if their
corresponding elements are equal and if they have
the same size.

If A = B then,
a=e
b=f
c=g
d=h
No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Examples
•Find
  the value of x and y if

Solution:

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Transpose of a Matrix
•The  transpose of a matrix A is represented by . It
is formed by interchanging the rows and
columns of matrix A.

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Examples
•Find
  the transpose of the following matrices
1.
2.
3.

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Solution
•  

2.

3.

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.
Symmetry of a Matrices
•A square
  matrix is said to be symmetric if it is
equal to its transpose.
Example:
Show that
Solution:

No part of this material may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or
mechanical methods, without the prior written permission of the owner, except for personal academic use and certain other noncommercial uses permitted by
copyright law.

S-ar putea să vă placă și