SlideShare a Scribd company logo
1 of 18
UNIVERSIDAD "FERMÍN TORO"
SISTEMA INTERACTIVOS DE EDUCACIÓN A
DISTANCIA. (SAIA) CABUDARE.
EJERCICIOS 1
APELLIDO Y NOMBRE: Domínguez Javier
SECCIÓN: SAIA A
ACTIVIDAD N° 1
FECHA: 15-06-2021
PROFESORA: Edecio Freitez
v1 a1 v2
a2 v3 a3
a5 a6 a7 a8 a9 a10
a4 a12
a11 a13
a16
a14
a15 a19
a20
a17
a18
UNIVERSIDAD FERMIN TORO
DEPARTAMENTO DE MATEMATICAS
ESTRUCTURAS DISCRETAS II
EJERCICIOS PROPUESTOS
Dado el siguiente grafo, encontrar:
a) Matriz de adyancencia
Ma(G)=
V1 V2 V3 V4 V5 V6 V7 V8
V1 0 1 1 1 0 0 1 1
V2 1 0 1 0 1 1 0 1
V3 1 1 0 1 1 1 1 0
V4 1 0 1 0 1 0 1 0
V5 0 1 1 1 0 1 1 1
V6 0 1 1 0 1 0 0 1
V7 1 0 1 1 1 0 0 1
V8 1 1 0 0 1 1 1 0
b) Matriz de incidencia
Mi(G)=
V1 V2 V3 V4 V5 V6 V7 V8
a1 1 1 0 0 0 0 0 0
a2 1 0 1 0 0 0 0 0
a3 0 1 1 0 0 0 0 0
a4 1 0 0 1 0 0 0 0
a5 1 0 0 0 1 0 0 0
a6 1 0 0 0 0 0 1 0
a7 0 0 1 0 0 0 0 1
a8 0 1 0 0 0 1 0 0
a9 0 1 0 0 0 0 1 0
a10 0 1 0 0 0 0 0 1
a11 0 0 1 1 0 0 0 0
a12 0 0 1 0 1 0 0 0
a13 0 0 1 0 0 1 0 0
a14 0 0 0 1 0 1 0 0
a15 0 0 0 1 1 0 0 0
a16 0 0 0 0 0 1 0 1
a17 0 0 0 0 1 1 0 0
a18 0 0 0 0 1 0 1 0
a19 0 0 0 0 0 1 1 0
a20 0 0 0 0 0 0 1 1
c) Es conexo?. Justifique su respuesta
Si es conexo, ya que para que cualquier par de vértices a y b en (G) existe al menos una
trayectoria de (a) a (b) donde existe un camino que los une.
d) Es simple?. Justifique su respuesta
Si es simple, ya que ninguno de los vértices posee lazos.
e) Es regular?. Justifique su respuesta
No es regular, ya que hay vértices que tienen grados diferentes, cuando es regular cada
vértice tiene el mismo grado o valencia.
f) Es completo? Justifique su respuesta
No es completo, porque posee aristas paralelas y más de una arista por cada par de
vértices, dando origen a los subgrafos.
g) Una cadena simple no elemental de grado 6
En el caso de C=[V1 a1 V2 a10 V6 a16 V5 a14 V4 a3 V2] se repite el vértice [V2] por lo
tanto no es elemental.
h) Un ciclo no simple de grado 5
En el caso de C=[V5 a19 V8 a18 V7 a17 V5 a19 V7 a9 V2] se repite la aristas [a19] por lo
tanto no es simple.
i) Arbol generador aplicando el algoritmo constructor
j) Se elige S1=V1 haciendo H1=[V1]
ii) Se elige la arista a4 que conecta a V1 con V4 haciendo H2=[V1,V4]
iii) Se elige la arista a15 que conecta V4 con V7 haciendo H3=[V1, V4, V7]
iv) Se elige la arista a17 que conecta a V7 con V5 haciendo H4=[V1, V4, V7, V5]
v) Se elige la arista a19 que conecta a V5 con V8 haciendo H5=[V1, V4, V7, V5, V8]
vi) Se elige la arista a20 que conecta a V8 con V6 haciendo H6=[V1, V4, V7, V5, V8, V6]
vii) Se elige la arista a10 que conecta a V6 con v2 haciendo H7=[V1, V4, V7, V5, V8, V6 ,V2]
viii) Se elige la arista a3 que conecta a V2 con V3 haciendo H8=[V1, V4, V7, V5, V8, V6, V2
,V3]
Árbol Generador
a) Subgrafo parcial
b) Demostrar si es euleriano aplicando el algoritmo de Fleury
 Se selecciona a1
 Se selecciona a3
 Se selecciona a2
 Se selecciona a4
 Se selecciona a11
 Se selecciona a12
 Se selecciona a5
 Se selecciona a6
 Se selecciona a9
 Se selecciona a10
 Se selecciona a7
 Se selecciona a13
 Se selecciona a14
 Se selecciona a15
 Se selecciona a18
 Se selecciona a20
 Se selecciona a16
El grafo no es euleriano, ya que los vértices no tienen grado par, por lo cual no es posible construir
un ciclo euleriano.
c) Demostrar si es hamiltoniano
Si es Hamiltoniano ya que el número de vértices de G en 8, Gr(V1)≥ 8/2=4 (i=1,2,8)
a1 v2
1
a6 a5 a2 a3 a4
a9
v3 a8 v4
a7
a12
a10 a11
v5 a13
Dado el siguiente dígrafo
v
v6
a14
a) Encontrar matriz de conexión
a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11 a12 a13 a14
V1 0 0 0 0 0 0 0 0 1 0 0 0 0 0
V2 1 0 0 0 0 0 0 0 0 1 0 0 0 0
V3 0 1 0 0 1 0 0 0 0 0 0 0 0 0
V4 0 0 1 0 0 0 0 1 0 0 1 0 0 0
V5 0 0 0 0 0 1 1 0 0 0 0 0 0 1
V6 0 0 0 1 0 0 0 0 0 0 0 1 1 0
b)Es simple?. Justifique su respuesta
Si es simple, porque no posee ningún lazo y además tampoco existen arcos paralelos que
puedan partir de un mismo vértice a otro.
c) Encontrar una cadena no simple no elemental de grado 5
C=[ V1 a6 V5 a11 V4 a12 V6 a14 V5 a13 V6]
d)Encontrar un ciclo simple
C=[ V5 a11 V4 a12 V6 a14 V5]
e) Demostrar si es fuertemente conexo utilizando la matriz de accesibilidad
Ma(D)=
V1 V2 V3 V4 V5 V6
V1 0 1 1 0 1 0
V2 0 0 1 1 0 1
V3 0 0 0 1 1 0
V4 1 0 0 0 0 1
V5 0 1 0 1 0 1
V6 0 0 0 0 1 0
Se eleva la matriz al cuadrado para encontrar los caminos de tamaño dos (02)
M²(G)=
V1 V2 V3 V4 V5 V6
V1 0 0 1 1 1 1
V2 1 0 0 1 1 1
V3 1 1 0 1 0 1
V4 0 1 1 0 1 0
V5 1 0 1 1 1 1
V6 0 1 0 1 0 1
Se eleva la matriz al cubo para encontrar los caminos de tamaño tres (03)
M³(G)=
V1 V2 V3 V4 V5 V6
V1 1 1 1 1 1 1
V2 1 1 1 1 1 1
V3 1 1 1 0 1 1
V4 0 1 1 1 1 1
V5 0 1 1 1 1 1
V6 1 0 1 1 0 1
Se eleva la matriz a la cuatro para encontrar los caminos de tamaño cuatro (04)
M^4(G)=
V1 V2 V3 V4 V5 V6
V1 1 1 1 1 1 1
V2 1 0 1 1 1 1
V3 0 1 1 1 1 1
V4 1 1 0 1 1 1
V5 1 1 1 1 1 1
V6 1 1 1 1 0 1
Se eleva la matriz a la cuatro para encontrar los caminos de tamaño cuatro (05)
M^5(G)=
V1 V2 V3 V4 V5 V6
V1 1 1 1 1 1 1
V2 1 1 1 1 1 1
V3 1 1 1 1 1 1
V4 1 1 1 1 1 1
V5 1 1 1 1 1 1
V6 1 1 1 1 0 1
Ahora calculamos la Matriz de Accesibilidad ACC(D)= bin [ I6+ M+𝑀2+𝑀3+𝑀4+𝑀5]
Acc(D)=bin
V1 V2 V3 V4 V5 V6
V1 3 4 5 4 5 4
V2 4 2 5 5 5 5
V3 3 4 3 4 4 4
V4 4 4 3 5 4 4
V5 3 4 4 5 4 5
V6 3 3 3 4 1 4
• Componentes iguales a 0 permanecerá como un 0
• Componentes diferentes de 0 permanecerá como un 1
Acc(D)=bin
V1 V2 V3 V4 V5 V6
V1 1 1 1 1 1 1
V2 1 1 1 1 1 1
V3 1 1 1 1 1 1
V4 1 1 1 1 1 1
V5 1 1 1 1 1 1
V6 1 1 1 1 1 1
Dígrafo fuertemente conexo
f) Encontrar la distancia de v2 a los demás vértices utilizando el algoritmo de Dijkstra
Ponderación de las aristas
Aristas a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11 a12 a13 a14
Ponder. 2 3 4 3 2 3 4 1 4 3 2 2 4 3
D V2 a V1 : 2
D V2 a V3 : 3
D V2 a V4 : 4
D V2 a V5 : 3
D V2 a V6 : 3

More Related Content

What's hot (20)

IME 2015 - aberta
IME 2015 - abertaIME 2015 - aberta
IME 2015 - aberta
 
_mat__7º_ano_exercicio
_mat__7º_ano_exercicio_mat__7º_ano_exercicio
_mat__7º_ano_exercicio
 
IME 2019 - fechada
IME 2019 - fechadaIME 2019 - fechada
IME 2019 - fechada
 
Efoom 2017
Efoom 2017Efoom 2017
Efoom 2017
 
Fuvest 2020 - aberta
Fuvest 2020 - abertaFuvest 2020 - aberta
Fuvest 2020 - aberta
 
ITA 2020 - aberta
ITA 2020 - abertaITA 2020 - aberta
ITA 2020 - aberta
 
ITA 2020 - fechada
ITA 2020 -  fechadaITA 2020 -  fechada
ITA 2020 - fechada
 
Fuvest 2019 - fechada
Fuvest 2019 - fechadaFuvest 2019 - fechada
Fuvest 2019 - fechada
 
5 matdis akar_kompleks k
5 matdis akar_kompleks k5 matdis akar_kompleks k
5 matdis akar_kompleks k
 
ITA 2014 - fechada
ITA 2014 - fechadaITA 2014 - fechada
ITA 2014 - fechada
 
ITA 2018 - fechada
ITA 2018 - fechadaITA 2018 - fechada
ITA 2018 - fechada
 
Num Integration
Num IntegrationNum Integration
Num Integration
 
Retas 3
Retas 3Retas 3
Retas 3
 
solved questions of binary system
solved questions of binary systemsolved questions of binary system
solved questions of binary system
 
IME 2014 - fechada
IME 2014 - fechadaIME 2014 - fechada
IME 2014 - fechada
 
ITA 2015 - fechada
ITA 2015 - fechadaITA 2015 - fechada
ITA 2015 - fechada
 
Unicamp 2018 - aberta
Unicamp 2018 - abertaUnicamp 2018 - aberta
Unicamp 2018 - aberta
 
8 2 Notes
8 2 Notes8 2 Notes
8 2 Notes
 
ITA 2014 - aberta
ITA 2014 - abertaITA 2014 - aberta
ITA 2014 - aberta
 
Funções 1
Funções 1Funções 1
Funções 1
 

Similar to Javier dominguez 20800945 actividad 1_estructuras discretas

Cs6702 graph theory and applications Anna University question paper apr may 2...
Cs6702 graph theory and applications Anna University question paper apr may 2...Cs6702 graph theory and applications Anna University question paper apr may 2...
Cs6702 graph theory and applications Anna University question paper apr may 2...appasami
 
CMSC 56 | Lecture 10: Integer Representations & Algorithms
CMSC 56 | Lecture 10: Integer Representations & AlgorithmsCMSC 56 | Lecture 10: Integer Representations & Algorithms
CMSC 56 | Lecture 10: Integer Representations & Algorithmsallyn joy calcaben
 
Math 2318 - Test 3In this test we will try something differe.docx
Math 2318 - Test 3In this test we will try something differe.docxMath 2318 - Test 3In this test we will try something differe.docx
Math 2318 - Test 3In this test we will try something differe.docxandreecapon
 
Ejercicios asignados a yonathan david diaz granados
Ejercicios asignados a yonathan david diaz granadosEjercicios asignados a yonathan david diaz granados
Ejercicios asignados a yonathan david diaz granadosYonathanDavidDiazGra
 
Discrete mathematic answers of questions
Discrete mathematic answers of questionsDiscrete mathematic answers of questions
Discrete mathematic answers of questionsSamet öztoprak
 
Discrete mathematic answers of questions
Discrete mathematic answers of questionsDiscrete mathematic answers of questions
Discrete mathematic answers of questionsSamet öztoprak
 
COMPUTERIZED LAYOUT METHODS ,CRAFT , ALDEP
COMPUTERIZED LAYOUT METHODS ,CRAFT , ALDEPCOMPUTERIZED LAYOUT METHODS ,CRAFT , ALDEP
COMPUTERIZED LAYOUT METHODS ,CRAFT , ALDEPMANI KRISHNA
 
A tabu search algorithm for the min max k-chinese postman problem
A tabu search algorithm for the min max k-chinese postman problemA tabu search algorithm for the min max k-chinese postman problem
A tabu search algorithm for the min max k-chinese postman problem政謙 陳
 
Butterfly Counting in Bipartite Networks
Butterfly Counting in Bipartite NetworksButterfly Counting in Bipartite Networks
Butterfly Counting in Bipartite NetworksSeyed-Vahid Sanei-Mehri
 
Ec2203 digital electronics questions anna university by www.annaunivedu.org
Ec2203 digital electronics questions anna university by www.annaunivedu.orgEc2203 digital electronics questions anna university by www.annaunivedu.org
Ec2203 digital electronics questions anna university by www.annaunivedu.organnaunivedu
 
Class01_Computer_Contest_Level_3_Notes_Sep_07 - Copy.pdf
Class01_Computer_Contest_Level_3_Notes_Sep_07 - Copy.pdfClass01_Computer_Contest_Level_3_Notes_Sep_07 - Copy.pdf
Class01_Computer_Contest_Level_3_Notes_Sep_07 - Copy.pdfChristianKapsales1
 

Similar to Javier dominguez 20800945 actividad 1_estructuras discretas (20)

Cs6702 graph theory and applications Anna University question paper apr may 2...
Cs6702 graph theory and applications Anna University question paper apr may 2...Cs6702 graph theory and applications Anna University question paper apr may 2...
Cs6702 graph theory and applications Anna University question paper apr may 2...
 
Question bank
Question bankQuestion bank
Question bank
 
Efoom 2016
Efoom 2016Efoom 2016
Efoom 2016
 
CMSC 56 | Lecture 10: Integer Representations & Algorithms
CMSC 56 | Lecture 10: Integer Representations & AlgorithmsCMSC 56 | Lecture 10: Integer Representations & Algorithms
CMSC 56 | Lecture 10: Integer Representations & Algorithms
 
Math 2318 - Test 3In this test we will try something differe.docx
Math 2318 - Test 3In this test we will try something differe.docxMath 2318 - Test 3In this test we will try something differe.docx
Math 2318 - Test 3In this test we will try something differe.docx
 
Escola naval 2020
Escola naval 2020Escola naval 2020
Escola naval 2020
 
Ejercicios asignados a yonathan david diaz granados
Ejercicios asignados a yonathan david diaz granadosEjercicios asignados a yonathan david diaz granados
Ejercicios asignados a yonathan david diaz granados
 
Aman 2020
Aman 2020Aman 2020
Aman 2020
 
Discrete mathematic answers of questions
Discrete mathematic answers of questionsDiscrete mathematic answers of questions
Discrete mathematic answers of questions
 
Discrete mathematic answers of questions
Discrete mathematic answers of questionsDiscrete mathematic answers of questions
Discrete mathematic answers of questions
 
Acafe 2016
Acafe 2016Acafe 2016
Acafe 2016
 
COMPUTERIZED LAYOUT METHODS ,CRAFT , ALDEP
COMPUTERIZED LAYOUT METHODS ,CRAFT , ALDEPCOMPUTERIZED LAYOUT METHODS ,CRAFT , ALDEP
COMPUTERIZED LAYOUT METHODS ,CRAFT , ALDEP
 
A tabu search algorithm for the min max k-chinese postman problem
A tabu search algorithm for the min max k-chinese postman problemA tabu search algorithm for the min max k-chinese postman problem
A tabu search algorithm for the min max k-chinese postman problem
 
Butterfly Counting in Bipartite Networks
Butterfly Counting in Bipartite NetworksButterfly Counting in Bipartite Networks
Butterfly Counting in Bipartite Networks
 
Riha
RihaRiha
Riha
 
Aman 2019
Aman 2019Aman 2019
Aman 2019
 
Ec2203 digital electronics questions anna university by www.annaunivedu.org
Ec2203 digital electronics questions anna university by www.annaunivedu.orgEc2203 digital electronics questions anna university by www.annaunivedu.org
Ec2203 digital electronics questions anna university by www.annaunivedu.org
 
Fuvest 2011 - aberta
Fuvest 2011 - abertaFuvest 2011 - aberta
Fuvest 2011 - aberta
 
Class01_Computer_Contest_Level_3_Notes_Sep_07 - Copy.pdf
Class01_Computer_Contest_Level_3_Notes_Sep_07 - Copy.pdfClass01_Computer_Contest_Level_3_Notes_Sep_07 - Copy.pdf
Class01_Computer_Contest_Level_3_Notes_Sep_07 - Copy.pdf
 
Arithmatic &Logic Unit
Arithmatic &Logic UnitArithmatic &Logic Unit
Arithmatic &Logic Unit
 

More from JavierJoseDominguezd

Javier Dominguez 20800945 ejercicios propuestos
Javier Dominguez 20800945 ejercicios propuestosJavier Dominguez 20800945 ejercicios propuestos
Javier Dominguez 20800945 ejercicios propuestosJavierJoseDominguezd
 
Javier dominguez 20800945 ejercicios propuestos 2
Javier dominguez 20800945 ejercicios propuestos 2Javier dominguez 20800945 ejercicios propuestos 2
Javier dominguez 20800945 ejercicios propuestos 2JavierJoseDominguezd
 
Mapa conceptual estructuras discretas ii javier dominguez_20800945
Mapa conceptual estructuras discretas ii javier dominguez_20800945Mapa conceptual estructuras discretas ii javier dominguez_20800945
Mapa conceptual estructuras discretas ii javier dominguez_20800945JavierJoseDominguezd
 
Asignacion 3 javier dominguez matematica 2_ saiaa
Asignacion 3  javier dominguez  matematica 2_ saiaaAsignacion 3  javier dominguez  matematica 2_ saiaa
Asignacion 3 javier dominguez matematica 2_ saiaaJavierJoseDominguezd
 
Javier Domínguez SAIA C Asignación 1
Javier Domínguez SAIA C Asignación 1Javier Domínguez SAIA C Asignación 1
Javier Domínguez SAIA C Asignación 1JavierJoseDominguezd
 
La Estructura del computador Javier Dominguez SAIAA
La Estructura del computador Javier Dominguez SAIAALa Estructura del computador Javier Dominguez SAIAA
La Estructura del computador Javier Dominguez SAIAAJavierJoseDominguezd
 
Javier dominguez 20800945 saiaa_slideshare
Javier dominguez 20800945 saiaa_slideshareJavier dominguez 20800945 saiaa_slideshare
Javier dominguez 20800945 saiaa_slideshareJavierJoseDominguezd
 

More from JavierJoseDominguezd (9)

Javier dominguez 20800945
Javier dominguez 20800945Javier dominguez 20800945
Javier dominguez 20800945
 
Javier Dominguez 20800945 ejercicios propuestos
Javier Dominguez 20800945 ejercicios propuestosJavier Dominguez 20800945 ejercicios propuestos
Javier Dominguez 20800945 ejercicios propuestos
 
Javier dominguez 20800945 ejercicios propuestos 2
Javier dominguez 20800945 ejercicios propuestos 2Javier dominguez 20800945 ejercicios propuestos 2
Javier dominguez 20800945 ejercicios propuestos 2
 
Mapa conceptual estructuras discretas ii javier dominguez_20800945
Mapa conceptual estructuras discretas ii javier dominguez_20800945Mapa conceptual estructuras discretas ii javier dominguez_20800945
Mapa conceptual estructuras discretas ii javier dominguez_20800945
 
Asignacion 3 javier dominguez matematica 2_ saiaa
Asignacion 3  javier dominguez  matematica 2_ saiaaAsignacion 3  javier dominguez  matematica 2_ saiaa
Asignacion 3 javier dominguez matematica 2_ saiaa
 
Javier dominguez actividad 3
Javier dominguez  actividad 3Javier dominguez  actividad 3
Javier dominguez actividad 3
 
Javier Domínguez SAIA C Asignación 1
Javier Domínguez SAIA C Asignación 1Javier Domínguez SAIA C Asignación 1
Javier Domínguez SAIA C Asignación 1
 
La Estructura del computador Javier Dominguez SAIAA
La Estructura del computador Javier Dominguez SAIAALa Estructura del computador Javier Dominguez SAIAA
La Estructura del computador Javier Dominguez SAIAA
 
Javier dominguez 20800945 saiaa_slideshare
Javier dominguez 20800945 saiaa_slideshareJavier dominguez 20800945 saiaa_slideshare
Javier dominguez 20800945 saiaa_slideshare
 

Recently uploaded

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
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
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
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
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 

Recently uploaded (20)

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.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
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
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
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
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
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 

Javier dominguez 20800945 actividad 1_estructuras discretas

  • 1. UNIVERSIDAD "FERMÍN TORO" SISTEMA INTERACTIVOS DE EDUCACIÓN A DISTANCIA. (SAIA) CABUDARE. EJERCICIOS 1 APELLIDO Y NOMBRE: Domínguez Javier SECCIÓN: SAIA A ACTIVIDAD N° 1 FECHA: 15-06-2021 PROFESORA: Edecio Freitez
  • 2. v1 a1 v2 a2 v3 a3 a5 a6 a7 a8 a9 a10 a4 a12 a11 a13 a16 a14 a15 a19 a20 a17 a18 UNIVERSIDAD FERMIN TORO DEPARTAMENTO DE MATEMATICAS ESTRUCTURAS DISCRETAS II EJERCICIOS PROPUESTOS Dado el siguiente grafo, encontrar: a) Matriz de adyancencia Ma(G)= V1 V2 V3 V4 V5 V6 V7 V8 V1 0 1 1 1 0 0 1 1 V2 1 0 1 0 1 1 0 1 V3 1 1 0 1 1 1 1 0 V4 1 0 1 0 1 0 1 0 V5 0 1 1 1 0 1 1 1 V6 0 1 1 0 1 0 0 1 V7 1 0 1 1 1 0 0 1 V8 1 1 0 0 1 1 1 0
  • 3. b) Matriz de incidencia Mi(G)= V1 V2 V3 V4 V5 V6 V7 V8 a1 1 1 0 0 0 0 0 0 a2 1 0 1 0 0 0 0 0 a3 0 1 1 0 0 0 0 0 a4 1 0 0 1 0 0 0 0 a5 1 0 0 0 1 0 0 0 a6 1 0 0 0 0 0 1 0 a7 0 0 1 0 0 0 0 1 a8 0 1 0 0 0 1 0 0 a9 0 1 0 0 0 0 1 0 a10 0 1 0 0 0 0 0 1 a11 0 0 1 1 0 0 0 0 a12 0 0 1 0 1 0 0 0 a13 0 0 1 0 0 1 0 0 a14 0 0 0 1 0 1 0 0 a15 0 0 0 1 1 0 0 0 a16 0 0 0 0 0 1 0 1 a17 0 0 0 0 1 1 0 0 a18 0 0 0 0 1 0 1 0 a19 0 0 0 0 0 1 1 0 a20 0 0 0 0 0 0 1 1 c) Es conexo?. Justifique su respuesta Si es conexo, ya que para que cualquier par de vértices a y b en (G) existe al menos una trayectoria de (a) a (b) donde existe un camino que los une. d) Es simple?. Justifique su respuesta Si es simple, ya que ninguno de los vértices posee lazos. e) Es regular?. Justifique su respuesta No es regular, ya que hay vértices que tienen grados diferentes, cuando es regular cada vértice tiene el mismo grado o valencia. f) Es completo? Justifique su respuesta No es completo, porque posee aristas paralelas y más de una arista por cada par de vértices, dando origen a los subgrafos.
  • 4. g) Una cadena simple no elemental de grado 6 En el caso de C=[V1 a1 V2 a10 V6 a16 V5 a14 V4 a3 V2] se repite el vértice [V2] por lo tanto no es elemental. h) Un ciclo no simple de grado 5 En el caso de C=[V5 a19 V8 a18 V7 a17 V5 a19 V7 a9 V2] se repite la aristas [a19] por lo tanto no es simple. i) Arbol generador aplicando el algoritmo constructor j) Se elige S1=V1 haciendo H1=[V1] ii) Se elige la arista a4 que conecta a V1 con V4 haciendo H2=[V1,V4] iii) Se elige la arista a15 que conecta V4 con V7 haciendo H3=[V1, V4, V7] iv) Se elige la arista a17 que conecta a V7 con V5 haciendo H4=[V1, V4, V7, V5]
  • 5. v) Se elige la arista a19 que conecta a V5 con V8 haciendo H5=[V1, V4, V7, V5, V8] vi) Se elige la arista a20 que conecta a V8 con V6 haciendo H6=[V1, V4, V7, V5, V8, V6] vii) Se elige la arista a10 que conecta a V6 con v2 haciendo H7=[V1, V4, V7, V5, V8, V6 ,V2]
  • 6. viii) Se elige la arista a3 que conecta a V2 con V3 haciendo H8=[V1, V4, V7, V5, V8, V6, V2 ,V3] Árbol Generador a) Subgrafo parcial
  • 7. b) Demostrar si es euleriano aplicando el algoritmo de Fleury  Se selecciona a1  Se selecciona a3
  • 8.  Se selecciona a2  Se selecciona a4  Se selecciona a11
  • 9.  Se selecciona a12  Se selecciona a5  Se selecciona a6
  • 10.  Se selecciona a9  Se selecciona a10  Se selecciona a7
  • 11.  Se selecciona a13  Se selecciona a14  Se selecciona a15
  • 12.  Se selecciona a18  Se selecciona a20
  • 13.  Se selecciona a16 El grafo no es euleriano, ya que los vértices no tienen grado par, por lo cual no es posible construir un ciclo euleriano. c) Demostrar si es hamiltoniano Si es Hamiltoniano ya que el número de vértices de G en 8, Gr(V1)≥ 8/2=4 (i=1,2,8)
  • 14. a1 v2 1 a6 a5 a2 a3 a4 a9 v3 a8 v4 a7 a12 a10 a11 v5 a13 Dado el siguiente dígrafo v v6 a14 a) Encontrar matriz de conexión a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11 a12 a13 a14 V1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 V2 1 0 0 0 0 0 0 0 0 1 0 0 0 0 V3 0 1 0 0 1 0 0 0 0 0 0 0 0 0 V4 0 0 1 0 0 0 0 1 0 0 1 0 0 0 V5 0 0 0 0 0 1 1 0 0 0 0 0 0 1 V6 0 0 0 1 0 0 0 0 0 0 0 1 1 0
  • 15. b)Es simple?. Justifique su respuesta Si es simple, porque no posee ningún lazo y además tampoco existen arcos paralelos que puedan partir de un mismo vértice a otro. c) Encontrar una cadena no simple no elemental de grado 5 C=[ V1 a6 V5 a11 V4 a12 V6 a14 V5 a13 V6] d)Encontrar un ciclo simple C=[ V5 a11 V4 a12 V6 a14 V5]
  • 16. e) Demostrar si es fuertemente conexo utilizando la matriz de accesibilidad Ma(D)= V1 V2 V3 V4 V5 V6 V1 0 1 1 0 1 0 V2 0 0 1 1 0 1 V3 0 0 0 1 1 0 V4 1 0 0 0 0 1 V5 0 1 0 1 0 1 V6 0 0 0 0 1 0 Se eleva la matriz al cuadrado para encontrar los caminos de tamaño dos (02) M²(G)= V1 V2 V3 V4 V5 V6 V1 0 0 1 1 1 1 V2 1 0 0 1 1 1 V3 1 1 0 1 0 1 V4 0 1 1 0 1 0 V5 1 0 1 1 1 1 V6 0 1 0 1 0 1 Se eleva la matriz al cubo para encontrar los caminos de tamaño tres (03) M³(G)= V1 V2 V3 V4 V5 V6 V1 1 1 1 1 1 1 V2 1 1 1 1 1 1 V3 1 1 1 0 1 1 V4 0 1 1 1 1 1 V5 0 1 1 1 1 1 V6 1 0 1 1 0 1
  • 17. Se eleva la matriz a la cuatro para encontrar los caminos de tamaño cuatro (04) M^4(G)= V1 V2 V3 V4 V5 V6 V1 1 1 1 1 1 1 V2 1 0 1 1 1 1 V3 0 1 1 1 1 1 V4 1 1 0 1 1 1 V5 1 1 1 1 1 1 V6 1 1 1 1 0 1 Se eleva la matriz a la cuatro para encontrar los caminos de tamaño cuatro (05) M^5(G)= V1 V2 V3 V4 V5 V6 V1 1 1 1 1 1 1 V2 1 1 1 1 1 1 V3 1 1 1 1 1 1 V4 1 1 1 1 1 1 V5 1 1 1 1 1 1 V6 1 1 1 1 0 1 Ahora calculamos la Matriz de Accesibilidad ACC(D)= bin [ I6+ M+𝑀2+𝑀3+𝑀4+𝑀5] Acc(D)=bin V1 V2 V3 V4 V5 V6 V1 3 4 5 4 5 4 V2 4 2 5 5 5 5 V3 3 4 3 4 4 4 V4 4 4 3 5 4 4 V5 3 4 4 5 4 5 V6 3 3 3 4 1 4 • Componentes iguales a 0 permanecerá como un 0 • Componentes diferentes de 0 permanecerá como un 1 Acc(D)=bin V1 V2 V3 V4 V5 V6 V1 1 1 1 1 1 1 V2 1 1 1 1 1 1 V3 1 1 1 1 1 1 V4 1 1 1 1 1 1 V5 1 1 1 1 1 1 V6 1 1 1 1 1 1 Dígrafo fuertemente conexo
  • 18. f) Encontrar la distancia de v2 a los demás vértices utilizando el algoritmo de Dijkstra Ponderación de las aristas Aristas a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11 a12 a13 a14 Ponder. 2 3 4 3 2 3 4 1 4 3 2 2 4 3 D V2 a V1 : 2 D V2 a V3 : 3 D V2 a V4 : 4 D V2 a V5 : 3 D V2 a V6 : 3