Skip to content

Commit

Permalink
delete test
Browse files Browse the repository at this point in the history
  • Loading branch information
shenvitor committed Jun 4, 2024
1 parent e44262f commit 1f5fe3c
Showing 1 changed file with 5 additions and 72 deletions.
77 changes: 5 additions & 72 deletions docs/symbolics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"source": [
"import graphviz\n",
"import sympy as sp\n",
"from sympy import re, im, I, E, symbols, Sum, IndexedBase, Function"
"from sympy import re, im, I, E, symbols, Sum, IndexedBase, Function\n",
"from IPython.display import display, Latex"
]
},
{
Expand All @@ -59,74 +60,6 @@
"tags": []
},
"outputs": [],
"source": [
"a, b, c, s, m, Γ = sp.symbols(\"a_m b_m c_0 s m Gamma\")\n",
"\n",
"amplitude12 = a / (s - m**2 + I * m * Γ)\n",
"amplitude23 = b / (s - m**2 + I * m * Γ)\n",
"amplitude31 = c / (s - m**2 + I * m * Γ)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "4",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"amplitude12"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "5",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"amplitude23"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "6",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"amplitude31"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"s, m_a2, Gamma_a2 = symbols(\"s m_a2 Gamma_a2\")\n",
"a_m = IndexedBase(\"a_m\")\n",
Expand All @@ -140,7 +73,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "8",
"id": "4",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -154,7 +87,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "9",
"id": "5",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -166,7 +99,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "10",
"id": "6",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit 1f5fe3c

Please sign in to comment.