Created using Colaboratory
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
"source": [
|
||||
"# Define a linear function with just one input, x\n",
|
||||
"def linear_function_1D(x,beta,omega):\n",
|
||||
" # TODO -- replace the code lin below with formula for 1D linear equation\n",
|
||||
" # TODO -- replace the code line below with formula for 1D linear equation\n",
|
||||
" y = x\n",
|
||||
"\n",
|
||||
" return y"
|
||||
|
||||
Reference in New Issue
Block a user