Binary Operator concept- GATE 2025 Discrete mathematics tutorial in Hindi The binary operator

Binary Operator concept- GATE 2021 Discrete mathematics tutorial in Hindi The binary operator

 Binary Operator Concept – GATE 2025 Discrete Mathematics Tutorial in Hindi

 क्या है Binary Operator?

Binary Operator एक ऐसा ऑपरेटर होता है जो दो ऑपरेटिंग वैल्यू (Operands) पर काम करता है और एक सिंगल रिजल्ट देता है। इसे इस प्रकार लिखा जाता है:

A∗BA * B

जहाँ ∗* एक बाइनरी ऑपरेटर है और AA तथा BB इसके दो ऑपरेण्ड्स हैं।

 Types of Binary Operators in Discrete Mathematics

Discrete Mathematics में बाइनरी ऑपरेटर्स मुख्यतः Set Theory, Logic, and Algebra में उपयोग किए जाते हैं।

 Arithmetic Binary Operators (गणितीय बाइनरी ऑपरेटर)

Addition (+)a+ba + b
Subtraction (-)a−ba – b
Multiplication (×)a×ba \times b
Division (÷)a÷ba \div b
Modulus (%)amod  ba \mod b

Example: यदि a=5a = 5 और b=3b = 3, तो

5+3=85 + 3 = 8

 Logical Binary Operators (तार्किक बाइनरी ऑपरेटर)

Boolean Algebra और Logic Gates में उपयोग होते हैं।

AND ( ∧ )A∧BA \land B
OR ( ∨ )A∨BA \lor B
XOR ( ⊕ )A⊕BA \oplus B

Example: यदि

  • A=1A = 1, B=0B = 0
  • A∧B=1∧0=0A \land B = 1 \land 0 = 0 (AND Operation)
  • A∨B=1∨0=1A \lor B = 1 \lor 0 = 1 (OR Operation)

 Relational Binary Operators (संबंधित बाइनरी ऑपरेटर)

यह ऑपरेटर्स संबंधों (Relations) और सत्यता (Truth Values) की तुलना के लिए उपयोग होते हैं।

Equal to ( = )A=BA = B
Not Equal to ( ≠ )A≠BA \neq B
Greater than ( > )A>BA > B
Less than ( < )A<BA < B

Example:
यदि A=4,B=6A = 4, B = 6, तो

  • A<BA < B (True)
  • A=BA = B (False)

 Set Theory Binary Operators (सेट थ्योरी में बाइनरी ऑपरेटर्स)

Set Theory में बाइनरी ऑपरेटर्स का उपयोग Sets के बीच ऑपरेशन करने के लिए किया जाता है।

Union ( ∪ )A∪BA \cup B
Intersection ( ∩ )A∩BA \cap B
Difference ( – )A−BA – B
Cartesian Product ( × )A×BA \times B

Example:
यदि A={1,2,3}A = \{1,2,3\} और B={2,3,4}B = \{2,3,4\}, तो

  • A∪B={1,2,3,4}A \cup B = \{1,2,3,4\}
  • A∩B={2,3}A \cap B = \{2,3\}

 Important Properties of Binary Operators

Closure Property: यदि a,ba, b किसी Set SS के एलिमेंट हैं और a∗ba * b फिर से SS में आता है, तो ऑपरेशन Closure को फॉलो करता है।
Associativity: (A∗B)∗C=A∗(B∗C)(A * B) * C = A * (B * C)
Commutativity: A∗B=B∗AA * B = B * A
Identity Element: ऐसा एलिमेंट ee जिससे A∗e=AA * e = A हो। (जैसे Addition में 0, Multiplication में 1)
Inverse Element: ऐसा एलिमेंट A−1A^{-1} जिससे A∗A−1=IdentityA * A^{-1} = Identity हो।

 Conclusion (निष्कर्ष)

  • Binary Operator दो वैल्यू पर कार्य करता है।
  • यह गणितीय, तार्किक, रिलेशनल और सेट ऑपरेशन में प्रयोग किया जाता है।
  • इसकी Closure, Associative, और Commutative Properties होती हैं।
  • यह GATE, Discrete Mathematics और Computer Science में महत्वपूर्ण है।

 क्या आपको और प्रश्न चाहिए GATE 2025 के लिए?

Binary Operator concept- GATE 2025 Discrete mathematics tutorial in Hindi The binary operator

Discrete Mathematics and Its Applications, Eighth Edition

Engineering Mathematics Notes

UNIVERSITY OF LUCKNOW

Leave a Reply

Your email address will not be published. Required fields are marked *

error: