catam-julia
catam-julia copied to clipboard
CATAM material in Julia
random walks looks great @jmb280cam I tried to run it via mybinder though and got error ArgumentError: Package Plots not found in current path: it has presumably not loaded any...
hi @jmb280cam here is a list of ideas for improvements from Gokul @srgk26 ``` 1 how automatic differentiation works (not just how it's implemented, as in the video by Alan...
https://github.com/fonsp/Pluto.jl/discussions/1149#discussioncomment-709398
there is already a python package to do what we discussed @valentin-imbach @jmb280cam https://github.com/LeviBorodenko/primify this prime drawing looks nice, but perhaps we can use Julia to do it a bit...
Hamza has suggested prioritising the following three folders: "interp", "ode" and "lu_fac" from https://www.damtp.cam.ac.uk/user/naweb/ib/ access to matlab might be needed to check what the GUI in these folders is doing,...
perhaps we need to have a section on 'introspection' to show how to examiner objects and methods? e.g. for starters, `@edit(sin(1.0))` to show the code for how the sin of...
Some of these may be fun to convert to Julia, https://graphics.stanford.edu/~seander/bithacks.html
https://github.com/fonsp/Pluto.jl/discussions/1314 shows that we can edit the .jl file. compiling it on the go using: Pluto https://github.com/fonsp/Pluto.jl/discussions/1149
Having pluto code run in mybinder is great, but how is support for pluto in cocalc? this thread seems relevant: https://github.com/sagemathinc/cocalc/issues/5270 We can get a licence for cocalc if that...
Fix typo.