rmmonster · @rmmonster
9 followers · 935 posts · Server social.tchncs.de

Title: II
Author: (Text), (Illustrations)
Language: , middle circa 1250 CE
Depth of Recovery: 16,357
Description: A 1200-page 'sequel' to the 3-Volume Principia Mathematica written by and published in the early .

1/2

#1986

#principia #mathematica #ludwig #wittgenstein #salavdor #dali #english #alfred #north #whitehead #bertrand #russell #20th #century #scp

Last updated 1 year ago

· @j_bertolotti
1833 followers · 1217 posts · Server mathstodon.xyz

Released into the , and uploaded to together with the script used to generate it: commons.wikimedia.org/wiki/Fil

#mathematica #wikimediacommons #publicdomain

Last updated 1 year ago

Coding Gardener · @cdavies
62 followers · 307 posts · Server mastodon.scot

Just uploaded a computational essay written in that was very challenging to pull together, largely because the language has a very steep learning curve.

I carried out some basic analysis of measures implemented by national governments during the early months of the pandemic.

The notebooks seem to corrupt a lot (on my system, perhaps?), so I figured I would put a copy on for posterity.

github.com/cjjdavies/covid19_m

#github #COVID19 #mathematica

Last updated 1 year ago

· @j_bertolotti
1807 followers · 1179 posts · Server mathstodon.xyz

My son (5y/o) suddenly developed a passion for labyrinths. After drawing a ton of them by hand over the weekend, today I decided to write a small script to automatically generate them 🤓

#mathematica

Last updated 1 year ago

amen zwa, esq. · @AmenZwa
113 followers · 1200 posts · Server mathstodon.xyz

These days, everyone and their grandmama are writing code snippets (or generating them using ChatGPT). Good for them.

But they who do not develop enterprise-grade software or implement life-critical systems should just use , , or similar environments, instead of mucking about with IDEs, compilers, build systems, CI/CD pipelines, containers, and all that jazz.

For internal-use software, literate programming offers many advantages, especially to those who do not write habitually. The live notebook is both the information repository and the information presentation medium. And it encourages the script writers to document their code. Typically, live notebook coders are also the users, so it behooves them to keep the whole documents, not just the code snippets, up-to-date.

The collection of live notebooks serve not only as a code repository but also as an institutional knowledge base, thereby preserving, refining, and multiplying the intellectual property of the organisation.

And most enterprise applications developed for internal use have horrid user interfaces, be they Gnome or Tcl/Tk or React or Angular. It is more aesthetically pleasing and more intellectually appealing to have live notebooks as the canonical user interfaces.

#programmes #literateprogramming #mathematica #jupyter #datascience

Last updated 1 year ago

UnsolvedMrE · @UnsolvedMrE
185 followers · 22 posts · Server mathstodon.xyz

Using , and doing some simulation and guessing, I've determined the following:

If you roll an n-sided die repeatedly, then the roll on which you are most likely to see your first repeated result is the \(m\)th, where \(m\) is the closest integer to \[1+\sqrt{n+\frac{1}{4}}.\] If the fractional part of \(m\) is \(\frac{1}{2}\), then it is an exact tie between two rolls.

I'm fairly certain of this, but I can't actually derive it!

#mathematica

Last updated 1 year ago

· @j_bertolotti
1707 followers · 1032 posts · Server mathstodon.xyz

Released into the and uploaded to , together with the script used to generate it: commons.wikimedia.org/wiki/Fil

#mathematica #wikimediacommons #publicdomain

Last updated 1 year ago

sudnadja · @sudnadja
57 followers · 158 posts · Server dice.camp

I verify my simulations that I use in and against real-world spacecraft. Here is my Voyager 1 Io flyby, simulated and all rendered in

#nbody #traveller #2300AD #mathematica

Last updated 1 year ago

sudnadja · @sudnadja
54 followers · 144 posts · Server dice.camp

2019 LD2 plotted in a frame co-rotating with Jupiter. All Jupiter Trojans (blue) and Hildas (red) are plotted as well. Jupiter is represented by the orange dot and 2019 LD2 represented by the purple dot.

#nbody #mathematica

Last updated 1 year ago

· @j_bertolotti
1679 followers · 982 posts · Server mathstodon.xyz

Released into the , and uploaded it to together with the script used to generate it: commons.wikimedia.org/wiki/Fil

#mathematica #wikimediacommons #publicdomain

Last updated 1 year ago

· @j_bertolotti
1652 followers · 894 posts · Server mathstodon.xyz

Released into the and uploaded to , together with the script used to generate it: commons.wikimedia.org/wiki/Fil

#mathematica #wikimediacommons #publicdomain

Last updated 1 year ago

Shamphalai · @shamphalai
172 followers · 12659 posts · Server framapiaf.org

Je découvre (bookdoreille.com/); Les livres audio sont vendus sans DRM visiblement.
Je pense que je vais craquer sur de David Bessis.
Depuis que je l'ai entendu chez Yann Moix il y a quelques semaines, je cherchais le livre audio et ne l'avais trouvé que chez Audible. Bon, j'ai pas cherché H24 non plus hein !

#mathematica #booldoreille

Last updated 1 year ago

Shakil Akhtar · @shakil_tcs
12 followers · 8 posts · Server mathstodon.xyz

What's best free - free as in free speech - alternative to Wolfram Mathematica.

#free_software #libre_software #foss #maths #wolfram #mathematica

Last updated 2 years ago

Shane Celis · @shanecelis
293 followers · 472 posts · Server mastodon.gamedev.place

Hmm, I've never seen acknowledge the existence of other software. It's a good thing they do though because that built-in mp4 encoder is sloooooow.

#mathematica

Last updated 2 years ago

Coding Gardener · @cdavies
47 followers · 173 posts · Server mastodon.scot

Unless I'm missing something, and I've spent a long time searching, doesn't have a function for likelihood ratio tests to compare intercept and no-intercept models.

#mathematica

Last updated 2 years ago

A lesser-known fact: `BesselJZero[ν, 𝑘]` works for non-integer 𝑘 too, and it has a meaning. It's not simply 𝑘-th zero, it's the inverse function of the phase `Arg[HankelH1[ν, 𝑥]]/π+1/2`.
reference.wolfram.com/language
cl.cam.ac.uk/~jrh13/papers/bes

#mathematica #WolframLanguage

Last updated 2 years ago

Coding Gardener · @cdavies
48 followers · 165 posts · Server mastodon.scot

Maybe isn't so bad and I just need to persevere harder...

#mathematica

Last updated 2 years ago

Coding Gardener · @cdavies
48 followers · 163 posts · Server mastodon.scot

Considering how much costs it should work on at least one platform without constantly breaking.

It is the buggiest bit of software I've ever had to use, cloud and desktop version. I *might* prefer ...

The documentation is bad too. There's a lot of it, but it's mostly written in gibberish with no useful tutorials, which is poor for a language with such a steep learning curve.

I tried to like it, but I'm looking forward to never using it again.

#excel #mathematica

Last updated 2 years ago

Rick de Wolf · @watchie
37 followers · 157 posts · Server mathstodon.xyz

Question for anyone who's an engineer, a mathematician, or a software developer: do you ever use tools like , , or other computer algebra systems?

#sympy #mathematica

Last updated 2 years ago

m naudin · @Mnaudin
773 followers · 221 posts · Server piaille.fr

Question du jour :
Imaginez que vous avez un rendez-vous galant 💏 avec une charmante personne qui vous offre ce tableau intitulé « Les mathématiciens rêvent de π » comme cadeau.
Quelle serait votre réaction ?

#psychologie #psychology #math #mathhumour #mathishuman #mathematiques #mathematica

Last updated 2 years ago