SlideShare uma empresa Scribd logo
1 de 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

Mais conteúdo relacionado

Mais procurados

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
 
強化学習勉強会の資料(3回目)
強化学習勉強会の資料(3回目)強化学習勉強会の資料(3回目)
強化学習勉強会の資料(3回目)Yuji Okamoto
 
boolean algebra exercises
boolean algebra exercisesboolean algebra exercises
boolean algebra exercisesi i
 
Cone questões resolvidas - fundamentos de matemática elementar
Cone   questões resolvidas - fundamentos de matemática elementarCone   questões resolvidas - fundamentos de matemática elementar
Cone questões resolvidas - fundamentos de matemática elementarCelsodoRozrioBrasilG
 

Mais procurados (8)

Plano numerico.
Plano numerico.Plano numerico.
Plano numerico.
 
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
 
強化学習勉強会の資料(3回目)
強化学習勉強会の資料(3回目)強化学習勉強会の資料(3回目)
強化学習勉強会の資料(3回目)
 
boolean algebra exercises
boolean algebra exercisesboolean algebra exercises
boolean algebra exercises
 
RM FUNCIONAL
RM FUNCIONALRM FUNCIONAL
RM FUNCIONAL
 
Circle
CircleCircle
Circle
 
Cone questões resolvidas - fundamentos de matemática elementar
Cone   questões resolvidas - fundamentos de matemática elementarCone   questões resolvidas - fundamentos de matemática elementar
Cone questões resolvidas - fundamentos de matemática elementar
 

Destaque

Local Business Online Marketing 101
Local Business Online Marketing 101Local Business Online Marketing 101
Local Business Online Marketing 101Nick Allen
 
Pitch Deck Template for startups
Pitch Deck Template for startupsPitch Deck Template for startups
Pitch Deck Template for startupsMalcolm Lewis
 
The PR tool for pitching your media contacts: @prezly
The PR tool for pitching your media contacts: @prezlyThe PR tool for pitching your media contacts: @prezly
The PR tool for pitching your media contacts: @prezlyPrezly
 
Powerful Proposal Presentations: How to Influence Executives and Win the Project
Powerful Proposal Presentations: How to Influence Executives and Win the ProjectPowerful Proposal Presentations: How to Influence Executives and Win the Project
Powerful Proposal Presentations: How to Influence Executives and Win the ProjectMBO Partners
 
Partnership strategic-alliance
Partnership strategic-alliancePartnership strategic-alliance
Partnership strategic-alliancewimmba
 
Web design proposal pdf
Web design proposal pdfWeb design proposal pdf
Web design proposal pdfMarathi Vivah
 
Web Design & Development Trends Presentation
Web Design & Development Trends PresentationWeb Design & Development Trends Presentation
Web Design & Development Trends PresentationRichard Bowden
 
How to Prepare a Website Redesign Proposal
How to Prepare a Website Redesign ProposalHow to Prepare a Website Redesign Proposal
How to Prepare a Website Redesign ProposalSay WOW Marketing
 
PHP framework or CMS -Which one is best for website ?
PHP framework or CMS -Which one is best for website ? PHP framework or CMS -Which one is best for website ?
PHP framework or CMS -Which one is best for website ? WebConnect Pvt Ltd
 
Web Development on Web Project Presentation
Web Development on Web Project PresentationWeb Development on Web Project Presentation
Web Development on Web Project PresentationMilind Gokhale
 
Website Development and Design Proposal
Website Development and Design ProposalWebsite Development and Design Proposal
Website Development and Design ProposalCreative 3D Design
 
Web design proposal sample
Web design proposal sampleWeb design proposal sample
Web design proposal sampleAdviacent
 
The Beginners Guide to Startup PR #startuppr
The Beginners Guide to Startup PR #startupprThe Beginners Guide to Startup PR #startuppr
The Beginners Guide to Startup PR #startupprOnboardly
 
Research proposal 1
Research proposal 1Research proposal 1
Research proposal 1Hina Honey
 
What the F**k is Social Media NOW?
What the F**k is Social Media NOW?What the F**k is Social Media NOW?
What the F**k is Social Media NOW?Martafy!
 
20170310 Jouw eigen website maken - Sabbatini
20170310 Jouw eigen website maken - Sabbatini20170310 Jouw eigen website maken - Sabbatini
20170310 Jouw eigen website maken - SabbatiniI Like Media
 

Destaque (20)

Local Business Online Marketing 101
Local Business Online Marketing 101Local Business Online Marketing 101
Local Business Online Marketing 101
 
Pitch Deck Template for startups
Pitch Deck Template for startupsPitch Deck Template for startups
Pitch Deck Template for startups
 
The PR tool for pitching your media contacts: @prezly
The PR tool for pitching your media contacts: @prezlyThe PR tool for pitching your media contacts: @prezly
The PR tool for pitching your media contacts: @prezly
 
Powerful Proposal Presentations: How to Influence Executives and Win the Project
Powerful Proposal Presentations: How to Influence Executives and Win the ProjectPowerful Proposal Presentations: How to Influence Executives and Win the Project
Powerful Proposal Presentations: How to Influence Executives and Win the Project
 
Partnership strategic-alliance
Partnership strategic-alliancePartnership strategic-alliance
Partnership strategic-alliance
 
Sales & Proposal Process
Sales & Proposal ProcessSales & Proposal Process
Sales & Proposal Process
 
Web design proposal pdf
Web design proposal pdfWeb design proposal pdf
Web design proposal pdf
 
Web Design & Development Trends Presentation
Web Design & Development Trends PresentationWeb Design & Development Trends Presentation
Web Design & Development Trends Presentation
 
Web site proposal
Web site proposalWeb site proposal
Web site proposal
 
How to Prepare a Website Redesign Proposal
How to Prepare a Website Redesign ProposalHow to Prepare a Website Redesign Proposal
How to Prepare a Website Redesign Proposal
 
PHP framework or CMS -Which one is best for website ?
PHP framework or CMS -Which one is best for website ? PHP framework or CMS -Which one is best for website ?
PHP framework or CMS -Which one is best for website ?
 
Web Development on Web Project Presentation
Web Development on Web Project PresentationWeb Development on Web Project Presentation
Web Development on Web Project Presentation
 
Website Development and Design Proposal
Website Development and Design ProposalWebsite Development and Design Proposal
Website Development and Design Proposal
 
Web design proposal sample
Web design proposal sampleWeb design proposal sample
Web design proposal sample
 
The Beginners Guide to Startup PR #startuppr
The Beginners Guide to Startup PR #startupprThe Beginners Guide to Startup PR #startuppr
The Beginners Guide to Startup PR #startuppr
 
Research proposal 1
Research proposal 1Research proposal 1
Research proposal 1
 
What the F**k is Social Media NOW?
What the F**k is Social Media NOW?What the F**k is Social Media NOW?
What the F**k is Social Media NOW?
 
Sample Website Proposal Presentation
Sample Website Proposal PresentationSample Website Proposal Presentation
Sample Website Proposal Presentation
 
Build a Better Entrepreneur Pitch Deck
Build a Better Entrepreneur Pitch DeckBuild a Better Entrepreneur Pitch Deck
Build a Better Entrepreneur Pitch Deck
 
20170310 Jouw eigen website maken - Sabbatini
20170310 Jouw eigen website maken - Sabbatini20170310 Jouw eigen website maken - Sabbatini
20170310 Jouw eigen website maken - Sabbatini
 

Semelhante a 11. simpl met algebraicos

Simplificación funciones Booleanas
Simplificación funciones BooleanasSimplificación funciones Booleanas
Simplificación funciones Booleanascandebobes
 
simplificacion metodos-algebraicos
 simplificacion metodos-algebraicos simplificacion metodos-algebraicos
simplificacion metodos-algebraicosjoeltecno9
 
18. simpl met-algebraicos
18. simpl met-algebraicos18. simpl met-algebraicos
18. simpl met-algebraicosMiguelBG11
 
Métodos de simplificación
Métodos de simplificaciónMétodos de simplificación
Métodos de simplificaciónlauracruzpal
 
Simplificar funciones.ppt
Simplificar funciones.pptSimplificar funciones.ppt
Simplificar funciones.pptMarcos Rdguez
 
9. simplificar funciones
9. simplificar funciones9. simplificar funciones
9. simplificar funcionesJustino Cat
 
SIMPLIFICACION DE FUNCIONES BOOLEANAS
SIMPLIFICACION DE FUNCIONES BOOLEANASSIMPLIFICACION DE FUNCIONES BOOLEANAS
SIMPLIFICACION DE FUNCIONES BOOLEANASPEDROASTURES21
 
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
 
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
 

Semelhante a 11. simpl met algebraicos (20)

18. simpl met-algebraicos
18. simpl met-algebraicos18. simpl met-algebraicos
18. simpl met-algebraicos
 
Simplificación funciones Booleanas
Simplificación funciones BooleanasSimplificación funciones Booleanas
Simplificación funciones Booleanas
 
simplificacion metodos-algebraicos
 simplificacion metodos-algebraicos simplificacion metodos-algebraicos
simplificacion metodos-algebraicos
 
18. simpl met-algebraicos
18. simpl met-algebraicos18. simpl met-algebraicos
18. simpl met-algebraicos
 
Métodos de simplificación
Métodos de simplificaciónMétodos de simplificación
Métodos de simplificación
 
Sop and pos
Sop and posSop and pos
Sop and pos
 
Simplificar funciones.ppt
Simplificar funciones.pptSimplificar funciones.ppt
Simplificar funciones.ppt
 
9. simplificar funciones
9. simplificar funciones9. simplificar funciones
9. simplificar funciones
 
SIMPLIFICACION DE FUNCIONES BOOLEANAS
SIMPLIFICACION DE FUNCIONES BOOLEANASSIMPLIFICACION DE FUNCIONES BOOLEANAS
SIMPLIFICACION DE FUNCIONES BOOLEANAS
 
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
 
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 ...
 

Mais de boounzueta

4. cambios base
4. cambios base4. cambios base
4. cambios baseboounzueta
 
3. present sist nume
3. present sist nume3. present sist nume
3. present sist numeboounzueta
 
2. sistemas de numeracion
2. sistemas de numeracion2. sistemas de numeracion
2. sistemas de numeracionboounzueta
 
19. control semaforico
19. control semaforico19. control semaforico
19. control semaforicoboounzueta
 
18. comparar dos numeros
18. comparar dos numeros18. comparar dos numeros
18. comparar dos numerosboounzueta
 
17. problema aviones
17. problema aviones17. problema aviones
17. problema avionesboounzueta
 
16. c comb ascensor monedas
16. c comb ascensor monedas16. c comb ascensor monedas
16. c comb ascensor monedasboounzueta
 
15. c combin ovejas
15. c combin ovejas15. c combin ovejas
15. c combin ovejasboounzueta
 
14. representacion de funciones semaforo
14. representacion de funciones semaforo14. representacion de funciones semaforo
14. representacion de funciones semaforoboounzueta
 
13. leyes morgan
13. leyes morgan13. leyes morgan
13. leyes morganboounzueta
 
12. mapas karnaught
12. mapas karnaught12. mapas karnaught
12. mapas karnaughtboounzueta
 
10. algebra boole
10. algebra boole10. algebra boole
10. algebra booleboounzueta
 
1. sist analogicos digitales
1. sist analogicos digitales1. sist analogicos digitales
1. sist analogicos digitalesboounzueta
 
La electricidad
La electricidadLa electricidad
La electricidadboounzueta
 
La electricidad andres
La electricidad andresLa electricidad andres
La electricidad andresboounzueta
 
La electricidad jesus
La electricidad jesusLa electricidad jesus
La electricidad jesusboounzueta
 
Circuitos electricos
Circuitos electricosCircuitos electricos
Circuitos electricosboounzueta
 

Mais de boounzueta (17)

4. cambios base
4. cambios base4. cambios base
4. cambios base
 
3. present sist nume
3. present sist nume3. present sist nume
3. present sist nume
 
2. sistemas de numeracion
2. sistemas de numeracion2. sistemas de numeracion
2. sistemas de numeracion
 
19. control semaforico
19. control semaforico19. control semaforico
19. control semaforico
 
18. comparar dos numeros
18. comparar dos numeros18. comparar dos numeros
18. comparar dos numeros
 
17. problema aviones
17. problema aviones17. problema aviones
17. problema aviones
 
16. c comb ascensor monedas
16. c comb ascensor monedas16. c comb ascensor monedas
16. c comb ascensor monedas
 
15. c combin ovejas
15. c combin ovejas15. c combin ovejas
15. c combin ovejas
 
14. representacion de funciones semaforo
14. representacion de funciones semaforo14. representacion de funciones semaforo
14. representacion de funciones semaforo
 
13. leyes morgan
13. leyes morgan13. leyes morgan
13. leyes morgan
 
12. mapas karnaught
12. mapas karnaught12. mapas karnaught
12. mapas karnaught
 
10. algebra boole
10. algebra boole10. algebra boole
10. algebra boole
 
1. sist analogicos digitales
1. sist analogicos digitales1. sist analogicos digitales
1. sist analogicos digitales
 
La electricidad
La electricidadLa electricidad
La electricidad
 
La electricidad andres
La electricidad andresLa electricidad andres
La electricidad andres
 
La electricidad jesus
La electricidad jesusLa electricidad jesus
La electricidad jesus
 
Circuitos electricos
Circuitos electricosCircuitos electricos
Circuitos electricos
 

Último

Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 

Último (20)

Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 

11. 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