Day 01-Discrete mathematics for gate in Hindi -Type of sets Roster or Tabular Set-Builder Method
Day 01 – Discrete Mathematics for GATE (in Hindi)
Contents
डिस्क्रीट मैथमेटिक्स GATE के लिए क्यों जरूरी है?
Discrete Mathematics GATE CSE में एक महत्वपूर्ण विषय है, खासकर Theory of Computation, Algorithms, और Data Structures की समझ के लिए। आज हम शुरुआत करेंगे “Sets” की Basic Concept से।
Types of Sets:
1⃣ Roster Method (Tabular Method) – सूची पद्धति
इस पद्धति में सभी एलिमेंट्स को कर्ली ब्रैकेट {}
में लिस्ट किया जाता है, कॉमा से अलग किया जाता है।
A = {2, 4, 6, 8, 10}
“इस विधि में हम सेट के सभी सदस्य एक साथ {} में लिखते हैं।”
2⃣ Set-Builder Method – निर्माता विधि
इस पद्धति में सेट को इस तरह परिभाषित किया जाता है कि वह किस नियम (Rule) या गुण (Property) को follow करता है।
A = {x | x is an even number and 2 ≤ x ≤ 10}
(पढ़ें: “A is the set of all x such that x is even and lies between 2 and 10”)
“वह विधि जिसमें सेट के एलिमेंट्स की विशेषता या नियम के अनुसार उन्हें लिखा जाता है।”
Difference Between Roster and Set-Builder Method:
आधार | Roster Method | Set-Builder Method |
---|---|---|
प्रस्तुति | एलिमेंट्स की पूरी लिस्ट दी जाती है | गुण या नियम द्वारा एलिमेंट्स बताए जाते हैं |
स्पष्टता | सरल, जब एलिमेंट्स कम हों | जटिल, पर लॉजिक स्पष्ट होता है |
उपयोगिता | छोटे सेट के लिए अच्छा | बड़े या अनगिनत सेट्स के लिए |
Practice for GATE 2025 Aspirants
Q1: Write the set of all vowels in the English alphabet using:
-
Roster Method
-
Set-Builder Method
-
Roster: V = {a, e, i, o, u}
-
Set-Builder: V = {x | x is a vowel in English alphabet}
Next Topics in Series:
-
Finite & Infinite Sets
-
Subsets & Power Sets
-
Venn Diagrams
-
Set Operations (Union, Intersection, etc.)
अगर आप चाहें तो मैं:
-
Video lecture link suggestions
-
Practice worksheet (PDF)
-
Topic-wise GATE PYQs (Previous Year Questions in Hindi)
भी उपलब्ध करा सकता हूँ। क्या आप आगे के लेक्चर भी हिंदी में चाहते हैं?