Checkpoint 15.1.1.
Why aren’t we filling in every value in our table, who are we leaving blank space above the diagonal of 0’s?
- Because we only need the half of the dataset contained by the triangle.
- Incorrect! All of the data above the 0 diagonal is a mirror image of the triangle! So, the triangle contains the whole dataset.
- Because triangles are the most effective shape to use when presenting data to others.
- Incorrect! Triangles do look cool, but they aren’t necessarily the most effective shape to use when presenting data.
- Because matrices are triangles.
- Incorrect! This triangle is PART OF an apmatrix.
- Because the triangle contains the entire dataset.
- Correct! The triangle contains all data points with no repeat data. If we included all datapoints, the would just be repeats of the points we already have.