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