Question:medium

A square matrix having all the elements above the leading diagonal equal to zero is known as:

Show Hint

Remember: "Upper → zeros below, Lower → zeros above".
Updated On: Feb 18, 2026
  • Null Matrix
  • Zero Matrix
  • Upper Triangular Matrix
  • Lower Triangular Matrix
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Review matrix definitions.
- Upper Triangular: Entries below the main diagonal are all 0.
- Lower Triangular: Entries above the main diagonal are all 0.
- Null/Zero matrix: All entries are 0.
Step 2: Match definition to description.
Entries above the main diagonal are all 0 → Lower Triangular
Was this answer helpful?
0