JuliaTutorials icon indicating copy to clipboard operation
JuliaTutorials copied to clipboard

Learn Julia via interactive tutorials!

Results 26 JuliaTutorials issues
Sort by recently updated
recently updated
newest added

In Exercises 10.1, the ``outer product`` in ``Take the outer product of a vector v with itself and assign it to variable cross_v`` should be ``cross product``.

help wanted
good first issue

I am trying to learn Julia and I come across this set of great tutorials. However, when something in the tutorial went wrong, I am not yet equipped to fix...

Previously the notebook was based on Julia v0.6.0 Updated **all notebooks** in intro-to-julia-for-data-science to incorporate changes forced by the recent stable release of Julia (v1.0.0) _Changes_ - Including Pkg.add() requirements...

myexp can't execute fix it by add x parament

How to add memory feature in this reserve calculation or add a global variable type in a Julia module structure- Code- function reserves_calc(projection::Projection) max_t = policy_term(projection)* 12 annual_disc_rate = 0.08...

This is a very simple change, but it fixes #89