Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sage

Is There A Way To Tell Gedit That .sage Files Should Always Be Highlighted As Python Code?

Well, that's about all there is to say. Currently I have to set the highlighting on each file b… Read more Is There A Way To Tell Gedit That .sage Files Should Always Be Highlighted As Python Code?

Using Dask Throws Importerror When Sagemath Code Is Run In Python

This question is very similar to my earlier question and was prompted by one of the comments. Recen… Read more Using Dask Throws Importerror When Sagemath Code Is Run In Python

How To Properly Evaluate Sage Code From Within A Python Script

I've been trying to evaluate a simple 'integrate(x,x)' statement from within Python, by… Read more How To Properly Evaluate Sage Code From Within A Python Script

Quadruple Precision Eigenvalues, Eigenvectors And Matrix Logarithms

I am attempting to diagonalize matrices in quadruple precision, and to take their logarithms. Is th… Read more Quadruple Precision Eigenvalues, Eigenvectors And Matrix Logarithms

Ipython: Manipulate-like Command

In Wolfram Mathematica, I can interactively modify the value of a parameter by using the Manipulate… Read more Ipython: Manipulate-like Command