Bird
0
0

Given B = [1 0 0; 0 1 0; 0 0 0], what is the dimension of the null space of B in MATLAB?

medium📝 Predict Output Q5 of 15
MATLAB - Linear Algebra
Given B = [1 0 0; 0 1 0; 0 0 0], what is the dimension of the null space of B in MATLAB?
A1
B2
C3
D0
Step-by-Step Solution
Solution:
  1. Step 1: Calculate rank of B

    Matrix B has two independent rows, so rank(B) = 2.
  2. Step 2: Use dimension formula for null space

    Nullity = number of columns - rank = 3 - 2 = 1.
  3. Final Answer:

    1 -> Option A
  4. Quick Check:

    Null space dimension = columns - rank = 1 [OK]
Quick Trick: Nullity = columns minus rank of matrix [OK]
Common Mistakes:
  • Confusing null space dimension with rank
  • Counting zero rows as rank
  • Forgetting to subtract rank from columns

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More MATLAB Quizzes