Human Resource Management  ·  Level 5
Business Mathematics And Statistics
Chapter 3: Apply Statistical Matrices
📚 6 Topics
What you will be able to do

By the end of this chapter, you will be able to:

  • confidently perform addition, subtraction, multiplication, and division using the correct order of operations
  • accurately calculate the determinant of a 2x2 matrix by applying the right steps in order
  • understand how to organize calculations to avoid mistakes and get correct results
  • apply these skills to solve practical problems involving matrices in business and technical tasks

Mastering these skills will help you handle important calculations efficiently and make better decisions in your trade.

Apply Statistical Matrices in Human Resource management involves using matrix algebra to organize, analyze, and interpret HR data efficiently. Matrices help HR professionals handle complex datasets such as employee performance scores, training results, and payroll computations. Mastery of matrix notations and operations enables effective decision-making and forecasting in HR functions across Kenyan organizations.

3.1 Notations

Matrix notation is fundamental for expressing and manipulating data arrays in HR analytics. A matrix is a rectangular array of numbers arranged in rows and columns, typically denoted by uppercase letters such as \( A \), \( B \), or \( C \). Each element within a matrix is identified by its row and column position, written as \( a_{ij} \), where \( i \) is the row number and \( j \) the column number.

The size or order of a matrix is given as \( m \times n \), where \( m \) is the number of rows and \( n \) the number of columns. For example, a matrix representing monthly training scores of 5 employees over 4 months would have order \( 5 \times 4 \).

$$ A = \begin{bmatrix} a_{11} & a_{12} & \cdots & a_{1n} \\ a_{21} & a_{22} & \cdots & a_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m1} & a_{m2} & \cdots & a_{mn} \end{bmatrix} $$

Worked Examples

Example 1: Consider a matrix \( A \) representing performance ratings of 3 employees across 2 tasks.

Given:
\( A = \begin{bmatrix} 4 & 5 \\ 3 & 4 \\ 5 & 3 \end{bmatrix} \), order \( 3 \times 2 \).

Find the element in the 2nd row and 1st column.

$$ a_{21} = 3 $$

Answer: 3

Example 2: A matrix \( B \) records attendance of 4 employees over 3 days:

$$ B = \begin{bmatrix} 1 & 0 & 1 \\ 1 & 1 & 1 \\ 0 & 1 & 0 \\ 1 & 1 & 0 \end{bmatrix} $$

What is the order of \( B \)?

Number of rows \( m = 4 \), number of columns \( n = 3 \).

Answer: \( 4 \times 3 \)

Example 3: Identify the element \( b_{34} \) in matrix \( C \):

$$ C = \begin{bmatrix} 2 & 3 & 1 & 4 \\ 5 & 6 & 2 & 7 \\ 8 & 9 & 3 & 0 \end{bmatrix} $$

Here, \( b_{34} \) is the element in the 3rd row, 4th column.

$$ b_{34} = 0 $$

Answer: 0

The rest of this chapter
🔒

Create a free account to open more of this chapter.

Free: practical guides, quick cards, workplace scenarios and more.

Create a free account
🔒3.2 Operations of matrices

Matrix operations are essential tools for HR data analysis. They enable combining, comparing, and transforming matrices representing different HR datasets such as employee scores, benefits, and costs. The four fundamental operations are addition, subtraction,…

🔒3.3 Solving a 2×2 Matrix

In Human Resource management, solving 2×2 matrices is essential for handling systems of linear equations that arise in workforce planning, salary budgeting, or performance evaluation metrics. For instance, determining the number of employees to allocate betwee…

🔒3.4 Determinants of a 2×2 Matrix

The determinant of a 2×2 matrix is a scalar value that helps determine whether the matrix is invertible and thus whether a system of linear equations has a unique solution. In HR analytics, determinants assist in solving systems related to staffing and budgeti…

🔒3.5 Inverse of a 2×2 Matrix

In human resource management, especially when dealing with workforce planning or optimizing HR operations, the inverse of a matrix is used to solve systems of linear equations representing staffing requirements or resource allocation. The inverse matrix, when…

🔒3.6 Application of Matrices in Solving Business Operations

In human resource management, matrices help model and solve problems such as scheduling, manpower allocation, and performance evaluation. They simplify complex data and relationships to provide actionable insights for decision making. Workforce scheduling invo…

🔒4 Carry Out Elementary Statistics

Elementary statistics is crucial for HR professionals to analyze workforce data such as salaries, performance ratings, and employee demographics. It enables informed decision-making based on data trends and variability. These measures summarize data by identif…

Chapter Summary

This chapter introduced the fundamental notations used in matrices, establishing the basic symbols and conventions necessary for matrix operations. It then covered the primary operations on matrices, including addition, subtraction, division, and multiplication, with detailed explanations of how each operation is performed. The focus shifted to solving 2 by 2 matrices, providing methods to handle systems of equations represented in matrix form. The chapter also explained how to calculate the determinants of a 2 by 2 matrix, an essential step in understanding matrix properties and solving matrix equations. Following this, the process of finding the inverse of a 2 by 2 matrix was detailed, emphasizing its importance in solving linear systems. Finally, the chapter explored practical applications of matrices in solving business operations, demonstrating how these mathematical tools can be used to optimize decision-making and problem-solving in business contexts. The concepts laid a foundation for carrying out elementary statistics using matrices, linking algebraic techniques with statistical analysis.

Self-Assessment

🔒 PDFDownload this self-assessment, with answers

Written Assessment

  1. Given two matrices representing employee attendance in two departments:
    \( A = \begin{bmatrix} 20 & 25 \\ 30 & 35 \end{bmatrix} \),
    \( B = \begin{bmatrix} 5 & 10 \\ 15 & 20 \end{bmatrix} \),
    find the matrix \( C = A + B \) representing total attendance. (2 marks)

  2. The monthly training hours for two teams are recorded as:
    \( A = \begin{bmatrix} 40 & 50 \\ 60 & 70 \end{bmatrix} \),
    \( B = \begin{bmatrix} 10 & 15 \\ 20 & 25 \end{bmatrix} \).
    Calculate the matrix \( D = A - B \) showing the net training hours after adjustments. (2 marks)

🔒18 more in this section.

Chapter Examination Questions

🔒 PDFDownload these examination questions, with model answers

SECTION A (40 Marks) - Answer ALL Questions

  1. Given two matrices representing training costs for two departments in a Nairobi-based bank:
    \( A = \begin{bmatrix} 15000 & 20000 \\ 18000 & 22000 \end{bmatrix} \) and
    \( B = \begin{bmatrix} 5000 & 8000 \\ 7000 & 6000 \end{bmatrix} \),
    find the matrix \( A + B \) representing total training costs. (4 marks)

  2. A human resource manager has matrices \( A = \begin{bmatrix} 12 & 7 \\ 5 & 9 \end{bmatrix} \) and \( B = \begin{bmatrix} 3 & 2 \\ 4 & 1 \end{bmatrix} \) representing employee performance scores. Calculate \( A - B \). (4 marks)

🔒18 more in this section.
Am I competent?

At the start of this chapter we promised you would be able to:

  • confidently perform addition, subtraction, multiplication, and division using the correct order of operations
  • accurately calculate the determinant of a 2x2 matrix by applying the right steps in order
  • understand how to organize calculations to avoid mistakes and get correct results
  • apply these skills to solve practical problems involving matrices in business and technical tasks

Tick each one you can genuinely do.

Prove it — in the simulator

Sample simulation — try how the simulator works. A version built for this chapter's practical is coming.

Prepare Kenyan PilauLocked ▸

Free: practical guides, quick cards, workplace scenarios and more.

Now — are you there yet?

You're competent when you can confidently do 50% or more of what this chapter promised.

Sign in to record how you're doing.