Boolean algebra #25: DeMorgan's theorem - examples (continued)

  Рет қаралды 157,074

Vladimir Keleshev

Vladimir Keleshev

13 жыл бұрын

visit www.keleshev.com/ for structured list of tutorials on Boolean algebra and digital hardware design!

Пікірлер: 52
@teambacon
@teambacon 5 жыл бұрын
thanks, you helped in 5 minutes with something I've been struggling to understand for a semester. Will recommend you
@Kever1835
@Kever1835 5 жыл бұрын
Thanks alot! Found your website very useful, very clear explaination and it helped me alot! Thanks for taking the time spread your knowledge in such a simplified and understandable form.
@boganza5140
@boganza5140 3 жыл бұрын
Man I'm coming to this video after 10 years of upload date and still there is no video better than this on youtube since 10 yrs....the man who made this video might be dead till now😂
@keleshevCOM
@keleshevCOM 12 жыл бұрын
@mwoddo, @00Gravity, There are two ways of simplifying (C' + (CD)')' [mind that it's (CD)' and not C'D']. First way to apply DeMorgans for the whole expression first: (C' + (CD)')' = C'' * (CD)'' = CCD = CD [as I did in the video], The other way is to apply DeMorgans on (CD)' first [as you, guys, propose]: (C' + (CD)')' = (C' + C' + D')' = CCD = CD In both case the result is the same.
@UnseenOct
@UnseenOct 2 жыл бұрын
THANK YOU! I was almost in tears trying to figure this out from my textbook lmao
@keleshevCOM
@keleshevCOM 13 жыл бұрын
@Morelloo1 To represent your function with only use of complement (negation) and OR (+ sign) but without AND (multiplication sign) I would double-negated every term and applied DeMorgan's theorem to them: ABC' + BC + C'D = (negate twice every term) ((ABC')')' + ((BC)')' + ((C'D)')' = (applying DeMorgans thorem) (A' + B' + C)' + (B' + C')' + (C +D')' no multiplication in this one! Hope I explained ok.
@RajKumarrajkuttie
@RajKumarrajkuttie 10 жыл бұрын
thanks sir
@mimimi3440
@mimimi3440 5 жыл бұрын
thank you another really usefull video for de morgans theorem , i solved them all for boolean simplification really usefull for me
@dinel6176
@dinel6176 7 ай бұрын
Svaka cast braca
@smalltugz
@smalltugz 10 жыл бұрын
break the line then change the sign
@moazelsawaf2000
@moazelsawaf2000 5 жыл бұрын
I liked it ❤👍
@abualasif
@abualasif 3 жыл бұрын
Hey there, are you still alive?
@GiDoRu90
@GiDoRu90 11 жыл бұрын
hi, I watched til now every video til 25 ; ) and first of all! You are awesome! Without you I probably wouldn't pass my Computer Science examination. But I have one question: In the second line you "add brackets" to (A'+B)*(B'(C'+(CD)')'). How do you define these Brackets? I did the task before I finished the video to practise and I got exactly the same result, but I did't have brackets, so I couldn't open them! Best Gio from Germany!
@abualasif
@abualasif 3 жыл бұрын
Hey there, are you still alive?
@MrAloke7
@MrAloke7 12 жыл бұрын
can u tell me that which operation perform first in the boolean expression A + ( B.C ) { there is a bar above B.C ] ? the option i got in the question are a ) AND b ) OR c ) NOT d ) All of them .
@karelminichbauer8483
@karelminichbauer8483 4 жыл бұрын
Thanks very helpfull. Good job
@mimimi3440
@mimimi3440 5 жыл бұрын
break the line and change from or to and gate remember double negetion is the initial literal
@geetamohanty5657
@geetamohanty5657 5 жыл бұрын
thanks a lot sir......
@03329307679
@03329307679 8 жыл бұрын
A` + b = 1 , can we put 1 in place of A`+Bin Theorm
@martha-is4du
@martha-is4du 6 жыл бұрын
how would you simplify this using de morgans Y= A'BC'D'+ABCD+AB'CD'+ABC'D'+A'BCD'+AB'CD+ABCD' ?
@moazelsawaf2000
@moazelsawaf2000 5 жыл бұрын
Thanks sir ❤
@Morelloo1
@Morelloo1 13 жыл бұрын
I like the video it is very helpful. But I have a question. If we are given a function F = ABC' + BC + C'D (where the ' after the letter is bar) and we need to express the function with only OR and compliment operation and then again with only AND and compliment operation how do we figure out the OR and compliment operation because isn't the original equation already in sum of products form?
@abualasif
@abualasif 3 жыл бұрын
Hey there, are you still alive?
@Morelloo1
@Morelloo1 3 жыл бұрын
@@abualasif yup im alive
@abualasif
@abualasif 3 жыл бұрын
@@Morelloo1 Wow, great to know. this is a historic moment. 9 years... crazy lol
@MrsZqiizfiaesy
@MrsZqiizfiaesy 10 жыл бұрын
All of your tutorial is very2 good.. u explain very well and detailed. thanks a lot. i really appreciate on what you did.thank you so much.. i watched all your video.
@abualasif
@abualasif 3 жыл бұрын
Hey there, are you still alive?
@user-bw4lv6zj5b
@user-bw4lv6zj5b 3 ай бұрын
thanks arigato gosaimasi oppa mwa mwa chup chup
@00Gravity
@00Gravity 12 жыл бұрын
hello, by (A´+B)(B´+(C´+C´D´)´), why does (C´D´) not become C+D? Is that because of the doble negation whereas by (AB´)´ there´s only one negation of the sign in between? Thank you very much!
@abualasif
@abualasif 3 жыл бұрын
Hey there, are you still alive?
@Karma-mk2ne
@Karma-mk2ne 7 жыл бұрын
thanks i have an exam in an hour
@JabbaDG
@JabbaDG 5 жыл бұрын
did you get through?
@uninor1928
@uninor1928 3 жыл бұрын
(A+(B)'+C+D)-(A+(B)'+(C)'-(D)')'=Y please solve it
@searodrig
@searodrig 11 жыл бұрын
(A'+B) is not the same as A'+A)=1. Perform a truth table on (A'+B) there is a case where the output is not always 1.
@JOSHWASOG
@JOSHWASOG 12 жыл бұрын
u made a mistake in the 3rd to last line where u have (not A+B) = not(A.B) it should be ( A.not B)
@Chokoia
@Chokoia 6 жыл бұрын
WRONG!
@Chokoia
@Chokoia 6 жыл бұрын
lol j/k
@awuakate3757
@awuakate3757 12 жыл бұрын
@keleshevCOM , in your example in this tutorial (A'B')+A'CD+BCD, could be simplify as (A'B')+CD(A'+B) //(A'+B) is the same as A'+A=1 ? if is so... the the simplify expression will be (A'+B) + CD is it right? thanks for the tutorial
@Chokoia
@Chokoia 6 жыл бұрын
I got the same thing
@MrAloke7
@MrAloke7 12 жыл бұрын
what is word in computer terminology ?
@Chokoia
@Chokoia 6 жыл бұрын
string
@pradipbhattacharya9972
@pradipbhattacharya9972 6 жыл бұрын
MrAloke7 a group of bits
@angelfernandez5585
@angelfernandez5585 5 жыл бұрын
I think the answer is B+ACD+BCD cause it can still simplify the AB +B B (1+A) So the answer is B +ACD +BCD
@cykatytuberkolsis3761
@cykatytuberkolsis3761 5 жыл бұрын
He use demorgans theorm in this example
@abarth0800
@abarth0800 7 жыл бұрын
Something happens when you click. I listen to a big bump.
@hamidhamida5628
@hamidhamida5628 Жыл бұрын
Nule
@devilgamingforce1090
@devilgamingforce1090 4 жыл бұрын
your answer is wrong correct ans : A'+CD
@211manikantasugguna3
@211manikantasugguna3 5 жыл бұрын
Draw logic gates of this example
@saeedwiz
@saeedwiz 6 жыл бұрын
watch this video in x1.25, thank me later.
@satoshinazarov6257
@satoshinazarov6257 4 жыл бұрын
WATCH IT in 2x thank ME later
@jackd9259
@jackd9259 5 жыл бұрын
You talk too much
Boolean algebra #26: Sum of products (SOP) form
6:02
Vladimir Keleshev
Рет қаралды 59 М.
Example Problems Boolean Expression Simplification
10:03
ENGRTUTOR
Рет қаралды 1 МЛН
🌊Насколько Глубокий Океан ? #shorts
00:42
Получилось у Вики?😂 #хабибка
00:14
ХАБИБ
Рет қаралды 7 МЛН
The day of the sea 🌊 🤣❤️ #demariki
00:22
Demariki
Рет қаралды 104 МЛН
DeMorgan simplification
10:21
Stephen Mendes
Рет қаралды 100 М.
DeMorgan's Theorem Example Problems
11:34
EE Prof Lady
Рет қаралды 11 М.
ECE 100 05 DeMorgan's Theorem Example
5:19
Doug Tougaw
Рет қаралды 178 М.
Boolean Algebra Basics and Example Problem
4:55
Tangerine Code
Рет қаралды 162 М.
DeMorgans Theorem
23:43
Columbia Gorge Community College
Рет қаралды 46 М.
Boolean Algebra 2 - Simplifying Complex Expressions
19:05
Computer Science
Рет қаралды 163 М.
Boolean Algebra 3 - De Morgan’s Theorem
13:41
Computer Science
Рет қаралды 65 М.
Lesson 13: DeMorgan's Theorem
4:14
Digital Systems Examples and Solutions
Рет қаралды 58 М.
1$ vs 500$ ВИРТУАЛЬНАЯ РЕАЛЬНОСТЬ !
23:20
GoldenBurst
Рет қаралды 1,5 МЛН
Что еще за съемные фронталки от Vivo? #vivo
0:41
YOTAPHONE 2 - СПУСТЯ 10 ЛЕТ
15:13
ЗЕ МАККЕРС
Рет қаралды 175 М.
Неразрушаемый смартфон
1:00
Status
Рет қаралды 2,4 МЛН
Урна с айфонами!
0:30
По ту сторону Гугла
Рет қаралды 8 МЛН