jagomart
digital resources
picture1_Matrix Pdf 172956 | Unit 11


 152x       Filetype PDF       File size 1.10 MB       Source: www.ebookbou.edu.bd


File: Matrix Pdf 172956 | Unit 11
matrix algebra 11 this unit is designed to introduce the learners to the basic concepts associated with matrix algebra the learners will learn about different types of matrices operations of ...

icon picture PDF Filetype PDF | Posted on 27 Jan 2023 | 2 years ago
Partial capture of text on file.
                                Matrix Algebra  
                              
            
                                                  11 
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
           This unit is designed to introduce the learners to the basic concepts 
           associated  with  matrix  algebra.  The  learners  will  learn  about 
           different types of matrices, operations of matrices, determinant and 
           matrix  inversion.  This  unit  also  discusses  the  procedure  of 
           determining the solution of the system of linear equations by using 
           inverse  matrix  method,  Gaussian  method  and  Cramer’s’  Rule. 
           Some  relevant  business  and  economic  applications  of  matrix 
           algebra  are  also  provided  in  this  unit  for  clear  and  better 
           understanding of the learners. 
            
            
                     School of Business 
                      
                     Blank Page 
                     Unit-11                     Page-256 
                                                                                               Bangladesh Open University 
                             Lesson-1: Matrix: An Introduction 
                             After studying this lesson, you should be able to: 
                                     State the nature of a matrix;  
                                     Explain matrix representation of data. 
                                     Define different types of matrices. 
                             Introduction  
                             J. J. Sylvester was the first to use the word ‘matrix’ in 1850 and later on 
                             in 1858 Arthur Cayley developed the theory of matrices in a systematic 
                             way. Matrix is a powerful tool of modern mathematics and its study is 
                             becoming important day by day due to its wide applications in every 
                                                                                                                                         Matrix arithmetic is 
                             branch of knowledge. Matrix arithmetic is basic to many of the tools of 
                                                                                                                                         basic to many of the 
                             managerial  decision  analysis.  It  has  an  important  role  in  modern                                   tools of managerial 
                             techniques for quantitative analysis of business and economic decisions.                                    decision analysis. 
                             The tool has also become quite significant in the functional business and 
                             economic areas of accounting, production, finance and marketing.  
                             Matrix  
                             Whenever  one  is  dealing  with  data,  there  should  be  concern  for 
                             organizing  them  in  such  a  way  that  they  are  meaningful  and  can  be 
                             readily  identified.  Summarizing  data  in  a  tabular  form  can  serve  this 
                             function. A matrix is a common device for summarizing and displaying 
                             numbers or data.  Thus, a matrix is a rectangular array of elements and 
                                                                                                                                         A matrix is a 
                             has no numerical value. The elements may be numbers, parameters or                                          rectangular array of 
                             variables.  The  elements  in  horizontal  lines  are  called  rows,  and  the                              elements and has no 
                             elements in vertical lines are called columns.                                                              numerical value. 
                             A matrix is characterized further by its dimension. The dimension or 
                             order indicates the number of rows and the number of columns contained 
                             within the matrix. If a matrix has m rows and n columns, it is said to have 
                             dimension (m×n), which is read as: m by n. 
                                                    a         a                a   
                                                       11          12            13
                                                                                   
                             Example:  A =    a        a                       a       
                                                       21         22            23 
                                                                                   
                                                      a          a             a
                                                       31         32            33 
                             Types of Matrices: 
                             Row Matrix: The matrix with only one row is called a row matrix or 
                             row vector. 
                                        For example:  A = (2     3     4). 
                             Column Matrix: The matrix with only one column is called a column 
                             matrix or column vector. 
                                                                  2  
                                                                       
                                        For example:  A = 3  
                                                                       
                                                                  4  
                              
                             Business Mathematics                                                                      Page-257 
                                                              School of Business 
                                                              Row matrix and column matrix are usually called as row vector and 
                                                              column vector respectively. 
                                                              Square Matrix: If the number of rows and the number of columns of a 
                                                              matrix are equal then the matrix is of order  n×nand is called a square 
                                                              matrix of order n. 
                                                                                                  1        2
                                                                         For example:  A =                     
                                                                                                              
                                                                                                  3       4 
                                                              Rectangular Matrix: If the number of rows and the number of columns 
                                                              of a matrix are not equal then the matrix is called a rectangular matrix. 
                                                                                                  1        2        3
                                                                         For example: A =                              
                                                                                                                      
                                                                                                  4       5        6
                                                              Singular  matrix:  A  square  matrix A  is  said  to  be  singular  if  the 
                                                              determinant formed by its elements equal to zero.  
                                                                                                        2        1
                                                                         For example:  Let A =                     . 
                                                                                                                   
                                                                                                        4       2
                                                                         Determinant of A = A = (2×2)−(4×1) = 0.  
                                                                         Hence A is a singular matrix. 
                                                              Non-singular Matrix: 
                                                              A square matrix A is said to be non-singular if the determinant formed by 
                                                              its elements is non-zero.  
                                                                                                  5        3
                                                                         For example:  A =                     
                                                                                                              
                                                                                                  2       4 
                                                                            A = (5× 4) − (3× 2) = 20 − 6 =14.  
                                                                         Hence A is a non-singular matrix. 
                                                              Null or Zero Matrix: The matrix with all of its elements equal to zero is 
                                                              called a null matrix or zero matrix. 
                                                                                                   0       0
                                                                         For example:   A =                     
                                                                                                              
                                                                                                   0       0
                                                              Diagonal Matrix: A matrix whose all elements are zero except those in 
                                                              the principal diagonal is called a diagonal matrix. 
                                                                                                    a         0           0 
                                                                                                        11
                                                                                                                                
                                                                         For example:  A =    0         a                     0     
                                                                                                                 22             
                                                                                                                                
                                                                                                      0          0          a
                                                                                                                             33 
                                                              Scalar Matrix: A diagonal matrix, whose diagonal elements are equal, is 
                                                              called a scalar matrix. 
                                                                                                  5       0
                                                                         For example:  A =                    
                                                                                                             
                                                                                                  0       5
                                                              Unit-11                                                                                 Page-258 
The words contained in this file might help you see if this file matches what you are looking for:

...Matrix algebra this unit is designed to introduce the learners basic concepts associated with will learn about different types of matrices operations determinant and inversion also discusses procedure determining solution system linear equations by using inverse method gaussian cramer s rule some relevant business economic applications are provided in for clear better understanding school blank page bangladesh open university lesson an introduction after studying you should be able state nature a explain representation data define j sylvester was first use word later on arthur cayley developed theory systematic way powerful tool modern mathematics its study becoming important day due wide every arithmetic branch knowledge many tools managerial decision analysis it has role techniques quantitative decisions become quite significant functional areas accounting production finance marketing whenever one dealing there concern organizing them such that they meaningful can readily identified ...

no reviews yet
Please Login to review.