Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 724 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 724 Bytes

linear-algebra

I'm implementing my own functions about some linear algebra concepts while I'm following this course Linear Algebra from MIT on ocw, and this book: Introduction to Linear Algebra, Gilbert Strang, Fifth Edition (2016).

The structure of the project is:

  • concepts: exploring some theoretical concepts with R.

  • r-things: some ways to do things in R

  • functions: my own functions about some linear algebra concepts.
    vector_functions.R: Some functions about vectors.

    • test: test scripts of functions files.