Learn Algebra with Julia - Math for entry-level IT professionals, vol. 1, 💥 🆕 is available here:
leanpub.com/learnalgebrawithju

> As W. W. Saywer writes in his Mathematicians Delight, “The main object of this book is to dispel the fear of mathematics.”

> “It’s no secret that knowing advanced mathematical concepts and being comfortable with learning will open up more avenues for you as a software . …"

> The very nature of programming is mathematical.

-- from the Intro

+ 50 Math Puzzles - Solved Using Functional Julia, my is available here

Math and , some puzzles. (Or you can just copy and paste the code into a Julia REPL and… 🎉 … watch the magic! ❇️ )

teaser puzzle here

50 Math Puzzles - Solved Using Functional Julia, my now fully reviewed, is available here

My first big deception with Julia. 😢

julia> 2^62
4611686018427387904

julia> 2^63
-9223372036854775808

julia> 2^64
0

When using Python:

>>> 2**62
4611686018427387904
>>> 2**63
9223372036854775808
>>> 2**64
18446744073709551616

Now you see why the snake won.

Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.