Vectors Flashcards

1
Q

What is a Galois field of two elements?

A

A system used to find the dot product of two vectors in a logical way

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What use is GF2?

A

Adding two vectors is like applying an AND bitwise operator, and multiplying vectors is like applying a XOR bitwise operator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Give one application of GF2

A

To find the parity of a string of bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Name two ways in which vectors can be expressed

A

As a list or as a mapping of a function onto a list of values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a convex combination of vectors?

A

If a vector is convex then au +Bv = 1 where a, B > 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are convex combinations used for?

A

To determine whether a vector lies on a plane or not

How well did you know this?
1
Not at all
2
3
4
5
Perfectly