0% found this document useful (0 votes)
68 views4 pages

Activity 5 Determinants and Its Properties-1

1. This document provides instructions for Laboratory Activity No. 5 on determinants and their properties. The activity aims to teach students how to calculate determinants using different methods like cofactor expansion and row operations. 2. Students are asked to find the determinants of several 3x3 matrices using methods like cross-multiplication, cofactor expansion, and elementary row operations. They are also asked to calculate properties of determinants like the determinant of a matrix product or inverse. 3. The document explains key properties of determinants such as how the determinant of a matrix product is equal to the product of the individual determinants, and how a matrix is invertible if and only if its determinant is not equal to 0

Uploaded by

Georji kairu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views4 pages

Activity 5 Determinants and Its Properties-1

1. This document provides instructions for Laboratory Activity No. 5 on determinants and their properties. The activity aims to teach students how to calculate determinants using different methods like cofactor expansion and row operations. 2. Students are asked to find the determinants of several 3x3 matrices using methods like cross-multiplication, cofactor expansion, and elementary row operations. They are also asked to calculate properties of determinants like the determinant of a matrix product or inverse. 3. The document explains key properties of determinants such as how the determinant of a matrix product is equal to the product of the individual determinants, and how a matrix is invertible if and only if its determinant is not equal to 0

Uploaded by

Georji kairu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Technological Institute of the Philippines - Manila Course: MATH 022A

Math & Physics Department ONLINE LECTURE

Laboratory Activity No. 5

Laboratory Activity No. 5


Determinants and its Properties

Name: Section:
Date Performed: Date Submitted:
Instructor:
1. Objective(s):

1.1 To find the determinant of a matrix.


1.2 To use expansion by cofactors to find the determinant of a matrix.
1.3 To use elementary row operations to evaluate a determinant.
1.4 To find the determinant of an inverse matrix and recognize equivalent conditions for a nonsingular
matrix.

2. Intended Learning Outcomes (ILOs):

The students shall be able to:


2.1 Demonstrate scientific thinking and the ability to approach scientific resources intelligently.
2.2 Utilize MATLAB software in solving linear algebra problems related to their fields of specialization.
2.3 Infer appropriate conclusions based upon the results of the activity.
2.4 Reflect on personal transformation along the T.I.P. graduate attributes, specifically, professional
competence and critical thinking skills.

3. Discussion:

The determinant is a value associated with a square matrix, that is a matrix with as many rows as
columns. It can be calculated from the elements of the matrix by a specific arithmetic expression. The
determinant provides important information in many types of problems, for example, when the matrix
represent the coefficientsof a system of linear equations.
The symbol det(A)= = − which consists of the four numbers a1, b1, a2, b2 arranged in
two rows and two columns is called a determinant of second order or of order two.

The determinant is a number associated with any square matrix; to be written as det A or |A|. The
determinant encodes a lot of information about the matrix; the matrix is invertible exactly when the
determinant is non-zero. There are important properties of determinants:

1. Determinant of a matrix product.If A and B are square matrices of order n, then det(AB) = det(A)
det(B). (MATLAB command is “ det(A) ” for determinant of matrix (A)
2. Determinant of a scalar multiple of a matrix. If A is an n x n matrix and c is a scalar, then the
determinant of cA is given by det(cA) = cndet(A)
3. Determinant of an invertible matrix A square matrix is invertible (non singular) if and only if
det(A)≠0
4. Determinant of an inverse matrix, If A is invertible then, det(A-1) = 1/det(A)
5. If A is a square matrix, then det(A) = det(AT)
Technological Institute of the Philippines - Manila Course: MATH 022A
Math & Physics Department ONLINE LECTURE

4. Procedure:

3 −1 2
Activity1. Find the determinant of A = 1 5 3
−4 2 3

a.) Criss – cross method is only applicable on a dimension 3x3 or less.

3 −1 2
1 5 3
−4 2 3

= (___________________________) – (____________________________)

answer : ___________________________

Check your answer using the MATLAB “det(A)”, is it the same or not?

answer : _______________________________________

b.) Elementary operations it uses the three rules of row operation.

3 −1 2
A= 1 5 3
−4 2 3

_____ _____ _____


=( ) _____ _____ _____
_____ _____ _____
_____ _____ _____
=( ) _____ _____ _____
_____ _____ _____
_____ _____ _____
= ( )( ) _____ _____ _____
_____
_____ _____
_____ _____
_____
= ( )( ) _____ _____ _____
_____ _____ _____

answer = ( )( )( )( )( ) = _________________________
Technological Institute of the Philippines - Manila Course: MATH 022A
Math & Physics Department ONLINE LECTURE

c.) Expansion by cofactors. (MATLAB command is “ inv(A’)*det(A) ” for cofactors of matrix A)

3 −1 2
A= 1 5 3
−4 2 3

Minors Cofactors

M11 = ____ M12 = ____ M13 = ____ C11 = ____ C12 = ____ C13 = ____
M21 = ____ M22 = ____ M23 = ____ C21 = ____ C22 = ____ C23 = ____
M31 = ____ M32 = ____ M33 = ____ C31 = ____ C32 = ____ C33 = ____

Find the determinant using the 3rd row by MATLAB

det (A) = a31C31+ a32C32+ a33C33 = _____________________________________

Find the determinant using the 1st column by MATLAB

det (A) = a11C11+ a21C21+ a31C31 = _____________________________________

Exercises

1.) Given the following matrices, find the determinant:

3 −2 5 1 2 1 −3 0 2 4
1 −3 0
= 0 4 −1 2 ; = 1 4 −2 1 ; = −1 5 ; =
2 1 1 3 3 2 0 1 −3 4 −2
2 7
1 0 4 3 5 2 −3 2

a.) AB = _____ g.) CD = _____

b.) A–1B–1 = _____ h.) 5B–1 = _____

c.) (CD)T(CD) –1 = _____ i.) 2A5 = _____

d.) cofactor of B = _____ j.) cofactor of A = _____

e.) a32C12 + a43C24 – M41C22 of B = _____ k.) a14C32 + a44C23 – M31C42 of A = _____

f.) M44 – M33 + M22 + M11 of A = _____ l.) M32 + M23 – M22 + M12 of B = _____
Technological Institute of the Philippines - Manila Course: MATH 022A
Math & Physics Department ONLINE LECTURE

Conclusion

Proprietary Clause

Property of the Technological Institute of the Philippines (T.I.P.). No part of the materials made
and uploaded in this learning management system by T.I.P. may be copied, photographed, printed,
reproduced, shared, transmitted, translated or reduced to any electronic medium or medium-
readable form, in whole or in part, without prior consent of T.I.P.

You might also like