wk2 Flashcards

1
Q

What are matrices equivalent to

A

Linear Operators

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

How does linear operator composition work

A

AB|V> = A( B( |V> ) )

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

Suppose vector space V has basis vectors |0>, and |1>. If there is a projector A: V -> V. What is the the operator matrix

A

A = [ [1, 0], [0, 1
] ]
maybe

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

What makes two vectors orthogonal

A

Their inner product is 0 i.e. <v|w>=0

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

Define vector norm

A

|| |v> || = root ( <v|v> )

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

What is a unit vector

A

norm of vector = 1 i.e.
|| |v> || = 1

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

Define the orthonormal set |i> where i is the index

A

The set of vectors with index I is orthonormal if each vector is a unit vector and distinct vectors in the set are orthogonal to each other

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

How do you generate an orthonormal set

A

Gramm-Schmidtt Procedure then normalise vectors

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

How does Gramm-Schmidtt procedure work

A

First vector (v_1) is taken as a pivot point and hence first orthogonal vector (u_1). Then the following orthogonal vector u_2 = v_2 - projection_{u_1} (v_2)

Finally normalise the orthogonal u_n vectors

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

define the projection operator used in gramm schmidt

A

proj_u (v) = (<v, u> / <u,u>) u

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

What is the completeness relation

A

sum_i: |I><i|= Identity

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

Define EigenVector

A

A linear operator, A, on vector space is a non-zero vector |v> such that A|v> = V|v> where V is a complex number known as the eigenvalue of A corresponding to |v>

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

What is the characteristic function

A

C |lambda> = det|A - (lambda Identity) >

values C (lambda) = 0 are eigenvalues

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

what is a diagonalisable operator

A

an operator with diagonal representation such as [ [ 1, 0 ], [ 0, -1 ] ] = |0><0| - |1><1|

Sometimes known as the orthonormal decomposition

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

Define Hermitian operator

A

A^T = A
When an operators complex conjugate is equal to itself

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

What is a normal operator

A

AA^T=A^TA

17
Q

Define unitary operator

A

U^T U and U U^T = Identity matrix

18
Q

What does | vw > mean

A

|v> tensor |w>

19
Q

What is the property of tensor products of elements of vector space V

A

If V has basis vectors |0> and |1> then:
( |0> tensor |0> ) + ( |1> tensor |1> )
is an element of V (tensor) V

20
Q

What properties do tensor products satisfy

A
  • Commutativity
  • Associativity
21
Q

What is the kronecker product

A

A special case of the tensor product. If we have A (kronecker) B. Then result will be all elements of A multiplied by the full matrix of B

22
Q

What is the trace of a matrix

A

The sum of the matrices diagonal elements