11 - Basic Linear Algebra Flashcards

1
Q

Introduction to Julia

How can you create a matrix of random integers?

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

Introduction to Julia

How can you create a vector of an arbitrary intiger?

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

Introduction to Julia

What happens if you assign matrix A to B?

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

Introduction to Julia

How can you create a copy of a matrix that is independent of the original matrix?

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

Introduction to Julia

How can you create an Array (vector) of ones?

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

Introduction to Julia

How are two Matrixes multipled?

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

Introduction to Julia

How do you create a conjugate transpose?

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

Introduction to Julia

How do multiply a matrix with it’s transpose

A

A ‘ * ‘ is not necessary.

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

Introduction to Julia

How is the problem Ax = b for square A solved?

A is a square matrix.

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