Does Mathematica 11 run on Raspberry Pi?
Mathematica 11.0.1 has been just released for the Raspberry Pi.
$Version
(* "11.0.1 for Linux ARM (32-bit) (January 17, 2017)" *)
As usual, one may immediately upgrade via apt-get
.
Depending upon all things configuration, from the terminal on an aged New Out Of Box Software RPi try
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
to upgrade Mathmatica to 11 along with everything else.
sudo apt-get install wolfram-engine
may work as well.
Mathematica 11.2 is available on the Raspberry Pi but doesn't seem to automatically update. But you can console yourself with "sudo apt-get upgrade wolfram-engine"