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

What's hot

Period 4 Quadratic Funtions
Period 4 Quadratic FuntionsPeriod 4 Quadratic Funtions
Period 4 Quadratic Funtionsingroy
 
Quadratic Functions
Quadratic FunctionsQuadratic Functions
Quadratic Functionsingroy
 
13. sum and double half-angle formulas-x
13. sum and double half-angle formulas-x13. sum and double half-angle formulas-x
13. sum and double half-angle formulas-xmath260
 
9. sum and double half-angle formulas-x
9. sum and double half-angle  formulas-x9. sum and double half-angle  formulas-x
9. sum and double half-angle formulas-xharbormath240
 
Anvxkj9758u82puhhft
Anvxkj9758u82puhhftAnvxkj9758u82puhhft
Anvxkj9758u82puhhftmimo Mimi
 
Ellipse presentation
Ellipse presentationEllipse presentation
Ellipse presentation7ahmed86
 
Heron’s formula
Heron’s formulaHeron’s formula
Heron’s formulastephy1234
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funcionesClauFdzSrz
 

What's hot (10)

Period 4 Quadratic Funtions
Period 4 Quadratic FuntionsPeriod 4 Quadratic Funtions
Period 4 Quadratic Funtions
 
Quadratic Functions
Quadratic FunctionsQuadratic Functions
Quadratic Functions
 
Fungsi dan Grafik Fungsi Trigonometri
Fungsi dan Grafik Fungsi TrigonometriFungsi dan Grafik Fungsi Trigonometri
Fungsi dan Grafik Fungsi Trigonometri
 
13. sum and double half-angle formulas-x
13. sum and double half-angle formulas-x13. sum and double half-angle formulas-x
13. sum and double half-angle formulas-x
 
9. sum and double half-angle formulas-x
9. sum and double half-angle  formulas-x9. sum and double half-angle  formulas-x
9. sum and double half-angle formulas-x
 
Anvxkj9758u82puhhft
Anvxkj9758u82puhhftAnvxkj9758u82puhhft
Anvxkj9758u82puhhft
 
Ellipse presentation
Ellipse presentationEllipse presentation
Ellipse presentation
 
RM FUNCIONAL
RM FUNCIONALRM FUNCIONAL
RM FUNCIONAL
 
Heron’s formula
Heron’s formulaHeron’s formula
Heron’s formula
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funciones
 

Viewers also liked

Estimation of Flow-Duration and Low-Flow Frequency Parameters for the Sumanpa...
Estimation of Flow-Duration and Low-Flow Frequency Parameters for the Sumanpa...Estimation of Flow-Duration and Low-Flow Frequency Parameters for the Sumanpa...
Estimation of Flow-Duration and Low-Flow Frequency Parameters for the Sumanpa...Eric Takyi Atakora , Ph.D (candidate)
 
17. algebra boole
17. algebra boole17. algebra boole
17. algebra booleClauFdzSrz
 
22. c combin-ovejas
22. c combin-ovejas22. c combin-ovejas
22. c combin-ovejasClauFdzSrz
 
19. control semaforico
19. control semaforico19. control semaforico
19. control semaforicoClauFdzSrz
 
TheLimeGroup_DesignThinking_June2016
TheLimeGroup_DesignThinking_June2016TheLimeGroup_DesignThinking_June2016
TheLimeGroup_DesignThinking_June2016Sarah McGill
 
Markkinointi vuonna 2017: tee edes nämä
Markkinointi vuonna 2017: tee edes nämä Markkinointi vuonna 2017: tee edes nämä
Markkinointi vuonna 2017: tee edes nämä Julia Saarter
 
Relationship between landscape positions and selected soil properties at a Sa...
Relationship between landscape positions and selected soil properties at a Sa...Relationship between landscape positions and selected soil properties at a Sa...
Relationship between landscape positions and selected soil properties at a Sa...Eric Takyi Atakora , Ph.D (candidate)
 
Simulation of sediment transport to Sawah rice fields by applying the water e...
Simulation of sediment transport to Sawah rice fields by applying the water e...Simulation of sediment transport to Sawah rice fields by applying the water e...
Simulation of sediment transport to Sawah rice fields by applying the water e...Eric Takyi Atakora , Ph.D (candidate)
 
DETERMINING THE EFFECTIVENESS OF PERSONALITY ANALYSIS IN THE INDIAN TRAINING ...
DETERMINING THE EFFECTIVENESS OF PERSONALITY ANALYSIS IN THE INDIAN TRAINING ...DETERMINING THE EFFECTIVENESS OF PERSONALITY ANALYSIS IN THE INDIAN TRAINING ...
DETERMINING THE EFFECTIVENESS OF PERSONALITY ANALYSIS IN THE INDIAN TRAINING ...Snehasis Mondal
 
ESTIMATION OF SOIL ERODIBILITY AND RAINFALL EROSIVITY FOR THE BIEMSO BASIN, G...
ESTIMATION OF SOIL ERODIBILITY AND RAINFALL EROSIVITY FOR THE BIEMSO BASIN, G...ESTIMATION OF SOIL ERODIBILITY AND RAINFALL EROSIVITY FOR THE BIEMSO BASIN, G...
ESTIMATION OF SOIL ERODIBILITY AND RAINFALL EROSIVITY FOR THE BIEMSO BASIN, G...Eric Takyi Atakora , Ph.D (candidate)
 
12. cambiosdebase1
12. cambiosdebase112. cambiosdebase1
12. cambiosdebase1ClauFdzSrz
 

Viewers also liked (13)

Estimation of Flow-Duration and Low-Flow Frequency Parameters for the Sumanpa...
Estimation of Flow-Duration and Low-Flow Frequency Parameters for the Sumanpa...Estimation of Flow-Duration and Low-Flow Frequency Parameters for the Sumanpa...
Estimation of Flow-Duration and Low-Flow Frequency Parameters for the Sumanpa...
 
17. algebra boole
17. algebra boole17. algebra boole
17. algebra boole
 
22. c combin-ovejas
22. c combin-ovejas22. c combin-ovejas
22. c combin-ovejas
 
Adith_resume
Adith_resumeAdith_resume
Adith_resume
 
2149 6772-1-pb (1)
2149 6772-1-pb (1)2149 6772-1-pb (1)
2149 6772-1-pb (1)
 
19. control semaforico
19. control semaforico19. control semaforico
19. control semaforico
 
TheLimeGroup_DesignThinking_June2016
TheLimeGroup_DesignThinking_June2016TheLimeGroup_DesignThinking_June2016
TheLimeGroup_DesignThinking_June2016
 
Markkinointi vuonna 2017: tee edes nämä
Markkinointi vuonna 2017: tee edes nämä Markkinointi vuonna 2017: tee edes nämä
Markkinointi vuonna 2017: tee edes nämä
 
Relationship between landscape positions and selected soil properties at a Sa...
Relationship between landscape positions and selected soil properties at a Sa...Relationship between landscape positions and selected soil properties at a Sa...
Relationship between landscape positions and selected soil properties at a Sa...
 
Simulation of sediment transport to Sawah rice fields by applying the water e...
Simulation of sediment transport to Sawah rice fields by applying the water e...Simulation of sediment transport to Sawah rice fields by applying the water e...
Simulation of sediment transport to Sawah rice fields by applying the water e...
 
DETERMINING THE EFFECTIVENESS OF PERSONALITY ANALYSIS IN THE INDIAN TRAINING ...
DETERMINING THE EFFECTIVENESS OF PERSONALITY ANALYSIS IN THE INDIAN TRAINING ...DETERMINING THE EFFECTIVENESS OF PERSONALITY ANALYSIS IN THE INDIAN TRAINING ...
DETERMINING THE EFFECTIVENESS OF PERSONALITY ANALYSIS IN THE INDIAN TRAINING ...
 
ESTIMATION OF SOIL ERODIBILITY AND RAINFALL EROSIVITY FOR THE BIEMSO BASIN, G...
ESTIMATION OF SOIL ERODIBILITY AND RAINFALL EROSIVITY FOR THE BIEMSO BASIN, G...ESTIMATION OF SOIL ERODIBILITY AND RAINFALL EROSIVITY FOR THE BIEMSO BASIN, G...
ESTIMATION OF SOIL ERODIBILITY AND RAINFALL EROSIVITY FOR THE BIEMSO BASIN, G...
 
12. cambiosdebase1
12. cambiosdebase112. cambiosdebase1
12. cambiosdebase1
 

Similar to 18. simpl met-algebraicos

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
 
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
 
Gli Infiniti Valori Derivanti dalla Frazione 1 su 6 - Cinque Formule - Molte ...
Gli Infiniti Valori Derivanti dalla Frazione 1 su 6 - Cinque Formule - Molte ...Gli Infiniti Valori Derivanti dalla Frazione 1 su 6 - Cinque Formule - Molte ...
Gli Infiniti Valori Derivanti dalla Frazione 1 su 6 - Cinque Formule - Molte ...Ist. Superiore Marini-Gioia - Enzo Exposyto
 
Trigonometric ratios and identities 1
Trigonometric ratios and identities 1Trigonometric ratios and identities 1
Trigonometric ratios and identities 1Sudersana Viswanathan
 

Similar to 18. simpl met-algebraicos (20)

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
 
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
 
Gli Infiniti Valori Derivanti dalla Frazione 1 su 6 - Cinque Formule - Molte ...
Gli Infiniti Valori Derivanti dalla Frazione 1 su 6 - Cinque Formule - Molte ...Gli Infiniti Valori Derivanti dalla Frazione 1 su 6 - Cinque Formule - Molte ...
Gli Infiniti Valori Derivanti dalla Frazione 1 su 6 - Cinque Formule - Molte ...
 
Chapter-3.ppt
Chapter-3.pptChapter-3.ppt
Chapter-3.ppt
 
Trigonometric ratios and identities 1
Trigonometric ratios and identities 1Trigonometric ratios and identities 1
Trigonometric ratios and identities 1
 

More from ClauFdzSrz

8. sist analogicos-digitales
8. sist analogicos-digitales8. sist analogicos-digitales
8. sist analogicos-digitalesClauFdzSrz
 
9. sistemas de numeracion
9. sistemas de numeracion9. sistemas de numeracion
9. sistemas de numeracionClauFdzSrz
 
10. present sist-nume
10. present sist-nume10. present sist-nume
10. present sist-numeClauFdzSrz
 
13. conversion sistemas numericos
13. conversion sistemas numericos13. conversion sistemas numericos
13. conversion sistemas numericosClauFdzSrz
 
14. elect digital
14. elect digital14. elect digital
14. elect digitalClauFdzSrz
 
19. mapas karnaught
19. mapas karnaught19. mapas karnaught
19. mapas karnaughtClauFdzSrz
 
20. leyes morgan
20. leyes morgan20. leyes morgan
20. leyes morganClauFdzSrz
 
21. representacion de funciones semaforo
21. representacion de funciones semaforo21. representacion de funciones semaforo
21. representacion de funciones semaforoClauFdzSrz
 
23. c comb-ascensor_monedas
23. c comb-ascensor_monedas23. c comb-ascensor_monedas
23. c comb-ascensor_monedasClauFdzSrz
 
24. problema aviones
24. problema aviones24. problema aviones
24. problema avionesClauFdzSrz
 
Semiconductores
SemiconductoresSemiconductores
SemiconductoresClauFdzSrz
 
Electronica analogica
Electronica analogicaElectronica analogica
Electronica analogicaClauFdzSrz
 
Electr analogica
Electr analogicaElectr analogica
Electr analogicaClauFdzSrz
 
Componentes electronicos
Componentes electronicosComponentes electronicos
Componentes electronicosClauFdzSrz
 

More from ClauFdzSrz (14)

8. sist analogicos-digitales
8. sist analogicos-digitales8. sist analogicos-digitales
8. sist analogicos-digitales
 
9. sistemas de numeracion
9. sistemas de numeracion9. sistemas de numeracion
9. sistemas de numeracion
 
10. present sist-nume
10. present sist-nume10. present sist-nume
10. present sist-nume
 
13. conversion sistemas numericos
13. conversion sistemas numericos13. conversion sistemas numericos
13. conversion sistemas numericos
 
14. elect digital
14. elect digital14. elect digital
14. elect digital
 
19. mapas karnaught
19. mapas karnaught19. mapas karnaught
19. mapas karnaught
 
20. leyes morgan
20. leyes morgan20. leyes morgan
20. leyes morgan
 
21. representacion de funciones semaforo
21. representacion de funciones semaforo21. representacion de funciones semaforo
21. representacion de funciones semaforo
 
23. c comb-ascensor_monedas
23. c comb-ascensor_monedas23. c comb-ascensor_monedas
23. c comb-ascensor_monedas
 
24. problema aviones
24. problema aviones24. problema aviones
24. problema aviones
 
Semiconductores
SemiconductoresSemiconductores
Semiconductores
 
Electronica analogica
Electronica analogicaElectronica analogica
Electronica analogica
 
Electr analogica
Electr analogicaElectr analogica
Electr analogica
 
Componentes electronicos
Componentes electronicosComponentes electronicos
Componentes electronicos
 

Recently uploaded

भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 

Recently uploaded (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 

18. simpl met-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