FP2 Flashcards

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
Q

condition for a cyclic group

26
Q

what is the order of the identity

27
Q

what is difference between a proper subgroup and a subgroup

A

a subgroup can be the whole group

28
Q

How to find subgroups

A

cayley table will only show elements from that subgroup

29
Q

notation for element that generates a subgroup

A

pointy brackets

30
Q

What is Lagrange’s theorem

A

if H is a subgroup of G

|H| | |G|

31
Q

How to show group is isophorphic

A

set up one to one function

show group operation is conserved

32
Q

isomorphic symbol

A

= with ~ on top

33
Q

solve homogenous 1st order

A

back substiution

34
Q

non homogenous first order a=1

A

un = u(0) + sum of g(r) from 1 to n

35
Q

non homogenous first order

A

Find CF of homogenous
choose appropriate PS
sum
use inital condition

36
Q

2nd order

A

use coefficents to form AE (assume solution is Ar^n)

use PS

37
Q

What do you have to do in reccurance PS

A

make sure you havent already got a term

38
Q

how to find eigenvalue

A

det (A-lamda I )

39
Q

how to find eigenvector

A

sub in lambda and find relationship between a and x

40
Q

what is a normalised eigenvector

A

unit eigenvector

41
Q

what if not relationship between x and y with eigenvalue

A

eigen vectors are 1,0 and 0,1

42
Q

How to find diagonal form

A

Find eigens of A
combine to make P
find P-1
D= P-1AP

43
Q

when can you use orthogonal diagonalisation

A

when A=A^t

44
Q

what is true in orthogonal diagonalisation

45
Q

What is cayley hamilton theorem

A

every square matrix satisfies its own characteristic equation

46
Q

what is a characteristic equation

A

this is the equation to find eigenvalue

47
Q

Operation of transformation composition

A

p . q means q then p

48
Q

major arc

A

theta less than pi/2

49
Q

minor arc

A

theta more than pi/2