📑  SageMath Online Mini Campus. Code Set 07

🌀   Homepage     🌀   GitHub Pages     🌀   Previous     🌀   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 _(N=(2,7,1)):
    a=''.join(list('A_%d%d '%(i,j) for i in [1..N] for j in [1..N]))
    A=Matrix(SR,N,N,var(a))
    S='<center><font color=%s>$%s$</font></center>' 
    c=[Color(colormaps.cool(40*i)[:3]).html_color() 
       for i in range(2,8,1)] 
    pretty_print(html(S%(c[N-2],latex(A))))


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, HTML, ...)

<script src='https://d3js.org/d3.v4.min.js'></script> was added in the page head.