An Introduction To Linear Algebra In Julia

A quick overview of the linear algebra package in Julia.

Emma Boudreau
Towards Data Science
5 min readMay 30, 2021

--

Introduction

One great thing about the Julia programming language is the robust mathematics featured in the language. The language has some really great features that set it apart from similar languages in this regard. Linear algebra is extremely important for Data…

--

--