Questions tagged [sage]

SageMath, the Sage Mathematical Software System: free software for Computational Mathematics, based on Python. See longer description for links to other similar-sounding tags.

SageMath

SageMath, formerly SAGE, then Sage, is computational mathematics free software. It includes

SageMath uses the Python language, with a tiny bit of syntactic sugar to ease definition of mathematical objects such as symbolic functions, number fields, polynomial rings. Some parts are written in or C/C++ for speed, but a typical user would only use Python syntax. Python wrappers help call other software included in SageMath pythonically.

It is possible to use SageMath using .

External links

Similar-sounding but unrelated tags

Many other things are called Sage. Please use the appropriate tags.

Only use the tag for questions about SageMath, the Sage mathematics software system.

The TeX.SE website has a [sagetex] tag for SageTeX questions.

MathOverflow also has a [sage] tag for Sage questions.

Note also that Ask Sage, SageMath's questions-and-answers site, and sage-support, the user support mailing list, are very active and that questions asked there typically get answered faster than on the StackExchange network.

934 questions
-4
votes
2 answers

Write a recursive function that inputs a positive integer n and outputs all permutations of {1, 2, . . . , n}

I'm having trouble solving this task: Write a recursive function that inputs a positive integer n and outputs all n! permutations of {1, 2, . . . , n}. Do not use any of Sage’s permutation commands. Use a list to store the values and work …
ADAM
  • 105
  • 1
  • 7
-4
votes
1 answer

calling function in python

guys i am totally new to programming , i have found this code in the net i know it's syntax is correct but i don't know how to call the SAES_FromStateMatrix function so please help me here is the code F = GF(2); L. = GF(2^4); V =…
rana tamer
  • 59
  • 5
-5
votes
1 answer

Sage Math Numbers

if I have a numbers,for ex 87. How can I make it : 87= 8 and 7
vetimH
  • 13
  • 3
1 2 3
62
63