यदि किसी मैट्रिक्स का क्रम \(m\times n\) है, तो उसमें कुल अवयवों की संख्या क्या होगी?
If a matrix has order \(m\times n\), how many elements does it contain?
Explanation opens after your attempt
C. \(mn\)
Simple Explanation
एक मैट्रिक्स में प्रत्येक पंक्ति में स्तंभों की संख्या और कुल पंक्तियों की संख्या मिलकर कुल अवयव देते हैं। यदि पंक्तियों की संख्या \(m\) और स्तंभों की संख्या \(n\) है तो कुल अवयव \(m\times n\) यानी \(mn\) होंगे। विकल्प A (\(m+n\)) पंक्तियों और स्तंभों को जोड़ देता है—यह अवयवों की गिनती का सही तरीका नहीं है; B और D भी गलत हैं क्योंकि वे घटाना या भाग कर रहे हैं, न कि गुणा। परीक्षा टिप: किसी वर्ग मैट्रिक्स के लिए जहाँ \(m=n\), कुल अवयव \(n^2\) होंगे। / The number of elements equals the number of rows times the number of columns. For a matrix with \(m\) rows and \(n\) columns the total elements are \(m\times n\), i.e. \(mn\). Option A (\(m+n\)) incorrectly adds rows and columns instead of multiplying them; B (\(m-n\)) and D (\(m/n\)) are also incorrect because subtraction or division do not count grid entries. Exam tip: for a square matrix of order \(n\times n\) the total elements are \(n^2\).
Login to save your score, XP, coins and progress.
