rpiswag
Posts: 804
Joined: Mon May 19, 2014 10:04 pm

Version of Mathematica

Wed Aug 13, 2014 1:35 am

How to find out what version of Mathematica your computer or in this case raspberry pi is running. Could you put it in simple steps please. :P
A computer's power can't be just measured Gigahertz. It is the same thing with us humans.

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Version of Mathematica

Wed Aug 13, 2014 5:20 am

rpiswag wrote:How to find out what version of Mathematica your computer or in this case raspberry pi is running. Could you put it in simple steps please. :P
In Raspbian Wheezy when you start Mathmetica along the top menu click on 'Help' then 'About Wolfram Mathmetica'


FYI there has been a recent update to the wolfram-engine

sudo apt-get update
sudo apt-get dist-upgrade
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Arnoud
Posts: 9
Joined: Thu Jul 18, 2013 3:52 pm

Re: Version of Mathematica

Thu Aug 14, 2014 3:17 pm

From the command line, type wolfram and then evaluate $Version:

Code: Select all

$ wolfram
Wolfram Language (Raspberry Pi Pilot Release)
Copyright 1988-2014 Wolfram Research
Information & help: wolfram.com/raspi

In[1]:= $Version

Out[1]= 10.0 for Linux ARM (32-bit) (August 4, 2014)

Return to “General discussion”