📑   SageMath Online Mini Campus. Code Set 01

🌀   Homepage     🌀   GitHub Pages     🌀   Next     🌀   Instagram Posts     🌀   Pinterest Posts

The set of interactive pages with the following structure:

Example of Computations $\mathbb{\implies}$ Your Experiments $\mathbb{\implies}$ Python Modules $\mathbb{\implies}$ Other Languages

Example of Computations

Click the $\mathbb{activate}$ button below to display an interactive example.


@interact
def f(n=(1,5,1)):
    pretty_print(n,'-element Subsets of the 5-element Set')
    S=Combinations(['πŸ¦…','🦁','πŸ¦€','πŸ¦‹','πŸ‹'],n).list()
    for i in range(len(S)):
        print([ascii_art(S[i][j]) for j in range(n)])


Your Experiments

Type your own SageMath code lines below and click the $\mathbb{evaluate}$ button.


This code cell was evaluated automatically.



Python Modules


Other Languages (R, Javascript, HTML, ...)