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