What is the trace of matrix [[1,2],[2,0]]?
Matrix [[1,2],[2,0]] का trace क्या है?
Show answer and explanation
B. 1
ExplanationStep 1: Identify the concept: trace of matrix. Step 2: Trace is the sum of diagonal elements. Hence 1+0=1. Step 3: Exam tip: Do not add non-diagonal elements while finding trace.
Step 1: अवधारणा trace of matrix है। Step 2: Trace diagonal elements का sum है। इसलिए 1+0=1। Step 3: याद रखें: Trace में non-diagonal elements नहीं जोड़ते।