SlideShare a Scribd company logo
1 of 34
Minimización de
funciones Booleanas
• Manipulación Algebraica
• Mapas de Karnaugh
Manipulación Algebraica
• Factorización
• Duplicando un termino ya existente
• Teorema del consenso
• Propiedad distributiva
• Identidades
• Teorema de Dmorgan
Mapas de Karnaugh
Factorización
Manipulación Algebraica
Factor común B
m
A B F
0
0 0 0
1
0 1 1
2
1 0 0
3
1 1 1
Factorización
m
A B F
0
0 0 0
1
0 1 1
2
1 0 0
3
1 1 1
F(A,B)=AB+AB = B
la Factorización se efectúa cuando solo
cambia una variable entre dos términos
y esta variable se elimina
m S P E CS CP CE
0 0 0 0 0 0 0
1 0 0 1 0 0 1
2 0 1 0 0 1 0
3 0 1 1 0 1 0
4 1 0 0 1 0 0
5 1 0 1 1 0 0
6 1 1 0 1 0 0
7 1 1 1 1 0 0
CS (S, P, E ) =
m S P E CS CP CE
0 0 0 0 0 0 0
1 0 0 1 0 0 1
2 0 1 0 0 1 0
3 0 1 1 0 1 0
4 1 0 0 1 0 0
5 1 0 1 1 0 0
6 1 1 0 1 0 0
7 1 1 1 1 0 0
CS (S, P, E ) = S P’ E’
m S P E CS CP CE
0 0 0 0 0 0 0
1 0 0 1 0 0 1
2 0 1 0 0 1 0
3 0 1 1 0 1 0
4 1 0 0 1 0 0
5 1 0 1 1 0 0
6 1 1 0 1 0 0
7 1 1 1 1 0 0
CS (S, P, E ) = S P’ E’ + S P’ E
m S P E CS CP CE
0 0 0 0 0 0 0
1 0 0 1 0 0 1
2 0 1 0 0 1 0
3 0 1 1 0 1 0
4 1 0 0 1 0 0
5 1 0 1 1 0 0
6 1 1 0 1 0 0
7 1 1 1 1 0 0
CS (S, P, E ) = S P’ E’ + S P’ E + S P E’
m S P E CS CP CE
0 0 0 0 0 0 0
1 0 0 1 0 0 1
2 0 1 0 0 1 0
3 0 1 1 0 1 0
4 1 0 0 1 0 0
5 1 0 1 1 0 0
6 1 1 0 1 0 0
7 1 1 1 1 0 0
CS (S, P, E ) = S P’ E’ + S P’ E + S P E’ + S P E
CS (S, P, E ) = S P’ E’ + S P’ E + S P E’ + S P E
CS (S, P, E ) = S P’ (E’+E)+ S P (E’+E)
CS (S, P, E ) = S P’ + S P
CS (S, P, E ) = S (P’+P)
CS (S, P, E ) = S
m S P E CS CP CE
0 0 0 0 0 0 0
1 0 0 1 0 0 1
2 0 1 0 0 1 0
3 0 1 1 0 1 0
4 1 0 0 1 0 0
5 1 0 1 1 0 0
6 1 1 0 1 0 0
7 1 1 1 1 0 0
CS (S, P, E ) = S P’ E’ + S P’ E + S P E’ + S P E
CS (S,) = S
m S P E CS CP CE
0 0 0 0 0 0 0
1 0 0 1 0 0 1
2 0 1 0 0 1 0
3 0 1 1 0 1 0
4 1 0 0 1 0 0
5 1 0 1 1 0 0
6 1 1 0 1 0 0
7 1 1 1 1 0 0
CS (S, P, E ) = S P’ E’ + S P’ E + S P E’ + S P E = S
CS (S,) = S
m S P E CS CP CE
0 0 0 0 0 0 0
1 0 0 1 0 0 1
2 0 1 0 0 1 0
3 0 1 1 0 1 0
4 1 0 0 1 0 0
5 1 0 1 1 0 0
6 1 1 0 1 0 0
7 1 1 1 1 0 0
CP (S, P, E ) = S’ P E’ + S’ P E
CP (S, P, E ) = S’ P (E’+E)
CP (S, P, E ) = S’ P
CP (S, P ) = S’ P
Duplicando un termino ya existente
F= A + B
m A B C X
0 0 0 0 1
1 0 0 1 1
2 0 1 0 1
3 0 1 1 0
4 1 0 0 0
5 1 0 1 0
6 1 1 0 0
7 1 1 1 0
FX (A,B,C) = A’ B’ C’ + A’ B’ C + A’ B C’
FX (A,B,C) = A’ B’ C’ + A’ B’ C
+ A’ B C’ + A’ B’ C’
FX (A,B,C) = A’ B’ + A’ C’
FX (A,B,C) = A’ (B’ + C’)
S(A,B,C,D)= A’B’C'+ A’B’CS(A,B,C,D)= A’B’CS(A,B,C,D)= A’B’C'+ A’B’C + AB’C' +’BC'D'S(A,B,C,D)= A’B’C'+ A’B’C + AB’C'
M A B C D S
0 0 0 0 0 1
1 0 0 0 1 1
2 0 0 1 0 1
3 0 0 1 1 1
4 0 1 0 0 1
5 0 1 0 1 0
6 0 1 1 0 0
7 0 1 1 1 0
8 1 0 0 0 1
9 1 0 0 1 1
10 1 0 1 0 0
11 1 0 1 1 0
12 1 1 0 0 1
13 1 1 0 1 0
14 1 1 1 0 0
15 1 1 1 1 0
S(A,B,C,D)= A'B' + B'C' + C'D'
S(A,B,C,D)= A’B’C'D'+ A’B’C'D + A’B’CD'+A’B’CD
+A’BC'D' + AB’C'D' + AB’C'D + ABC'D'
0 1 2 3
4 8 9 12
0-1 2-3 8-9 4-12
S(A,B,C,D)= B’C'+ A’B’ + +’BC'D'
0-1, 8-9 0-1, 2,3
Teorema del consenso
m. Acuerdo producido por consentimiento entre todos
los miembros de un grupo o entre varios grupos.
Teorema del consenso
Teorema del consenso
1
1
1
1
1
Teorema del consenso
Propiedad Distributiva
Propiedad Distributiva
F= A’ B + A B’ + A B + A’ C’
F= B + A + A’ C’
F= B + (A+ A’)(A+ C’)
F= B + A+ C’ F= A+B+C’
Actividad
Usando como recursos
• Factorización
• Duplicando un termino ya existente
• Teorema del consenso
• Propiedad distributiva
• Identidades
• Teorema de Dmorgan
Resuelva las siguientes funciones
1.-Identidades
2.- Factorización
AB’ + AB = A(B’+B)= A
3.- Propiedad Distributiva
X+YZ = (X+Y) (X+Z)
X (Y+Z) = XY +XZ
4.-Teorema del consenso
AB+A’C+BC = AB+A’C
5.-Teorema de Dmorgan
(AB)’=A’+ B’ (A+B)’=A’ B’
A+B =(A’ B’)’ AB =(A’+B’)’
AND OR
A A=A A + A=A
A 0 =0 A + 0 = A
A 1 =A A + 1 =1
A A’ =0 A+A’ =1 1
1+ B’+ C
2
DC’(0)
3
A’+B+A
4
A+ A’ BC
5
A’BC+A’BC’
F1 (B,C)= 1+B’+C
F1 (B,C)= 1
1.-Identidades
2.- Factorización
AB’ + AB = A(B’+B)= A
3.- Propiedad Distributiva
X+YZ = (X+Y) (X+Z)
X (Y+Z) = XY +XZ
4.-Teorema del consenso
AB+A’C+BC = AB+A’C
5.-Teorema de Dmorgan
(AB)’=A’+ B’ (A+B)’=A’ B’
A+B =(A’ B’)’ AB =(A’+B’)’
AND OR
A A=A A + A=A
A 0 =0 A + 0 = A
A 1 =A A + 1 =1
A A’ =0 A+A’ =1
F2 (D,C)= DC’(0)
F2 (D,C)= 0
1.-Identidades
2.- Factorización
AB’ + AB = A(B’+B)= A
3.- Propiedad Distributiva
X+YZ = (X+Y) (X+Z)
X (Y+Z) = XY +XZ
4.-Teorema del consenso
AB+A’C+BC = AB+A’C
5.-Teorema de Dmorgan
(AB)’=A’+ B’ (A+B)’=A’ B’
A+B =(A’ B’)’ AB =(A’+B’)’
AND OR
A A=A A + A=A
A 0 =0 A + 0 = A
A 1 =A A + 1 =1
A A’ =0 A+A’ =1
F3 (A, B) = A’+B+A
F3 (A, B) = 1
1.-Identidades
2.- Factorización
AB’ + AB = A(B’+B)= A
3.- Propiedad Distributiva
X+YZ = (X+Y) (X+Z)
X (Y+Z) = XY +XZ
4.-Teorema del consenso
AB+A’C+BC = AB+A’C
5.-Teorema de Dmorgan
(AB)’=A’+ B’ (A+B)’=A’ B’
A+B =(A’ B’)’ AB =(A’+B’)’
AND OR
A A=A A + A=A
A 0 =0 A + 0 = A
A 1 =A A + 1 =1
A A’ =0 A+A’ =1
F4 (A,,B,C) = A+A’BC
F4 (A,,B,C)=(A+A’)(A+BC)
F4 (A,,B,C)=A+BC
1.-Identidades
2.- Factorización
AB’ + AB = A(B’+B)= A
3.- Propiedad Distributiva
X+YZ = (X+Y) (X+Z)
X (Y+Z) = XY +XZ
4.-Teorema del consenso
AB+A’C+BC = AB+A’C
5.-Teorema de Dmorgan
(AB)’=A’+ B’ (A+B)’=A’ B’
A+B =(A’ B’)’ AB =(A’+B’)’
AND OR
A A=A A + A=A
A 0 =0 A + 0 = A
A 1 =A A + 1 =1
A A’ =0 A+A’ =1

More Related Content

Similar to simplificacion metodos-algebraicos

11. simpl met algebraicos
11. simpl met algebraicos11. simpl met algebraicos
11. simpl met algebraicosboounzueta
 
simplificacion sistemas algebraicos
simplificacion sistemas algebraicossimplificacion sistemas algebraicos
simplificacion sistemas algebraicosPEDROASTURES21
 
Simplificar funciones.ppt
Simplificar funciones.pptSimplificar funciones.ppt
Simplificar funciones.pptMarcos Rdguez
 
SIMPLIFICACION DE FUNCIONES BOOLEANAS
SIMPLIFICACION DE FUNCIONES BOOLEANASSIMPLIFICACION DE FUNCIONES BOOLEANAS
SIMPLIFICACION DE FUNCIONES BOOLEANASPEDROASTURES21
 
9. simplificar funciones
9. simplificar funciones9. simplificar funciones
9. simplificar funcionesJustino Cat
 
boolean algebra exercises
boolean algebra exercisesboolean algebra exercises
boolean algebra exercisesi i
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funcionesMiguelBG11
 
Simplificación de funciones lógicas
Simplificación de funciones lógicasSimplificación de funciones lógicas
Simplificación de funciones lógicaslauracruzpal
 
simplificar funciones
 simplificar funciones simplificar funciones
simplificar funcionesjoeltecno9
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funcionesClauFdzSrz
 
Simplificar funciones
Simplificar funcionesSimplificar funciones
Simplificar funcionescandebobes
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funcionessonsolesbar
 
Ch4 Boolean Algebra And Logic Simplication1
Ch4 Boolean Algebra And Logic Simplication1Ch4 Boolean Algebra And Logic Simplication1
Ch4 Boolean Algebra And Logic Simplication1Qundeel
 
Kuliah 3 Sistem Digital.pptx
Kuliah 3 Sistem Digital.pptxKuliah 3 Sistem Digital.pptx
Kuliah 3 Sistem Digital.pptxTakaQiYazuru1
 
Digital-Logic40124sequential circuits logic gatepptx
Digital-Logic40124sequential circuits logic gatepptxDigital-Logic40124sequential circuits logic gatepptx
Digital-Logic40124sequential circuits logic gatepptxssuser6feece1
 

Similar to simplificacion metodos-algebraicos (20)

11. simpl met algebraicos
11. simpl met algebraicos11. simpl met algebraicos
11. simpl met algebraicos
 
simplificacion sistemas algebraicos
simplificacion sistemas algebraicossimplificacion sistemas algebraicos
simplificacion sistemas algebraicos
 
Sop and pos
Sop and posSop and pos
Sop and pos
 
Simplificar funciones.ppt
Simplificar funciones.pptSimplificar funciones.ppt
Simplificar funciones.ppt
 
SIMPLIFICACION DE FUNCIONES BOOLEANAS
SIMPLIFICACION DE FUNCIONES BOOLEANASSIMPLIFICACION DE FUNCIONES BOOLEANAS
SIMPLIFICACION DE FUNCIONES BOOLEANAS
 
9. simplificar funciones
9. simplificar funciones9. simplificar funciones
9. simplificar funciones
 
boolean algebra exercises
boolean algebra exercisesboolean algebra exercises
boolean algebra exercises
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funciones
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funciones
 
Simplificación de funciones lógicas
Simplificación de funciones lógicasSimplificación de funciones lógicas
Simplificación de funciones lógicas
 
simplificar funciones
 simplificar funciones simplificar funciones
simplificar funciones
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funciones
 
Simplificar funciones
Simplificar funcionesSimplificar funciones
Simplificar funciones
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funciones
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
Ch4 Boolean Algebra And Logic Simplication1
Ch4 Boolean Algebra And Logic Simplication1Ch4 Boolean Algebra And Logic Simplication1
Ch4 Boolean Algebra And Logic Simplication1
 
Kuliah 3 Sistem Digital.pptx
Kuliah 3 Sistem Digital.pptxKuliah 3 Sistem Digital.pptx
Kuliah 3 Sistem Digital.pptx
 
kmaps
 kmaps kmaps
kmaps
 
Digital-Logic40124sequential circuits logic gatepptx
Digital-Logic40124sequential circuits logic gatepptxDigital-Logic40124sequential circuits logic gatepptx
Digital-Logic40124sequential circuits logic gatepptx
 
Trigo functions
Trigo functionsTrigo functions
Trigo functions
 

More from joeltecno9

problema aviones
 problema aviones problema aviones
problema avionesjoeltecno9
 
sistema combinacional-ascensor_monedas
sistema combinacional-ascensor_monedassistema combinacional-ascensor_monedas
sistema combinacional-ascensor_monedasjoeltecno9
 
sistema combinacional-ovejas
sistema combinacional-ovejassistema combinacional-ovejas
sistema combinacional-ovejasjoeltecno9
 
representacion de funciones semaforo
 representacion de funciones semaforo representacion de funciones semaforo
representacion de funciones semaforojoeltecno9
 
mapas karnaught
 mapas karnaught mapas karnaught
mapas karnaughtjoeltecno9
 
algebra boole
 algebra boole algebra boole
algebra boolejoeltecno9
 
puertas logicas
 puertas logicas puertas logicas
puertas logicasjoeltecno9
 
electrónica digital
 electrónica digital electrónica digital
electrónica digitaljoeltecno9
 
conversion sistemas numericos
 conversion sistemas numericos conversion sistemas numericos
conversion sistemas numericosjoeltecno9
 
cambios de base 2
cambios de base 2cambios de base 2
cambios de base 2joeltecno9
 
sistemas-numericos
 sistemas-numericos sistemas-numericos
sistemas-numericosjoeltecno9
 
sistemas de numeracion
 sistemas de numeracion sistemas de numeracion
sistemas de numeracionjoeltecno9
 
Sistemas analogicos-digitales
Sistemas analogicos-digitalesSistemas analogicos-digitales
Sistemas analogicos-digitalesjoeltecno9
 
Electronica analogica
Electronica analogicaElectronica analogica
Electronica analogicajoeltecno9
 
Componentes electronicos
Componentes electronicosComponentes electronicos
Componentes electronicosjoeltecno9
 
Electronica analogica
Electronica analogicaElectronica analogica
Electronica analogicajoeltecno9
 
Semiconductores
SemiconductoresSemiconductores
Semiconductoresjoeltecno9
 

More from joeltecno9 (19)

problema aviones
 problema aviones problema aviones
problema aviones
 
sistema combinacional-ascensor_monedas
sistema combinacional-ascensor_monedassistema combinacional-ascensor_monedas
sistema combinacional-ascensor_monedas
 
sistema combinacional-ovejas
sistema combinacional-ovejassistema combinacional-ovejas
sistema combinacional-ovejas
 
representacion de funciones semaforo
 representacion de funciones semaforo representacion de funciones semaforo
representacion de funciones semaforo
 
leyes morgan
 leyes morgan leyes morgan
leyes morgan
 
mapas karnaught
 mapas karnaught mapas karnaught
mapas karnaught
 
algebra boole
 algebra boole algebra boole
algebra boole
 
puertas logicas
 puertas logicas puertas logicas
puertas logicas
 
electrónica digital
 electrónica digital electrónica digital
electrónica digital
 
conversion sistemas numericos
 conversion sistemas numericos conversion sistemas numericos
conversion sistemas numericos
 
cambios de base 2
cambios de base 2cambios de base 2
cambios de base 2
 
cambios base
 cambios base cambios base
cambios base
 
sistemas-numericos
 sistemas-numericos sistemas-numericos
sistemas-numericos
 
sistemas de numeracion
 sistemas de numeracion sistemas de numeracion
sistemas de numeracion
 
Sistemas analogicos-digitales
Sistemas analogicos-digitalesSistemas analogicos-digitales
Sistemas analogicos-digitales
 
Electronica analogica
Electronica analogicaElectronica analogica
Electronica analogica
 
Componentes electronicos
Componentes electronicosComponentes electronicos
Componentes electronicos
 
Electronica analogica
Electronica analogicaElectronica analogica
Electronica analogica
 
Semiconductores
SemiconductoresSemiconductores
Semiconductores
 

Recently uploaded

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 

Recently uploaded (20)

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 

simplificacion metodos-algebraicos

  • 1. Minimización de funciones Booleanas • Manipulación Algebraica • Mapas de Karnaugh
  • 2. Manipulación Algebraica • Factorización • Duplicando un termino ya existente • Teorema del consenso • Propiedad distributiva • Identidades • Teorema de Dmorgan
  • 4. Factorización Manipulación Algebraica Factor común B m A B F 0 0 0 0 1 0 1 1 2 1 0 0 3 1 1 1
  • 5. Factorización m A B F 0 0 0 0 1 0 1 1 2 1 0 0 3 1 1 1 F(A,B)=AB+AB = B
  • 6. la Factorización se efectúa cuando solo cambia una variable entre dos términos y esta variable se elimina
  • 7.
  • 8.
  • 9. m S P E CS CP CE 0 0 0 0 0 0 0 1 0 0 1 0 0 1 2 0 1 0 0 1 0 3 0 1 1 0 1 0 4 1 0 0 1 0 0 5 1 0 1 1 0 0 6 1 1 0 1 0 0 7 1 1 1 1 0 0 CS (S, P, E ) =
  • 10. m S P E CS CP CE 0 0 0 0 0 0 0 1 0 0 1 0 0 1 2 0 1 0 0 1 0 3 0 1 1 0 1 0 4 1 0 0 1 0 0 5 1 0 1 1 0 0 6 1 1 0 1 0 0 7 1 1 1 1 0 0 CS (S, P, E ) = S P’ E’
  • 11. m S P E CS CP CE 0 0 0 0 0 0 0 1 0 0 1 0 0 1 2 0 1 0 0 1 0 3 0 1 1 0 1 0 4 1 0 0 1 0 0 5 1 0 1 1 0 0 6 1 1 0 1 0 0 7 1 1 1 1 0 0 CS (S, P, E ) = S P’ E’ + S P’ E
  • 12. m S P E CS CP CE 0 0 0 0 0 0 0 1 0 0 1 0 0 1 2 0 1 0 0 1 0 3 0 1 1 0 1 0 4 1 0 0 1 0 0 5 1 0 1 1 0 0 6 1 1 0 1 0 0 7 1 1 1 1 0 0 CS (S, P, E ) = S P’ E’ + S P’ E + S P E’
  • 13. m S P E CS CP CE 0 0 0 0 0 0 0 1 0 0 1 0 0 1 2 0 1 0 0 1 0 3 0 1 1 0 1 0 4 1 0 0 1 0 0 5 1 0 1 1 0 0 6 1 1 0 1 0 0 7 1 1 1 1 0 0 CS (S, P, E ) = S P’ E’ + S P’ E + S P E’ + S P E
  • 14. CS (S, P, E ) = S P’ E’ + S P’ E + S P E’ + S P E CS (S, P, E ) = S P’ (E’+E)+ S P (E’+E) CS (S, P, E ) = S P’ + S P CS (S, P, E ) = S (P’+P) CS (S, P, E ) = S
  • 15. m S P E CS CP CE 0 0 0 0 0 0 0 1 0 0 1 0 0 1 2 0 1 0 0 1 0 3 0 1 1 0 1 0 4 1 0 0 1 0 0 5 1 0 1 1 0 0 6 1 1 0 1 0 0 7 1 1 1 1 0 0 CS (S, P, E ) = S P’ E’ + S P’ E + S P E’ + S P E CS (S,) = S
  • 16. m S P E CS CP CE 0 0 0 0 0 0 0 1 0 0 1 0 0 1 2 0 1 0 0 1 0 3 0 1 1 0 1 0 4 1 0 0 1 0 0 5 1 0 1 1 0 0 6 1 1 0 1 0 0 7 1 1 1 1 0 0 CS (S, P, E ) = S P’ E’ + S P’ E + S P E’ + S P E = S CS (S,) = S
  • 17. m S P E CS CP CE 0 0 0 0 0 0 0 1 0 0 1 0 0 1 2 0 1 0 0 1 0 3 0 1 1 0 1 0 4 1 0 0 1 0 0 5 1 0 1 1 0 0 6 1 1 0 1 0 0 7 1 1 1 1 0 0 CP (S, P, E ) = S’ P E’ + S’ P E CP (S, P, E ) = S’ P (E’+E) CP (S, P, E ) = S’ P CP (S, P ) = S’ P
  • 18. Duplicando un termino ya existente F= A + B
  • 19. m A B C X 0 0 0 0 1 1 0 0 1 1 2 0 1 0 1 3 0 1 1 0 4 1 0 0 0 5 1 0 1 0 6 1 1 0 0 7 1 1 1 0 FX (A,B,C) = A’ B’ C’ + A’ B’ C + A’ B C’ FX (A,B,C) = A’ B’ C’ + A’ B’ C + A’ B C’ + A’ B’ C’ FX (A,B,C) = A’ B’ + A’ C’ FX (A,B,C) = A’ (B’ + C’)
  • 20. S(A,B,C,D)= A’B’C'+ A’B’CS(A,B,C,D)= A’B’CS(A,B,C,D)= A’B’C'+ A’B’C + AB’C' +’BC'D'S(A,B,C,D)= A’B’C'+ A’B’C + AB’C' M A B C D S 0 0 0 0 0 1 1 0 0 0 1 1 2 0 0 1 0 1 3 0 0 1 1 1 4 0 1 0 0 1 5 0 1 0 1 0 6 0 1 1 0 0 7 0 1 1 1 0 8 1 0 0 0 1 9 1 0 0 1 1 10 1 0 1 0 0 11 1 0 1 1 0 12 1 1 0 0 1 13 1 1 0 1 0 14 1 1 1 0 0 15 1 1 1 1 0 S(A,B,C,D)= A'B' + B'C' + C'D' S(A,B,C,D)= A’B’C'D'+ A’B’C'D + A’B’CD'+A’B’CD +A’BC'D' + AB’C'D' + AB’C'D + ABC'D' 0 1 2 3 4 8 9 12 0-1 2-3 8-9 4-12 S(A,B,C,D)= B’C'+ A’B’ + +’BC'D' 0-1, 8-9 0-1, 2,3
  • 21. Teorema del consenso m. Acuerdo producido por consentimiento entre todos los miembros de un grupo o entre varios grupos.
  • 27.
  • 28. F= A’ B + A B’ + A B + A’ C’ F= B + A + A’ C’ F= B + (A+ A’)(A+ C’) F= B + A+ C’ F= A+B+C’
  • 29. Actividad Usando como recursos • Factorización • Duplicando un termino ya existente • Teorema del consenso • Propiedad distributiva • Identidades • Teorema de Dmorgan Resuelva las siguientes funciones
  • 30. 1.-Identidades 2.- Factorización AB’ + AB = A(B’+B)= A 3.- Propiedad Distributiva X+YZ = (X+Y) (X+Z) X (Y+Z) = XY +XZ 4.-Teorema del consenso AB+A’C+BC = AB+A’C 5.-Teorema de Dmorgan (AB)’=A’+ B’ (A+B)’=A’ B’ A+B =(A’ B’)’ AB =(A’+B’)’ AND OR A A=A A + A=A A 0 =0 A + 0 = A A 1 =A A + 1 =1 A A’ =0 A+A’ =1 1 1+ B’+ C 2 DC’(0) 3 A’+B+A 4 A+ A’ BC 5 A’BC+A’BC’
  • 31. F1 (B,C)= 1+B’+C F1 (B,C)= 1 1.-Identidades 2.- Factorización AB’ + AB = A(B’+B)= A 3.- Propiedad Distributiva X+YZ = (X+Y) (X+Z) X (Y+Z) = XY +XZ 4.-Teorema del consenso AB+A’C+BC = AB+A’C 5.-Teorema de Dmorgan (AB)’=A’+ B’ (A+B)’=A’ B’ A+B =(A’ B’)’ AB =(A’+B’)’ AND OR A A=A A + A=A A 0 =0 A + 0 = A A 1 =A A + 1 =1 A A’ =0 A+A’ =1
  • 32. F2 (D,C)= DC’(0) F2 (D,C)= 0 1.-Identidades 2.- Factorización AB’ + AB = A(B’+B)= A 3.- Propiedad Distributiva X+YZ = (X+Y) (X+Z) X (Y+Z) = XY +XZ 4.-Teorema del consenso AB+A’C+BC = AB+A’C 5.-Teorema de Dmorgan (AB)’=A’+ B’ (A+B)’=A’ B’ A+B =(A’ B’)’ AB =(A’+B’)’ AND OR A A=A A + A=A A 0 =0 A + 0 = A A 1 =A A + 1 =1 A A’ =0 A+A’ =1
  • 33. F3 (A, B) = A’+B+A F3 (A, B) = 1 1.-Identidades 2.- Factorización AB’ + AB = A(B’+B)= A 3.- Propiedad Distributiva X+YZ = (X+Y) (X+Z) X (Y+Z) = XY +XZ 4.-Teorema del consenso AB+A’C+BC = AB+A’C 5.-Teorema de Dmorgan (AB)’=A’+ B’ (A+B)’=A’ B’ A+B =(A’ B’)’ AB =(A’+B’)’ AND OR A A=A A + A=A A 0 =0 A + 0 = A A 1 =A A + 1 =1 A A’ =0 A+A’ =1
  • 34. F4 (A,,B,C) = A+A’BC F4 (A,,B,C)=(A+A’)(A+BC) F4 (A,,B,C)=A+BC 1.-Identidades 2.- Factorización AB’ + AB = A(B’+B)= A 3.- Propiedad Distributiva X+YZ = (X+Y) (X+Z) X (Y+Z) = XY +XZ 4.-Teorema del consenso AB+A’C+BC = AB+A’C 5.-Teorema de Dmorgan (AB)’=A’+ B’ (A+B)’=A’ B’ A+B =(A’ B’)’ AB =(A’+B’)’ AND OR A A=A A + A=A A 0 =0 A + 0 = A A 1 =A A + 1 =1 A A’ =0 A+A’ =1