Spaces:
Runtime error
Runtime error
Update Artificial_Calc_Teacher_v1.8.ipynb
Browse files
Artificial_Calc_Teacher_v1.8.ipynb
CHANGED
@@ -137,7 +137,7 @@
|
|
137 |
" return x+random_value\n",
|
138 |
" funs = [sin,power_function,ln,exp,cos,tan,sqrt,cbrt,\n",
|
139 |
" scalar_function,addSUBTR_function] \n",
|
140 |
-
" operations = [f(g(x)),f(x)+g(x),f(x)-g(x),f(x)/g(x),f(x)*g(x), f(x)/g(x)/h(x),\n",
|
141 |
" f(g(h(x))),f(h(x))+g(x),f(h(x))-g(x),f(h(x))/g(x),f(x)/g(h(x)),f(h(x))*g(x), f(x)*g(x)*h(x)]\n",
|
142 |
" operation = operations[random.randrange(0,len(operations))]\n",
|
143 |
" return [[[operation.replace(f, i) for i in funs][random.randrange(0,len(funs))].replace(g, i) for i in funs]\\\n",
|
@@ -194,7 +194,7 @@
|
|
194 |
"id": "b3f5b9fb",
|
195 |
"metadata": {},
|
196 |
"source": [
|
197 |
-
"If LaTeX display breaks, refresh the page
|
198 |
"\n",
|
199 |
"Helpful resources: https://www.derivative-calculator.net/ & https://www.integral-calculator.com/ \n",
|
200 |
"\n",
|
|
|
137 |
" return x+random_value\n",
|
138 |
" funs = [sin,power_function,ln,exp,cos,tan,sqrt,cbrt,\n",
|
139 |
" scalar_function,addSUBTR_function] \n",
|
140 |
+
" operations = [f(g(x)),f(x)+g(x),f(x)-g(x),f(x)/g(x),f(x)*g(x), f(x)/g(x)/h(x),f(x)*g(h(x)),\n",
|
141 |
" f(g(h(x))),f(h(x))+g(x),f(h(x))-g(x),f(h(x))/g(x),f(x)/g(h(x)),f(h(x))*g(x), f(x)*g(x)*h(x)]\n",
|
142 |
" operation = operations[random.randrange(0,len(operations))]\n",
|
143 |
" return [[[operation.replace(f, i) for i in funs][random.randrange(0,len(funs))].replace(g, i) for i in funs]\\\n",
|
|
|
194 |
"id": "b3f5b9fb",
|
195 |
"metadata": {},
|
196 |
"source": [
|
197 |
+
"If LaTeX display breaks, refresh the page.\n",
|
198 |
"\n",
|
199 |
"Helpful resources: https://www.derivative-calculator.net/ & https://www.integral-calculator.com/ \n",
|
200 |
"\n",
|