Although this is a laudable goal, I think it is important to realize that for manyeducational situations there is an alternative that is probably adequate:SymPy.SymPy does not have all the capabilities of Sagemath, but is one of thepackages within Sagemath that provides most of the capabilities that areneeded in a symbolic math/CAS system for educational purposes in mostfields.
I think the key is to make the connection between Sagemath and SymPycapabilities obvious. Think of SymPy as a lightweight/introductory versionof Sagemath.
SymPy can easily be installed on a Raspberry Pi using pip. I have it running onmultiple Pi 3B+ and 4Bs.Regards,Jonathan
On Friday, July 10, 2020 at 6:01:17 AM UTC-5 jaap... wrote:
We will never get that space in the official distro, but I plea to make Sagemathmore available and known on the Raspberry Pi platform.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-...@googlegroups.com.
Dima,
> I would rather plug ethernet cable, and ssh into, but this seems to be unsupported.You can accomplish this by following the instructions under
"3: Enable SSH on a headless Raspberry Pi (add file to SD card on another machine)" found here:
https://www.raspberrypi.org/documentation/remote-access/ssh/
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/178ae5a5-8b73-43ca-81b4-9e61082b78b8o%40googlegroups.com.
On Sun, 12 Jul 2020, 13:27 Sverre Lunøe-Nielsen, <sver...@gmail.com> wrote:Dima,
> I would rather plug ethernet cable, and ssh into, but this seems to be unsupported.You can accomplish this by following the instructions under
"3: Enable SSH on a headless Raspberry Pi (add file to SD card on another machine)" found here:
https://www.raspberrypi.org/documentation/remote-access/ssh/
thanks - however the headless install seems to require a modification of the micro SD - something that needs a working reader - and for some reason I can't get it to work on an old MacAir with an old adaptor.It looks like an oversight that by default it is not already shipped prepared this way.
Can Pi double up as a card reader?
BestDima
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/178ae5a5-8b73-43ca-81b4-9e61082b78b8o%40googlegroups.com.
There is an official Rasbrian package for Sage, sagemath, it gives you Sage 8.6.
I suppose it's the result of semi-automatic import of Debian Buster
into Rasbrian.
I did
pi@raspberrypi:~ $ sudo apt install sagemath
and after a long download, I could do
pi@raspberrypi:~ $ sage
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 8.6, Release Date: 2019-01-15 │
│ Using Python 2.7.16. Type "help()" for help. │
└────────────────────────────────────────────────────────────────────┘
Setting permissions of DOT_SAGE directory so only you can read and write it.
sage:
Exiting Sage (CPU time 0m0.12s, Wall time 0m9.49s).
Naturally one wants newer versions, but still this is a start.
--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/36e28475-07f7-4938-aaed-410526534b18o%40googlegroups.com.
Hello everyone,In regards to the interest in making Sagemath present on the Raspberry Pi platform it would be helpful in also having the GPIO module available in Sagemath.It would be helpful to have Sagemath be able to access electronic circuits e.g. A/D, D/A converters, motor controllers, sensors etc via Raspberry Pi GPIO module.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAOAsf2DLFiugC42YizsiW4gR2eMAmTWg3yP%3DfjHKRN8Jg24oNQ%40mail.gmail.com.