linear algebra trail

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

order

number of vertices

2
New cards

size

number of edges

3
New cards

incident

edge has a vertex (is incident with vertex)

4
New cards

degree of v deg(v)

number of edges incident with v

5
New cards

maximum degree (delta G)

the highest degree among all vertices (greatest connected edges)

6
New cards

mimum degree (swirly thing G)

mimum number of connected edges

7
New cards

degree sequence of order n

descending order of vertex degrees, repeating how how many times each degree repeats

8
New cards

walk

sequence of vertices (not necessarily distinct)

9
New cards

path

vertices of walk are distinct

10
New cards

trail

edges in walk are distinct

11
New cards

cycle

closed path (distinct vertices) that begins and ends at same vertice

12
New cards

circuit

closed trail, walk of distinct edges that ends and begins at same place

13
New cards

length

number of edges, counting each repetition

14
New cards

connected

every pair of vertices can be joined by a path

15
New cards

complete

every vertex is adjacent to every other vertex (can touch with one edge), denoted by Kn (n is order)

16
New cards

regular

if every vertex has the same degree

17
New cards

subgraph

a graph that comes from part of another graph

18
New cards

bipartite

vertex set can be separated into two sets, X and Y, so that every edge has one end in X and one end in Y

19
New cards

complete bipartite graph

every edge has one end in each side (each of the vertex sets), and all possible connections between the sides are made, denoted by K(m, n) where m is order of set of X vertices and n is order of set of Y vertices

20
New cards

isomorphic

can be transformed into another graph where all edges and ajacencies are preserved

21
New cards

Eulerian

contains every edge only once

22
New cards

Hamiltonian

contains every vertex only once

23
New cards

planar

every interesection has a vertex