What is the trace of the matrix [[3, 2], [3, 7]]?
Matrix [[3, 2], [3, 7]] का trace क्या है?
Show answer and explanation
D. 10
ExplanationStep 1: Trace is the sum of main diagonal elements. Step 2: Trace = 3 + 7 = 10. Step 3: Ignore off-diagonal elements in trace questions.
Step 1: Trace में केवल main diagonal के तत्व जोड़े जाते हैं। Step 2: Trace = 3 + 7 = 10। Step 3: Trace में off-diagonal elements को ignore करें।