Linear Algebra

Linear Algebra

Using

using DoubleFloats, GenericSVD, GenericSchur, LinearAlgebra

Vectors and Matrices

using DoubleFloats, GenericSVD, LinearAlgebra

n = 25
vector = rand(Double64, n)
matrix = reshape(rand(Double64,n*n),n,n)

Operations

Matrix Predicates

Matrix Factorizations

Functions of Matrices (diagonalizable & square only)