MATRICES AND DETERMINANTS (Text)

Matrix and its applications are very important part of Mathematics. Also it is one of the most powerful tools of Mathematics.

Matrix notation and operation are used in electronic spread sheet programmes for personal computer, business budgeting, sales projection, cost estimation, analyzing the results of an experiment etc. Also many physical operations such as magnification, rotation and reflection through a plane can be represented mathematically by matrices. Also matrix used in Cryptography.

\[\color {royalblue} {Definition\ of\ a\ Matrix}:\ \hspace{20cm}\]

A matrix is a rectangular array of numbers arranged in rows and columns enclosed by brackets.

\[\color {royalblue} {Ex:}\ 1)\ A =\begin{bmatrix} 3 & 6 \\ 1 & 2\\ \end{bmatrix}\ \hspace{2cm}\ 2)\ B =\begin{bmatrix} 1 & -1 & 2\\ 2 & -2 & 4\\ 3 & -3 & 6\\ \end{bmatrix}\ \hspace{10cm}\]
\[\color {royalblue} {Order\ of\ a\ Matrix}:\ \hspace{20cm}\]

If there are  m rows and n columns in a matrix, then the order of  the matrix is  m × n.

\[\color {royalblue} {Ex:}\ A =\begin{bmatrix} 1 & 2 & -1 & 3\\ 2 & 4 & -4 & 7\\ -1 & -2 & -2 & -2\\ \end{bmatrix}\ is\ a\ matrix\ of\ order\ 3×4 \hspace{10cm}\]
\[\color {royalblue} {Type\ of\ Matrix}:\ \hspace{20cm}\]
\[\color {green} {1.\ Row\ Matrix}:\ \hspace{20cm}\]

A matrix having only one row and any number of columns is called a row matrix.

\[\color {black} {Eg:}\ A =\begin{bmatrix} 1 & 2 & -3 \\ \end{bmatrix}\ is\ a\ matrix\ of\ order\ 1×3 \hspace{20cm}\]
\[\color {green} {2.\ Column\ Matrix}:\ \hspace{20cm}\]

A matrix having only one column and any number of rows is called a column matrix.

\[\color {black} {Eg:}\ A =\begin{bmatrix} 3 \\ -1\\ 5\\ \end{bmatrix}\ is\ a\ matrix\ of\ order\ 3×1 \hspace{20cm}\]
\[\color {green} {3.\ Null\ or\ zero\ Matrix}:\ \hspace{20cm}\]

If all the elements of a matrix are zero, the matrix is called zero or null matrix.

\[\color {black} {Eg:}\ 0 =\begin{bmatrix} 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \\ \end{bmatrix}\ is\ a\ zero\ matrix\ of\ order\ 3×3 \hspace{20cm}\]
\[\color {green} {4.\ Square\ Matrix}:\ \hspace{20cm}\]

A matrix which has equal number of rows and columns is called a square matrix.

\[\color {black} {Eg:}\ 1)\ A =\begin{bmatrix} 3 & 6 \\ 1 & 4 \\ \end{bmatrix}\ is\ a\ square\ matrix\ of\ order\ 2×2 \hspace{20cm}\]
\[\color {black} {Eg:}\ 2)\ B =\begin{bmatrix} 1 & -1 & 2 \\ 2 & -2 & 4 \\ 3 & -3 & 6 \\ \end{bmatrix}\ is\ a\ square\ matrix\ of\ order\ 3×3 \hspace{20cm}\]
\[\color {green} {5.\ Triangular\ Matrix}:\ \hspace{20cm}\]
\[\color {black} {(a)\ Upper\ Triangular\ Matrix}:\ \hspace{10cm}\]

In a square matrix if all the elements below the leading diagonal are zero is called Upper Triangular Matrix.

\[\color {black} {Eg:}\ A =\begin{bmatrix} 1 & 4 & 2 \\ 0 & 3 & 4 \\ 0 & 0 & 1 \\ \end{bmatrix}\ \hspace{5cm}\]
\[\color {black} {(b)\ Lower\ Triangular\ Matrix}:\ \hspace{10cm}\]

In a square matrix if all the elements above the leading diagonal are zero is called Lower Triangular Matrix.

\[\color {black} {Eg:}\ B =\begin{bmatrix} 1 & 0 & 0 \\ 2 & 8 & 0 \\ 4 & 9 & 7 \\ \end{bmatrix}\ \hspace{5cm}\]
\[\color {green} {6.\ Transpose\ of\ Matrix}:\ \hspace{20cm}\]

Let A be a square matrix. The transpose of A is obtained by changing rows into columns and vise-versa and is denoted by  AT

\[\color {black} {Eg:}\ 1)\ A =\begin{bmatrix} 3 & 6 \\ 1 & 4 \\ \end{bmatrix}\ \hspace{10cm}\]\[A^T =\begin{bmatrix} 3 & 1 \\ 6 & 4 \\ \end{bmatrix}\ \hspace{8cm}\]
\[\color {black} {Eg:}\ 2)\ A =\begin{bmatrix} 3 & 4 & 1 \\ 0 & -1 & 2 \\ 5 & -2 & 6 \\ \end{bmatrix}\ \hspace{10cm}\]\[A^T =\begin{bmatrix} 3 & 0 & 5 \\ 4 & -1 & -2 \\ 1 & 2 & 6 \\ \end{bmatrix}\ \hspace{8cm}\]
\[\color {green} {7.\ Unit\ Matrix}:\ \hspace{20cm}\]

Unit matrix is a square matrix in which the diagonal elements are all ones and all the other elements are zeros.

\[\color {black} {Eg:}\ 1)\ I =\begin{bmatrix} 1 & 0 \\ 0 & 1 \\ \end{bmatrix}\ is\ a\ unit\ matrix\ of\ order\ 2×2 \hspace{10cm}\]
\[2)\ I =\begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ \end{bmatrix}\ is\ a\ unit\ matrix\ of\ order\ 3×3 \hspace{8cm}\]
\[\color {purple} {Operation\ on\ Matrices:}\ \hspace{20cm}\]

i) Addition and subtraction of matrices
ii) Multiplication of matrix by a scalar
iii) Multiplication of matrices

\[\color {purple} {i)\ Addition\ and\ Subtraction\ of\ Matrices:}\ \hspace{20cm}\]

Two Matrices can be added (or) subtracted if they have the same order. We can add (or) subtract two matrices by the corresponding element by element.

\[\color {purple} {Example\ 1:}\ \color{red}{If}\ A =\begin{bmatrix} 1 & 2 & 7 \\ 0 & 4 & 5 \\ 3 & 1 & 6 \\ \end{bmatrix}\ ,\ B =\begin{bmatrix} 1 & 3 & 1 \\ 2 & 4 & 0 \\ 1 & 7 & 5 \\ \end{bmatrix}\ \hspace{5cm}\]
\[\color {red}{Find\ A + B}\ \hspace{10cm}\]
\[\color {blue}{Solution:}\ A + B=\begin{bmatrix} 1 + 1 & 2 + 3 & 7 + 1 \\ 0 + 2 & 4 + 4 & 5 + 0 \\ 3 + 1 & 1 + 7 & 6 + 5 \\ \end{bmatrix}\ \hspace{6cm}\]
\[A + B=\begin{bmatrix} 2 & 5 & 8 \\ 2 & 8 & 5 \\ 4 & 8 & 11 \\ \end{bmatrix}\ \hspace{7cm}\]
\[\color {purple} {Example\ 2:}\ \color {red}{If}\ A =\begin{bmatrix} 1 & 3 & 5 \\ 2 & 0 & 7 \\ 1 & 5 & 2 \\ \end{bmatrix}\ ,\ B =\begin{bmatrix} 7 & 3 & 4 \\ 1 & -1 & 5 \\ 0 & 2 & 4 \\ \end{bmatrix}\ \hspace{5cm}\]
\[\color {red}{Find\ A – B}\ \hspace{10cm}\]
\[\color {blue}{Solution:}\ A – B=\begin{bmatrix} 1 – 7 & 3 – 3 & 5 – 4 \\ 2 – 1 & 0 + 1 & 7 – 5 \\ 1 – 0 & 5 – 2 & 2 – 4 \\ \end{bmatrix}\ \hspace{6cm}\]
\[A – B=\begin{bmatrix} -6 & 0 & 1 \\ 1 & 1& 2 \\ 1 & 3 & -2 \\ \end{bmatrix}\ \hspace{7cm}\]
\[\color {purple} {Example\ 3:}\ \color {red}{If}\ A =\begin{bmatrix} 2 & -3 & 8 \\ 21 & 6 & -6 \\ 4 & -33 & 19 \\ \end{bmatrix}\ ,\ B =\begin{bmatrix} 1 & -29 & -8 \\ 2 & 0 & 3 \\ 17 & 15 & 4 \\ \end{bmatrix}\ \hspace{7cm}\]\[\color {red}{Prove\ that\ (A\ +\ B)^T\ =\ A^T\ +\ B^T}\ \hspace{5cm}\]
\[\color {blue}{Solution:}\ Given\ A =\begin{bmatrix} 2 & -3 & 8 \\ 21 & 6 & -6 \\ 4 & -33 & 19 \\ \end{bmatrix}\ ,\ B =\begin{bmatrix} 1 & -29 & -8 \\ 2 & 0 & 3 \\ 17 & 15 & 4 \\ \end{bmatrix}\ \hspace{5cm}\]
\[A + B=\begin{bmatrix} 2 + 1 & -3 – 29 & 8 – 8 \\ 21 + 2 & 6 + 0 & -6 + 3 \\ 4 + 17 & -33 + 15 & 19 + 4 \\ \end{bmatrix}\ \hspace{6cm}\]
\[A + B=\begin{bmatrix} 3 & -32 & 0 \\ 23 & 6 & -3\\ 21 & -18 & 23\\ \end{bmatrix}\ \hspace{6cm}\]
\[(A + B)^T\ =\ \begin{bmatrix} 3 & 23 & 21 \\ -32 & 6 & – 18 \\ 0 & -3 & 23\\ \end{bmatrix}\ \hspace{2cm}\ ——– (1)\]
\[A^T =\begin{bmatrix} 2 & 21 & 4 \\ -3 & 6 & -33 \\ 8 & -6 & 19 \\ \end{bmatrix}\ \hspace{10cm}\]
\[B^T =\begin{bmatrix} 1 & 2 & 17 \\ -29 & 0 & 15 \\ – 8 & 3 & 4 \\ \end{bmatrix}\ \hspace{10cm}\]
\[A^T\ +\ B^T\ =\begin{bmatrix} 2 + 1 & 21\ +\ 2 & 4\ +\ 17\\ -3\ -\ 29 & 6 + 0 & -33 + 15 \\ 8 – 8 & -6 + 3 & 19 + 4 \\ \end{bmatrix}\ \hspace{6cm}\]
\[A^T\ +\ B^T\ =\begin{bmatrix} 3 & 23 & 21\\ -32 & 6 & – 18 \\ 0 & -3 & 23 \\ \end{bmatrix}\ \hspace{2cm}\ ———- (2)\]
\[From\ (1)\ and\ (2), It\ is\ concluded\ that (A\ +\ B)^T\ =\ A^T\ +\ B^T\]
\[\color {purple} {ii)\ Matrix\ Multiplication\ by\ a\ scalar}\ \hspace{20cm}\]

We can multiply the matrix by any non-zero scalar [(value) number] obtain we get the matrix whose all the elements are multiplied by that same scalar.

\[\color {purple} {Example\ 4:}\ \color {red}{If}\ A =\begin{bmatrix} 4 & 3 & 2\\ 5 & 1 & 0 \\ 7 & 2 & 8 \\ \end{bmatrix}\ and\ B =\begin{bmatrix} -3 & 1 & 0 \\ 2 & 7 & 1 \\ 4 & 3 & 5\\ \end{bmatrix}\ \hspace{2cm}\]
\[\color {red}{Then\ Find}\ 2A\ and\ 7B\ \hspace{5cm}\]
\[\color {blue}{Solution:}\ Given\ A =\begin{bmatrix} 4 & 3 & 2\\ 5 & 1 & 0 \\ 7 & 2 & 8 \\ \end{bmatrix}\ ,\ B =\begin{bmatrix} -3 & 1 & 0 \\ 2 & 7 & 1 \\ 4 & 3 & 5\\ \end{bmatrix}\ \hspace{2cm}\]
\[2A = 2 \begin{bmatrix} 4 & 3 & 2\\ 5 & 1 & 0 \\ 7 & 2 & 8 \\ \end{bmatrix}\ \hspace{10cm}\]
\[= \begin{bmatrix} 2 × 4 & 2 × 3 & 2 × 2\\ 2 × 5 & 2 × 1 & 2 × 0 \\ 2 × 7 & 2 × 2 & 2 × 8 \\ \end{bmatrix}\ \hspace{10cm}\]
\[\therefore\ 2A= \begin{bmatrix} 8 & 6 & 4\\ 10 & 2 & 0 \\ 14 & 4 & 16 \\ \end{bmatrix}\ \hspace{12cm}\]
\[7B = 7 \begin{bmatrix} -3 & 1 & 0\\ 2 & 7 & 1 \\ 4 & 3 & 5 \\ \end{bmatrix}\ \hspace{10cm}\]
\[= \begin{bmatrix} 7 × -3 & 7 × 1 & 7 × 0\\ 7 × 2 & 7 × 7 & 7 × 1 \\ 7× 4 & 7 × 3 & 7 × 5 \\ \end{bmatrix}\ \hspace{10cm}\]
\[\therefore\ 7B= \begin{bmatrix} -21 & 7 & 0\\ 14 & 49 & 7 \\ 28 & 21 & 35 \\ \end{bmatrix}\ \hspace{12cm}\]
\[\color {purple} {Example\ 5:}\ \color {red}{If}\ A =\begin{bmatrix} 1 & 2 \\ 3 & 5\\ \end{bmatrix}\ and\ B =\begin{bmatrix} -5 & 7 \\ 0 & 4\\ \end{bmatrix}\ \hspace{15cm}\]
\[\color {red}{Then\ Find}\ 4A\ -\ 2B\ \hspace{10cm}\]
\[\color {blue}{Solution:}\ \hspace{18cm}\]
\[ 4A = 4\begin{bmatrix} 1 & 2 \\ 3 & 5\\ \end{bmatrix}\ \hspace{13cm}\]
\[4A = \begin{bmatrix} 4 & 8 \\ 12 & 20\\ \end{bmatrix}\ ———- (1)\ \hspace{8cm}\]
\[ 2B = 2\begin{bmatrix} -5 & 7 \\ 0 & 4\\ \end{bmatrix}\ \hspace{13cm}\]
\[2B = \begin{bmatrix} -10 & 14 \\ 0 & 8\\ \end{bmatrix}\ ———- (2)\ \hspace{8cm}\]
\[4A\ – 2B = \begin{bmatrix} 4 & 8 \\ 12 & 20\\ \end{bmatrix}\ -\ \begin{bmatrix} -10 & 14 \\ 0 & 8\\ \end{bmatrix}\ \hspace{8cm}\]
\[=\begin{bmatrix} 4 + 10 & 8 -14 \\ 12 – 0 & 20 -8\\ \end{bmatrix}\ \hspace{8cm}\]
\[4A\ – 2B = \begin{bmatrix} 14 & -6 \\ 12 & 12\\ \end{bmatrix}\ \hspace{10cm}\]
\[\color {purple} {iii)\ Multiplication\ of\ Matrices}\ \hspace{20cm}\]

The condition of multiplication of two matrices A and B is the number of columns in A is equal to the number of rows in B.

\[\color {purple} {Example\ 6:}\ \color {red}{If}\ A =\begin{bmatrix} 1 & 2 \\ 3 & 4 \\ \end{bmatrix}\ ,\ B =\begin{bmatrix} 5 & 6 \\ 7 & 8 \\ \end{bmatrix}\ ,\ \color {red} {Find\ AB}\ \hspace{12cm}\]
\[\color {blue}{Solution:}\ \hspace{18cm}\]
\[AB =\begin{bmatrix} 1 & 2 \\ 3 & 4 \\ \end{bmatrix}\ \begin{bmatrix} 5 & 6 \\ 7 & 8 \\ \end{bmatrix}\ \hspace{12cm}\]
\[ = \begin{bmatrix} 1 × 5 + 2 × 7 & 1 × 6 + 2 × 8 \\ 3 × 5 + 4 × 7 & 3 × 6 + 4 × 8\\ \end{bmatrix}\ \hspace{9cm}\]
\[ = \begin{bmatrix} 5 + 14 & 6 + 16 \\ 15 + 28 & 18 + 32\\ \end{bmatrix}\ \hspace{10cm}\]
\[\boxed{AB = \begin{bmatrix} 19 & 22 \\ 43 & 50\\ \end{bmatrix}}\ \hspace{12cm}\]
\[\color {purple} {Example\ 7:}\ \color {Red}{If}\ A =\begin{pmatrix} 6 & 5 \\ -3 & 8 \\ \end{pmatrix}\ and\ B =\begin{pmatrix} 2 & 3 \\ 4 & -1 \\ \end{pmatrix}\ ,\ \color {red} {Find\ BA}\ \hspace{12cm}\]
\[\color {blue}{Solution:}\ \hspace{18cm}\]
\[BA =\begin{pmatrix} 2 & 3 \\ 4 & -1 \\ \end{pmatrix}\ \begin{pmatrix} 6 & 5 \\ -3 & 8 \\ \end{pmatrix}\ \hspace{12cm}\]
\[ = \begin{pmatrix} 2 × 6 + 3 × -3 & 2 × 5 + 3 × 8 \\ 4 × 6 + -1 × -3 & 4 × 5 + -1 × 8\\ \end{pmatrix}\ \hspace{9cm}\]
\[ = \begin{pmatrix} 12 – 9& 10 + 24\\ 24 + 3& 20 – 8\\ \end{pmatrix}\ \hspace{10cm}\]
\[\boxed{BA\ =\ \begin{bmatrix} 3 & 34\\ 27& 12\\ \end{bmatrix}}\ \hspace{12cm}\]
\[\color {purple} { DETERMINANTS}\ \hspace{20cm}\]
\[\color {green} {Definition\ of\ Determinant}\ \hspace{20cm}\]
\[A\ system\ of\ Linear\ equations\ like\ \hspace{15cm}\]
\[a_1x + b_1y = c_1\ \hspace{15cm}\]
\[a_2x + b_2y = c_2\ \hspace{15cm}\]

Determinant is a square arrangement of numbers within two vertical lines.

\[\color {black} {Eg:}\ \Delta =\begin{vmatrix} a_1 & b_1 \\ a_2 & b_2 \\ \end{vmatrix}\ \hspace{15cm}\]
\[\color {green} {Order\ and\ Value\ of\ the\ Determinant}\ \hspace{20cm}\]
\[\color {green} {Determinant\ of\ Second\ order:}\ \hspace{20cm}\]
\[A =\begin{vmatrix} a_1 & b_1 \\ a_2 & b_2 \\ \end{vmatrix}\ \hspace{15cm}\]

consisting of two rows and two columns is called  a determinant of second order.

Value of the Determinant  is

\[\Delta =\begin{vmatrix} a_1 & b_1 \\ a_2 & b_2 \\ \end{vmatrix}\ = a_1b_2\ -\ a_2b_1\ \hspace{15cm}\]
\[\color {purple} {Example\ 8:}\ \color {red}{Find\ the\ determinant\ of}\ A =\begin{vmatrix} 2 & -5 \\ 1 & 3 \\ \end{vmatrix}\ \hspace{15cm}\]
\[\color {blue}{Solution:}\ A = \begin{vmatrix} 2 & -5 \\ 1 & 3 \\ \end{vmatrix}\ \hspace{15cm}\]
\[\begin{vmatrix} A \\ \end{vmatrix}\ = 2(3) – (-5)(1) \hspace{13cm}\]
\[= 6 + 5 \hspace{12cm}\]
\[\Delta= 11 \hspace{12cm}\]
\[\color {purple} {Example\ 9:}\ \color {red}{Solve}\ \begin{vmatrix} x & 2 \\ 2 & x \\ \end{vmatrix}\ = 0\ \hspace{15cm}\]
\[\color {blue}{Solution:}\ \begin{vmatrix} x & 2 \\ 2 & x \\ \end{vmatrix}\ = 0 \hspace{15cm}\]
\[x(x) – 2 (2) = 0\ \hspace{13cm}\]
\[x^2 – 4 = 0\ \hspace{13cm}\]
\[x^2 = 4\ \hspace{13cm}\]
\[x = \pm\sqrt{4}\ \hspace{13cm}\]
\[x = \pm 2\ \hspace{13cm}\]
\[\color {pruple} {Example\ 10:}\ \color {red}{Evaluate}\ \begin{vmatrix} sin\ \theta & -\ cos\ \theta \\ cos\ \theta & sin\ \theta \\ \end{vmatrix}\ \hspace{15cm}\]
\[\color {blue}{Solution:}\ \begin{vmatrix} sin\ \theta & -\ cos\ \theta \\ cos\ \theta & sin\ \theta \\ \end{vmatrix}\ \hspace{15cm}\]
\[=\ sin\ \theta(sin\ \theta)\ -\ cos\ \theta (-\ cos\ \theta)\ \hspace{13cm}\]
\[=\ sin^2\ \theta\ +\ cos^2\ \theta \ \hspace{13cm}\]
\[=\ 1\ \hspace{13cm}\]
\[\boxed{\therefore \begin{vmatrix} sin\ \theta & -\ cos\ \theta \\ cos\ \theta & sin\ \theta \\ \end{vmatrix}\ =\ 1}\]
\[\color {green} {Determinant\ of\ Third\ order:}\ \hspace{20cm}\]
\[The\ expression\ \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \\ \end{vmatrix}\ \hspace{20cm}\]

consisting of three rows and three columns is called  a determinant of third order.

Value of the Determinant  is :

\[\Delta =a_1\begin{vmatrix} b_2 & b_3 \\ c_2 & c_3 \\ \end{vmatrix}\ -\ a_2\begin{vmatrix} b_1 & b_3 \\ c_1 & c_3 \\ \end{vmatrix}\ +\ a_3\begin{vmatrix} b_1 & b_2 \\ c_1 & c_2 \\ \end{vmatrix}\ \hspace{10cm}\]
\[\Delta =a_1(b_2c_3\ -\ b_3c_2)\ – a_2 (b_1c_3\ -\ b_3c_1) + a_3(b_1c_2\ -\ b_2c_1)\ \hspace{10cm}\]
\[\color {purple} {Example\ 11:}\ \color {red}{Find\ the\ determinant\ of}\ A =\begin{bmatrix} 3 & 1 & -1 \\ 2 & -1 & 2 \\ 2 & 1 & -2 \\ \end{bmatrix}\ \hspace{15cm}\]
\[\color {blue}{Solution:}\ A =\begin{bmatrix} 3 & 1 & -1 \\ 2 & -1 & 2 \\ 2 & 1 & -2 \\ \end{bmatrix}\ \hspace{15cm}\]
\[\Delta =3\begin{vmatrix} -1 & 2 \\ 1 & -2 \\ \end{vmatrix}\ -\ 1\begin{vmatrix} 2 & 2 \\ 2 & -2 \\ \end{vmatrix}\ +\ -1\begin{vmatrix} 2 & -1 \\ 2 & 1 \\ \end{vmatrix}\ \hspace{4cm}\]
\[ =3(2\ -\ 2)\ – 1 (-4\ -\ 4) – 1(2\ +\ 2)\ \hspace{10cm}\]
\[ =3(0)\ – 1 (-8) – 1(4)\ \hspace{14cm}\]
\[ =0\ +8 – 4\ \hspace{15cm}\]
\[\Delta =4\ \hspace{16cm}\]
\[\color {purple} {Example\ 12:}\ \color {red}{Find\ the\ value\ of\ m\ if}\ \begin{vmatrix} 3 & 4 & -2 \\ -3 & 6 & 2 \\ 4 & 1 & m \\ \end{vmatrix}\ =\ 0\ \hspace{15cm}\]
\[\color {blue}{Solution:}\ \begin{vmatrix} 3 & 4 & -2 \\ -3 & 6 & 2 \\ 4 & 1 & m \\ \end{vmatrix}\ =\ 0\ \hspace{15cm}\]
\[3\begin{vmatrix} 6 & 2 \\ 1 & m \\ \end{vmatrix}\ -\ 4\begin{vmatrix} -3 & 2 \\ 4 & m \\ \end{vmatrix}\ -2\begin{vmatrix} -3 & 6 \\ 4 & 1 \\ \end{vmatrix}\ =\ 0\ \hspace{4cm}\]
\[3(6m\ -\ 2)\ -\ 4 (-3m\ -\ 8)\ -\ 2(-3\ -\ 24)\ =\ 0\ \hspace{10cm}\]
\[ 18m\ -\ 6\ +\ 12m\ +\ 32\ – 2(-27)\ =\ 0\ \hspace{14cm}\]
\[ 30m\ +\ 26\ +\ 54\ =\ 0\ \hspace{14cm}\]
\[ 30m\ +\ 80\ =\ 0\ \hspace{14cm}\]
\[ 30m\ =\ -\ 80\ \hspace{14cm}\]
\[ \boxed{m\ =\ \frac{-8}{3}}\ \hspace{14cm}\]
\[\color {green} {Singular\ and\ Non-Singular\ Matrix}:\ \hspace{20cm}\]
A square matrix A is called a singular matrix
\[if\ \begin{vmatrix} A \\ \end{vmatrix}\ = 0\ and\ non\ –\ singular\ matrix\ if\ \begin{vmatrix} A \\ \end{vmatrix}\ \neq {0}\ \hspace{10cm}\]
\[\color {purple} {Example\ 13:}\ \color {red}{Prove\ that}\ A =\begin{bmatrix} 3 & 6 \\ 2 & 4 \\ \end{bmatrix}\ \color {red} {is\ singular}\ \hspace{15cm}\]
\[\color {blue}{Solution\ :}\ \hspace{18cm}\]
\[\begin{vmatrix} A \\ \end{vmatrix}\ = 3(4) – 6(2) \hspace{13cm}\]
\[= 12 – 12 \hspace{12cm}\]
\[= 0 \hspace{13cm}\]
\[A\ is\ a\ singular\ matrix\ \hspace{10cm}\]
\[\color {purple} {Example\ 14:}\ \color {red}{Prove\ that}\ A =\begin{bmatrix} 2 & 3 \\ 4 & 5 \\ \end{bmatrix}\ \color {red} {is\ Non\ -\ singular}\ \hspace{15cm}\]
\[\color {blue}{Solution\ :}\ \hspace{18cm}\]
\[\begin{vmatrix} A \\ \end{vmatrix}\ = 2(5) – 3(4) \hspace{13cm}\]
\[= 10 – 12 \hspace{12cm}\]
\[\begin{vmatrix} A \\ \end{vmatrix}\ = -2\ \neq {0}\ \hspace{13cm}\]
\[A\ is\ a\ Non\ – \ Singular\ matrix\ \hspace{10cm}\]
\[\color {purple}{Example\ 15:}\ \color {red}{Prove\ that}\ \begin{bmatrix} 1 & -1 & 2 \\ 2 & -2 & 4 \\ 3 & -3 & 6 \\ \end{bmatrix}\ \color {red} {is\ a\ singular\ matrix}\ \hspace{15cm}\]
\[\color {blue}{Solution:}\ A\ =\begin{bmatrix} 1 & -1 & 2 \\ 2 & -2 & 4 \\ 3 & -3 & 6 \\ \end{bmatrix}\ \hspace{12cm}\]
\[\begin{vmatrix} A \\ \end{vmatrix}\ =1\begin{vmatrix} -2 & 4 \\ -3 & 6 \\ \end{vmatrix}\ – \ 1\begin{vmatrix} 2 & 2 \\ 2 & -2 \\ \end{vmatrix}\ -\ 1 \begin{vmatrix} 2 & -1 \\ 2 & 1 \\ \end{vmatrix}\ \hspace{4cm}\]
\[ =1(-12\ +\ 12)\ + 1 (12\ -\ 12) + 2(-6\ +\ 6)\ \hspace{10cm}\]
\[ =1(0)\ + 1 (0) + 2(0)\ \hspace{10cm}\]
\[\begin{vmatrix} A \\ \end{vmatrix}\ = 0\ \hspace{13cm}\]
\[A\ is\ a\ Singular\ matrix\ \hspace{10cm}\]
\[\color {purple}{Example\ 16:}\ \color {red}{Prove\ that\ the\ matrix}\ \begin{pmatrix} 2 & 3 & – 1 \\ 4 & 6 & 5 \\ 6 & 2 & 1 \\ \end{pmatrix}\ \color {red} {is\ non\ -\ singular}\ \hspace{15cm}\]
\[\color {blue}{Solution:}\ A\ =\begin{pmatrix} 2 & 3 & -1 \\ 4 & 6 & 5 \\ 6 & 2 & 1 \\ \end{pmatrix}\ \hspace{12cm}\]
\[\begin{vmatrix} A \\ \end{vmatrix}\ =\ 2\begin{vmatrix} 6 & 5 \\ 2 & 1 \\ \end{vmatrix}\ – \ 3\begin{vmatrix} 4 & 5 \\ 6 & 1 \\ \end{vmatrix}\ -\ 1 \begin{vmatrix} 4 & 6 \\ 6 & 2 \\ \end{vmatrix}\ \hspace{4cm}\]
\[ =\ 2(6\ -\ 10)\ -\ 3 (4\ -\ 30)\ -\ 1(8\ -\ 36)\ \hspace{10cm}\]
\[ =\ 2(- 4)\ -\ 3 (-26)\ -\ 1(-28)\ \hspace{10cm}\]
\[ =\ -\ 8\ +\ 78\ +\ 28\ \hspace{10cm}\]
\[\boxed{\begin{vmatrix} A \\ \end{vmatrix}\ = 98\ \neq {0}}\ \hspace{13cm}\]
\[A\ is\ a\ Non\ – \ Singular\ matrix\ \hspace{10cm}\]

Exercise Problems

\[\LARGE{\color {purple} {PART- A}}\]
\[\color {red} {1.\ Solve:}\ \begin{vmatrix} x & 2 \\ 5 & 2 \\ \end{vmatrix}\ = 0\ \hspace{20cm}\]
\[\color {red} {2.\ Find\ ‘x’\ if}\ \begin{vmatrix} x & 3 \\ 1 & 2 \\ \end{vmatrix}\ = 0\ \hspace{20cm}\]
\[\color {red} {3.\ Find\ ‘x’\ if}\ \begin{vmatrix} x & 4 \\ 9 & x \\ \end{vmatrix}\ = 0\ \hspace{20cm}\]
\[\color {red} {4.\ Find\ ‘x’\ if}\ \begin{vmatrix} x & 4 \\ 16 & x \\ \end{vmatrix}\ = 0\ \hspace{20cm}\]
\[\color {red} {5.\ If}\ A =\begin{bmatrix} 2 & 3 \\ -1 & 4\\ \end{bmatrix}\ and\ B =\begin{bmatrix} 5 & 0 \\ 3 & 6\\ \end{bmatrix}\ then\ \color {red} {find\ A\ +\ B}\ \hspace{15cm}\]
\[\color {red}{6.\ If}\ A =\begin{pmatrix} 5 & – 6 \\ 3 & 7\\ \end{pmatrix},\ \color {red}{find\ 3\ A?}\ \hspace{15cm}\]
\[\color {red} {7.\ If}\ A =\begin{bmatrix} 1 & 2 \\ 3 & 5\\ \end{bmatrix}\ and\ B =\begin{bmatrix} -5 & 7 \\ 0 & 4\\ \end{bmatrix}\ then\ \color {red} {find\ 4A\ +\ B}\ \hspace{15cm}\]
\[8.\ \color {red}{Define\ Non-singular\ matrix}\ \hspace{15cm}\]
\[\LARGE{\color {purple} {PART- B}}\]
\[8.\ \color {red}{Prove\ that\ the\ matrix}\ \begin{pmatrix} 8 & 16 \\ 6 & 12\\ \end{pmatrix},\ \color {red} {is\ singular.}\ \hspace{15cm}\]
\[\color {red} {9.\ Prove\ that}\ \begin{pmatrix} 1 & 3 & 5 \\ 3 & 5 & 7 \\ 17 & 9 & 1 \\ \end{pmatrix}\ \color {red} {is\ a\ Singular\ Matrix.} \hspace{20cm}\]
\[\color {red} {10.\ Prove\ that}\ \begin{pmatrix} 1 & 2 & -3 \\ 3 & 4 & 5 \\ 4 & 8 & -12 \\ \end{pmatrix}\ \color {red} {is\ a\ Singular\ Matrix.} \hspace{20cm}\]
\[11.\ \color {red}{If}\ A =\begin{bmatrix} 2 & 3 \\ -1 & 2 \\ \end{bmatrix}\ ,\ B =\begin{bmatrix} -1 & 2 \\ 1 & -5 \\ \end{bmatrix}\ ,\ \color {red} {Find\ the\ value\ of\ AB\ and\ BA}\ \hspace{12cm}\]
\[12.\ \color {red}{If}\ A =\begin{pmatrix} 3 & 6 \\ 1 & -2 \\ \end{pmatrix}\ and\ \ B =\begin{pmatrix} 5 & 0 \\ 2 & 3 \\ \end{pmatrix}\ , \color {red} {Show\ that\ (AB)^T\ =\ B^T\ A^T}\ \hspace{12cm}\]
%d bloggers like this: