FP2 Flashcards

(49 cards)

1
Q

Division Algorithm

A

take a,b
find a/b floor that is q
r=a-bq
a=bq+r

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

Euclidean algorithm finds

A

HCF/GCD

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

How to euclidean algorithm

A

take number and apply division algorithm
take second number and apply DA with remainder
when r=0, the previous remainder is the GCD

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

What is Bezouts identity

A

Unique integer solution to gcd=ax+by

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

How to solve ax+by

A

Make sure equal to GCD of a,b
use euclids algorithm
back substitution

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

how to write a=b modm

A

a=b + km

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

4 mod rules

A
if a=b and c=d modm
a+/-c = b+/-d
ac=bd
ka=kb
a^n=b^n
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Trick for solving modular stuff

A

make equal to power of 1

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

4 divisibility test

A

last 2 digits divisible by 4

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

If you want to divide in mod arithmetic

A

must divide modulus by gcd of m and divisor

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

What do you do to solve ax=b modm if gcd(a,m) does not divide b

A
find multiplicative inverse
note gcd(a,m) = 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

how to find multiplicative inverse

A

use bezouts identity with a and m to find an expression of the form ap +mq = 1
multiply by p as ap = 1 mod m

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

fermats little theorem

A

a^p = a modp if p is prime

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

4 axioms of a group

A

closure
identity
inverse
associativity

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

Find closure

A

cayley table

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

find identity

A

e in group st ae=ea=a

check both

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

find inverse

A

ab=ba=e

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

associativity

A

a(bc)=(ab)c

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

what a symmetric group

A

group of all possible permutations on an object

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

what notation is useful for group permutations

A

two row notation

21
Q

What is a cyclic group

A

a group where every element is repeated by applying the operation to the generator

22
Q

what is a dihedral group

A

group of symmetries of a n sided regular polygon

23
Q

What is the order of a group

A

number of distinct elements

24
Q

what is the order of an element

A

smallest k st a^k=identity

25
condition for a cyclic group
|a| | |G|
26
what is the order of the identity
1
27
what is difference between a proper subgroup and a subgroup
a subgroup can be the whole group
28
How to find subgroups
cayley table will only show elements from that subgroup
29
notation for element that generates a subgroup
pointy brackets
30
What is Lagrange's theorem
if H is a subgroup of G | |H| | |G|
31
How to show group is isophorphic
set up one to one function | show group operation is conserved
32
isomorphic symbol
= with ~ on top
33
solve homogenous 1st order
back substiution
34
non homogenous first order a=1
un = u(0) + sum of g(r) from 1 to n
35
non homogenous first order
Find CF of homogenous choose appropriate PS sum use inital condition
36
2nd order
use coefficents to form AE (assume solution is Ar^n) | use PS
37
What do you have to do in reccurance PS
make sure you havent already got a term
38
how to find eigenvalue
det (A-lamda I )
39
how to find eigenvector
sub in lambda and find relationship between a and x
40
what is a normalised eigenvector
unit eigenvector
41
what if not relationship between x and y with eigenvalue
eigen vectors are 1,0 and 0,1
42
How to find diagonal form
Find eigens of A combine to make P find P-1 D= P-1AP
43
when can you use orthogonal diagonalisation
when A=A^t
44
what is true in orthogonal diagonalisation
D=P^TAP
45
What is cayley hamilton theorem
every square matrix satisfies its own characteristic equation
46
what is a characteristic equation
this is the equation to find eigenvalue
47
Operation of transformation composition
p . q means q then p
48
major arc
theta less than pi/2
49
minor arc
theta more than pi/2