Skip to content

Commit

Permalink
tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianMaeurer committed Oct 17, 2024
1 parent 6bc0ba5 commit 7b66511
Show file tree
Hide file tree
Showing 4 changed files with 497 additions and 118 deletions.
41 changes: 2 additions & 39 deletions Tutorials/Centers over non-algebraicall closed fields.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,46 +13,9 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\r"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"WARNING: Method definition number_of_generators(AbstractAlgebra.PolyRing{T} where T) in module AbstractAlgebra at /Users/maeurer/.julia/packages/AbstractAlgebra/wVuNz/src/Poly.jl:201 overwritten in module Oscar at /Users/maeurer/.julia/packages/Oscar/59YCS/src/Rings/mpoly-affine-algebras.jl:241.\n",
"ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\r"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"WARNING: Method definition number_of_generators(AbstractAlgebra.PolyRing{T} where T) in module AbstractAlgebra at /Users/maeurer/.julia/packages/AbstractAlgebra/wVuNz/src/Poly.jl:201 overwritten in module Oscar at /Users/maeurer/.julia/packages/Oscar/59YCS/src/Rings/mpoly-affine-algebras.jl:241.\n",
"ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\r"
]
},
{
"data": {
"text/plain": [
Expand All @@ -64,7 +27,7 @@
}
],
"source": [
"using TensorCategories, Oscar\n",
"using TensorCategories, Oscar;\n",
"\n",
"Qx,x = QQ[:x]\n",
"k,_ = number_field(x^2-2, \"√2\")\n",
Expand Down
43 changes: 3 additions & 40 deletions Tutorials/Centers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,58 +13,21 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\r"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"WARNING: Method definition number_of_generators(AbstractAlgebra.PolyRing{T} where T) in module AbstractAlgebra at /Users/maeurer/.julia/packages/AbstractAlgebra/wVuNz/src/Poly.jl:201 overwritten in module Oscar at /Users/maeurer/.julia/packages/Oscar/59YCS/src/Rings/mpoly-affine-algebras.jl:241.\n",
"ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\r"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"WARNING: Method definition number_of_generators(AbstractAlgebra.PolyRing{T} where T) in module AbstractAlgebra at /Users/maeurer/.julia/packages/AbstractAlgebra/wVuNz/src/Poly.jl:201 overwritten in module Oscar at /Users/maeurer/.julia/packages/Oscar/59YCS/src/Rings/mpoly-affine-algebras.jl:241.\n",
"ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\r"
]
},
{
"data": {
"text/plain": [
"Category of G-graded vector spaces over Field of algebraic numbers where G is Sym(3)"
"Category of G-graded vector spaces over Rational field where G is Sym(3)"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"using TensorCategories, Oscar\n",
"using TensorCategories, Oscar;\n",
"\n",
"G = symmetric_group(3)\n",
"𝒞 = graded_vector_spaces(QQ,G)"
Expand Down
41 changes: 2 additions & 39 deletions Tutorials/Centralizers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,46 +13,9 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\r"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"WARNING: Method definition number_of_generators(AbstractAlgebra.PolyRing{T} where T) in module AbstractAlgebra at /Users/maeurer/.julia/packages/AbstractAlgebra/wVuNz/src/Poly.jl:201 overwritten in module Oscar at /Users/maeurer/.julia/packages/Oscar/59YCS/src/Rings/mpoly-affine-algebras.jl:241.\n",
"ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\r"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"WARNING: Method definition number_of_generators(AbstractAlgebra.PolyRing{T} where T) in module AbstractAlgebra at /Users/maeurer/.julia/packages/AbstractAlgebra/wVuNz/src/Poly.jl:201 overwritten in module Oscar at /Users/maeurer/.julia/packages/Oscar/59YCS/src/Rings/mpoly-affine-algebras.jl:241.\n",
"ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\r"
]
},
{
"data": {
"text/plain": [
Expand All @@ -76,7 +39,7 @@
}
],
"source": [
"using TensorCategories, Oscar\n",
"using TensorCategories, Oscar;\n",
"\n",
"G = symmetric_group(3)\n",
"\n",
Expand Down
Loading

0 comments on commit 7b66511

Please sign in to comment.