DIZNR INTERNATIONAL

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

https://www.gyanodhan.com/video/7B4.%20GATE%20CSEIT/Discrete%20Mathematics%201/451.%20Binary%20Operator%20concept-%20GATE%202015%20%20%20Discrete%20mathematics%20tutorial%20inn%20hindi%20%20%20The%20binary%20operator.mp4

 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: यदि

 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, तो

 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\}, तो

 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 (निष्कर्ष)

 क्या आपको और प्रश्न चाहिए 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