Category "sage"

Sage math plotting points in bigger sizes problem

How can plot a function with different point sizes? f=[(k,k*sin(k^2)) for k in range(1,101)] # size=[(i) for i in range(0,101)] p=points(f, pointsize=5, color=

Sagemath as a python library

Is it possible to import the sagemath functions inside a python session? What I wish to do, from a user perspective is something like: >>> import sa

How do I pass a script to Sage before running it in interactive mode?

In my Python workflow, I commonly use the -i flag to open a Python interpreter which first executes the script I am working on, then allows me to interact with

Creating graphs using code from Pari-GP, but using Sage's graphing tools

everyone! I know this is probably a dumb question, but I'm having a lot of trouble with Sage, and it's frustrating the hell out of me. To give a bit of an expla

Launch Pycharm from command line (terminal)

I want to try out PyCharm for sage mathematics development. Normally I run eclipse to do sage development, but now I want to try it with PyCharm. To launch ec