pplonski commited on
Commit
f8269ae
·
1 Parent(s): 9a6ac89

Upload calculus.ipynb

Browse files
Files changed (1) hide show
  1. calculus.ipynb +10 -10
calculus.ipynb CHANGED
@@ -3,7 +3,7 @@
3
  {
4
  "cell_type": "code",
5
  "execution_count": 7,
6
- "id": "72145cbe",
7
  "metadata": {},
8
  "outputs": [
9
  {
@@ -38,7 +38,7 @@
38
  {
39
  "cell_type": "code",
40
  "execution_count": 11,
41
- "id": "0308f4b7",
42
  "metadata": {},
43
  "outputs": [
44
  {
@@ -65,7 +65,7 @@
65
  {
66
  "cell_type": "code",
67
  "execution_count": 12,
68
- "id": "d0b8998c",
69
  "metadata": {},
70
  "outputs": [
71
  {
@@ -243,18 +243,18 @@
243
  "def rhs():\n",
244
  " return display(Eq(nsimplify(output1.lhs),nsimplify(output1.rhs)),Eq(nsimplify(output2.lhs),nsimplify(output2.rhs)))\n",
245
  "\n",
246
- "if generate.clicked or init_equations:\n",
247
- " lhs()\n",
248
- " print(\"\\n\")\n",
249
- " print(\"\\n\")\n",
250
- " print(\"\\n\")\n",
251
- " rhs()"
252
  ]
253
  },
254
  {
255
  "cell_type": "code",
256
  "execution_count": null,
257
- "id": "d0962de8",
258
  "metadata": {},
259
  "outputs": [],
260
  "source": []
 
3
  {
4
  "cell_type": "code",
5
  "execution_count": 7,
6
+ "id": "a65c3a6a",
7
  "metadata": {},
8
  "outputs": [
9
  {
 
38
  {
39
  "cell_type": "code",
40
  "execution_count": 11,
41
+ "id": "92965d3c",
42
  "metadata": {},
43
  "outputs": [
44
  {
 
65
  {
66
  "cell_type": "code",
67
  "execution_count": 12,
68
+ "id": "af5482b1",
69
  "metadata": {},
70
  "outputs": [
71
  {
 
243
  "def rhs():\n",
244
  " return display(Eq(nsimplify(output1.lhs),nsimplify(output1.rhs)),Eq(nsimplify(output2.lhs),nsimplify(output2.rhs)))\n",
245
  "\n",
246
+ "\n",
247
+ "lhs()\n",
248
+ "print(\"\\n\")\n",
249
+ "print(\"\\n\")\n",
250
+ "print(\"\\n\")\n",
251
+ "rhs()"
252
  ]
253
  },
254
  {
255
  "cell_type": "code",
256
  "execution_count": null,
257
+ "id": "9e6b3b10",
258
  "metadata": {},
259
  "outputs": [],
260
  "source": []