0% found this document useful (0 votes)
5 views2 pages

Tut 4 Matrices

Uploaded by

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

Tut 4 Matrices

Uploaded by

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

Tutorial 4

Question 1
a) Shape A is represented by the matrix

0 2 5 4 3 2

-4 -2 -4 3 2 4

b) Calculate B = -1 -1 -1 -1 -1 -1
+ 2*A
-3 -3 -3 -3 -3 -3 [2]

c) Calculate C =
1 2 * -1 0
0 1 0 -1 *A [3]

d) By using a Scale of 1 cm = 1 unit on each axis, plot and draw the shapes A, B and C on the same
graph paper. [5]

Question 2
a) On Graph Paper using a scale of 2 cm = 1 unit on both axes for -5 ≤ x ≤ 5 and 5 ≤ y ≤ 5

i. Plot the point (-5,-1), Q(-2,0) and R (-3,2) on graph paper


ii. Using straight lines, join P to Q, Q to R and R to P. Label this as shape A.

iii. Write down the matrix representation of shape A.


iv. If

8 8 8 0 -1
T1 = and T2 =
1 1 1
1 0

And B = T1 + 2*A and C = T2 * A. Calculate matrix B and C.


Plot, draw and label the shape as B and C on the same graph paper [4]

b) Calculate the matrix D when D = T2 * B [2]

c) If D = 2 * C + E, calculate matrix E [4]

d) Plot, draw and Label shapes D on the Same Graph paper as shape A. [4]

e) Describe fully, the single transformation that moves shape A to


Question 3

Employees have to pay a pension tax (P) based upon their earnings (E). Tax is paid on the first P500 of
earnings, but no extra tax is paid on earnings over P500. Write down a Pseudo Code model to express
Taxable earnings (T) in terms of E. [3]

a) The rate of tax depends upon the Category (C ) to which the employees belongs. Employees in
Category 1 pay a Fixed Tax of P15, those in Category 2 pay 5% of T, those in Category 3 pay a
Fixed Tax of P8 plus 3% of T.

i) Write a Pseudo code model to express P in term of T for all categories of employees.
[7]
ii) Calculate P for employees in all THREE categories with earnings of P300, P490, P510 and P600
respectively. [6]
iii) Expalin why each of these sets of TEST DATA has been chosen. [4]

a) Convert :
i) 6304 hexadecimal to Denary
ii) 6304 hexadecimal to octal
iii) 6304 Octal to hexadecimal (working must be shown). [3]

Total Marks : [5]

You might also like