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