Skip to content
Snippets Groups Projects
Commit a5ae08a8 authored by Luke Naylor's avatar Luke Naylor
Browse files

notebook work towards loose bounds graphic

parent ba9fdd97
No related branches found
No related tags found
No related merge requests found
Pipeline #27409 failed
%% Cell type:code id:05f8d418 tags:
``` sage
from pseudowalls import *
%display latex
```
%% Cell type:code id:b46f8a6a tags:
``` sage
v = Chern_Char(3, 2, -2)
v
```
%% Output
$\displaystyle \text{Chern Character:} \\ \begin{array}{l} \mathrm{ch}_{0} = 3 \\ \mathrm{ch}_{1} = 2 \ell^{1} \\ \mathrm{ch}_{2} = -2 \ell^{2} \end{array}$
<pseudowalls.chern_character.Chern_Char object at 0x7f0034ca7310>
%% Cell type:code id:8ed6de82 tags:
``` sage
beta_min = stability.Tilt(alpha=0).degree(v).roots()[0][0]
beta_min
```
%% Output
$\displaystyle -\frac{2}{3}$
-2/3
%% Cell type:code id:edf2389e tags:
``` sage
v.Q_tilt()
```
%% Output
$\displaystyle 16$
16
%% Cell type:code id:1dcae94c tags:
``` sage
v.twist(beta_min)
```
%% Output
$\displaystyle \text{ Twisted Chern Character for $\beta={ -\frac{2}{3} }$ } \\ \begin{array}{l} \mathrm{ch}_{0} = 3 \\ \mathrm{ch}_{1} = 4 \ell^{1} \\ \mathrm{ch}_{2} = 0 \ell^{2} \end{array}$
<pseudowalls.chern_character.Twisted_Chern_Char object at 0x7f002672b710>
%% Cell type:code id:aa77740a tags:
``` sage
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment