I have several problems that are mix between Linear Algebra and Combinatorics and I recently started to use Julia.
I am wondering what would be the shortest learning path to achieve my goal: learn how to use Julia with Linear Algebra mixed with Combinatorics. Maybe from the Julia manual I need to read only: 1) Functions (because I need to split the project into manageable parts) 2) Methods (the same as above) 3) Modules (the same as above) 4) Metaprogramming (because I might need it ... ) 5) Multi-dimensional Arrays (I can use them as vectors right? ...) 6) Linear algebra (because this is the type of my main problems) 7) Combinatorics (because I need combinatorics too) 8) The Standard Library => Parallel Computing (because I need to solve big problems fast) 9) Parallel Computing (the same as above) If you have some experience, please if you can tell me ...
