0% found this document useful (0 votes)
52 views

Tutorial: 3 4 1 2 1 1 1 1 D C B A 1 2 0 1

This tutorial document provides examples of linear algebra operations including: 1) Finding the sum and product of matrices 2) Solving systems of linear equations using Gauss-Jordan elimination and finding the rank of a matrix 3) Computing the inverse and determinant of matrices 4) Determining whether a system of linear equations has a non-trivial solution 5) Solving linear systems to find values that satisfy consistency conditions

Uploaded by

Black Sky
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)
52 views

Tutorial: 3 4 1 2 1 1 1 1 D C B A 1 2 0 1

This tutorial document provides examples of linear algebra operations including: 1) Finding the sum and product of matrices 2) Solving systems of linear equations using Gauss-Jordan elimination and finding the rank of a matrix 3) Computing the inverse and determinant of matrices 4) Determining whether a system of linear equations has a non-trivial solution 5) Solving linear systems to find values that satisfy consistency conditions

Uploaded by

Black Sky
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/ 2

TUTORIAL

1
 
1. Given A 2  , B  ( 4 5 6 ) , find
3
 

a) AT  B b) AB

1 0 a b 1  1 2  1
2. Find the the values for a, b, c, d if 2 1 c d   1 1   4 3 
      

( ans : 1, 0, 1, 2 )

 2  a 3 4  6 3  c 4
3. Find the values of a, b, c, d if    
 4 2b 2   2  4d  8 2 

1
( ans : -4,-4, 0,  )
2
4. Determine the rank of matrix B

4 1 3 3
B = 2 0 0 1
6 2 6 5 ( ans : 2 )

1 2 3 
1  
5. Find A using the Adjoint method if A   2 - 3 2 
 3 1 -1 
 

6. Use Gauss-Jordon method to solve the following System of Linear Equations,

2x  4 y  z  4
2 y  3z  2
x  3y  z  2
5 1
( ans : , ,1 )
2 2
SMJM 1013
 (x - 2) (y  3) (z - 2) 
 
8. Find the determinant of the matrix A   - 2 3 4 
 1 
 -2 1 

( ans : 11x  6y  z  6 )

9. Show that the following SPL has a non trivial solution

x1  x 2  2x 3  x 4  0
2x1  2x 2  x 4  0
3x1  x 2  2x 3  x 4  0
(x1 , x 2 , x 3 , x 4 )  (t, t, t,0)

10. Find the value of k so that the following SPL has


a) no solution ( or not consistence )
b) unique solution
c) many solutions

2x  ky  4z  1
kx  y  2
x  2y  4z  1

11. Determine the value of k so that the following SPL has a non trivial solution.

Hence take that value of k and solve this SPL

2x  2y  2z  0
3x  ky  5z  0
x  7 y  3z  0

5 1
( ans : k  5, x  t, y  t, z  t )
4 4

SMJM 1013

You might also like