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