Questions tagged [sage]

For questions related to the SageMath free open-source mathematics product

SageMath is a free open-source mathematics software system licensed under the GPL. It builds on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more. Access their combined power through a common, Python-based language or directly via interfaces or wrappers.

Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.

Homepage

http://www.sagemath.org/

17 questions
6
votes
3 answers

Is there a way to install Latex, Sage and Gap on a Chromebook?

I just acquire a HP Chromebook 14", and I know it's limited for the installation of new applications. I would like to install Latex, Sage and Gap on it (and also some packages), but I did not find them on Chrome Web Store. Note that I've found…
5
votes
1 answer

Can I just run OVA file, without "importing" it into VirtualBox?

I have downloaded Sage 6.3 for Windows and it is provided in OVA format. It is said in manual, that to run Sage, one should: First, start VirtualBox. To start the Sage notebook server, power on Sage-x.y.z by selecting it and clicking 'Start'.…
Suzan Cioc
  • 2,643
3
votes
1 answer

What is the upper limit on the size of a macOS Terminal session?

I am doing a lengthy SageMath calculation in Terminal that I plan to save the results of to disk using Shell > Export Text As... The resulting text file will be somewhere in the neighborhood of 10 GB. Do I need to worry that 16 GB of RAM will not…
2
votes
1 answer

not able to execute ./sage

I've downloaded the precompiled binary for sagemath 9.1(sage-9.1-Ubuntu_18.04-x86_64.tar.bz2), I'm on ubuntu 20.04. After extracting the file when I run ./sage in the terminal it says bash: ./sage: Permission denied. I made the file executable by…
2
votes
1 answer

Sage 50 Accounts 2010 wont run on windows 7

I have sucessfuly installed Sage 50 Accounts 2010 onto my 32 bit Windows 7 machine, yet whenever i try to run it i encounter - Log Name: Application Source: Application Error Date: 24/05/2010 17:14:13 Event ID: …
admintech
  • 7,032
1
vote
2 answers

To open lrzip-compressed in Debian 8.1

I downloaded the SageMath jessie package here but I cannot open it. I get the warning in ArchiveManager Could not open this file type There is no command installed for Tar archive (lrzip-compressed) files. Do you want to search for a command to…
1
vote
1 answer

How to use sage math notebook server using LAN?

I am using sage-5.12-linux-64bit-ubuntu_12.04.3_lts-x86_64-Linux in Ubuntu 12.04 LTS installed in a desktop. I want to run sagemath server in the desktop and to access the notebook server from my laptop. I have found this link. I tried sage:…
1
vote
2 answers

To plot Matlab data in SageMath?

I have matlab matrix 100x100, which I want to draw in Sage Notebook. I run plot(open(DATA+'matlab.mat')) I get verbose 0 (2387: plot.py, generate_plot_points) WARNING: When plotting, failed to evaluate function at 200 points. verbose 0 (2387:…
1
vote
1 answer

Sage: graphics are plotted on the wrong X11 display

I set up a sage server by adding the following line to my ~/.profile: nohup sage -c "notebook(interface='', secure=True, automatic_login=False, directory='./sage_notebook.sagenb')" >/dev/null 2>&1 & I run my sage server from an Ubuntu desktop. When…
1
vote
0 answers

Error 1324 - Contains an Invalid Character

We are needing to do a fresh install of Sage Peachtree 2012 because the backup procedure is crashing. I run the install disc of Peachtree 2012 to do a repair, or even to uninstall and I get the following error. Error 1324. The path Accounting…
1
vote
0 answers

Sage 1000 data dictionary

I'm just starting doing reporting using MSQL SSRS against a Sage 1000 database. It's working well but I'm trying to find out more about the data model on the database in order to make best use of the data. Can anyone point me to a Sage 1000 Data…
Roulla
  • 11
  • 3
1
vote
1 answer

Office365 Click-and-Run alternative

In our company we use Sage 100 that comes with the Access Runtime 2016. We use Office 365 too. But there is an error that Click-and-Run and the normal installer not works together. So is there alternative way to install Office365? Maybe with…
KeinGenie
  • 13
  • 2
1
vote
0 answers

Update Billing Email Addresses in Sage MAS90

I have been tasked with trying to find a method of updating about 500 customer email addresses in MAS90. I recently discovered that they had the ability to email invoices to their customers and because I opened my big mouth, they now want me to find…
1
vote
0 answers

"cannot execute binary file" on aws ec2 with sage (using python) shell

I would like to use SageMath (using Python) on a AWS EC2 server. When I tried the SageMath console interface I got the following error: /opt/sagemath-8.8/local/bin/python: /opt/sagemath-8.8/local/bin/python: cannot execute binary file /bin/bash:…
1
vote
1 answer

Graphviz (neato) segfault when processing tree with 50,000 vertices

I have a 5MB .gv file with the edges for a 50,000 node tree. I've run neato on it (with a few output formats). The .gv file was generated by SageMath (built-in Graph.show method was not terminating). All I get is the…
1
2