The length,width and height of two boxes are 6,5,10 and 5,2,8 respectively. Write this set of numbers in matrix form so that the first column indicates length, the second indicates width, and the third indicates height. third box has corresponding dimensions of 7,3,3.Write a three by three matrix describing the dimensions of the three boxes.
Answers
Given:
The length,width and height of two boxes are 6,5,10 and 5,2,8 respectively.
The third box has corresponding dimensions of 7,3,3.
To find:
Write this set of numbers in matrix form so that the first column indicates length, the second indicates width, and the third indicates height.
Write a three by three matrix describing the dimensions of the three boxes.
Solution:
From given, we have,
The length, width and height of the first box is, 6, 5, 10
The length, width and height of the first box is, 5, 2, 8
The length, width and height of the first box is, 7, 3, 3.
the first column indicates length,
6
5
7
the second column indicates width,
5
2
3
the third column indicates height
10
8
3
Therefore, the final three by three matrix describing the dimensions of the three boxes is,
A =
6 5 10
5 2 8
7 3 3
Hence the required matrix.