Skip to content

Commit

Permalink
Update Demonstration
Browse files Browse the repository at this point in the history
  • Loading branch information
gutow committed Jul 22, 2024
1 parent 40d72dd commit 9aa7fdb
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 93 deletions.
8 changes: 4 additions & 4 deletions Demonstration of equation class.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"This notebook is running Algebra_with_Sympy version 1.1.0rc0.\n"
"This notebook is running Algebra_with_Sympy version 1.1.0.\n"
]
}
],
Expand Down Expand Up @@ -3107,7 +3107,7 @@
}
],
"source": [
"# INTEGERS ARE NOT EXACT EVEN IN SYMPY EXPRESSIONS WHEN USING `unset_integers_as_exact()` has been called.\n",
"# INTEGERS ARE NOT EXACT EVEN IN SYMPY EXPRESSIONS WHEN `unset_integers_as_exact()` has been called.\n",
"quad =@ x**2 + 3/2*x + 1 = 0\n",
"quad"
]
Expand Down Expand Up @@ -4184,7 +4184,7 @@
{
"data": {
"text/plain": [
"'1.1.0rc0'"
"'1.1.0'"
]
},
"execution_count": 168,
Expand All @@ -4204,7 +4204,7 @@
{
"data": {
"text/plain": [
"'1.1.0rc0'"
"'1.1.0'"
]
},
"execution_count": 169,
Expand Down
Loading

0 comments on commit 9aa7fdb

Please sign in to comment.