11 - Basic Linear Algebra Flashcards
1
Q
Introduction to Julia
How can you create a matrix of random integers?
A
2
Q
Introduction to Julia
How can you create a vector of an arbitrary intiger?
A
3
Q
Introduction to Julia
What happens if you assign matrix A to B?
A
4
Q
Introduction to Julia
How can you create a copy of a matrix that is independent of the original matrix?
A
5
Q
Introduction to Julia
How can you create an Array (vector) of ones?
A
6
Q
Introduction to Julia
How are two Matrixes multipled?
A
7
Q
Introduction to Julia
How do you create a conjugate transpose?
A
8
Q
Introduction to Julia
How do multiply a matrix with it’s transpose
A
A ‘ * ‘ is not necessary.
9
Q
Introduction to Julia
How is the problem Ax = b for square A solved?
A is a square matrix.
A