All posts about #Julia



Reinstall Julia

A couple of days ago, I found that I could not install and compile ArbNumerics.jl. The only options is …




Euclidean Plane Geometry with Julia

The post is generated from a Jupyter notebook. You can also run it live on Binder.

Update 2020-05-13: I have …




Bak-Sneppen model

I just did some simulation on Bak-Sneppen model, you can check it out at GitHub.





Using BEE and BEE.jl to solve combinatorial problems

This article is about my Julia interface package BEE.jl for using BEE (Ben-Gurion University Equi-propagation Encoder) by Amit Metodi …




Harmonic number and Zeta functions explained in Julia (part 2)

This is part 2 of a series explaining what is Harmonic number and it's connection with Zeta functions. The post …




Harmonic number and Zeta functions explained in Julia (part 1)

This is part 1 of a series explaining what is Harmonic number and it's connection with Zeta functions. The post …




Proving an inequality with Julia and interval arithmetic

I want thank David P. Sanders and Benoît Richard for helping me go through the problems I met while writing …