typo in p1

This commit is contained in:
Morten Hjorth-Jensen
2021-09-14 22:31:38 +02:00
parent 5dad6871eb
commit d506f33fb0
9 changed files with 7 additions and 7 deletions
@@ -274,7 +274,7 @@ We will generate our own dataset for a function
\( \mathrm{FrankeFunction}(x,y) \) with \( x,y \in [0,1] \). The function
\( f(x,y) \) is the Franke function. You should explore also the addition
of an added stochastic noise to this function using the normal
distribution \( \cal{N}(0,1) \).
distribution \( N(0,1) \).
<p>
<em>Write your own code</em> (using either a matrix inversion or a singular
@@ -274,7 +274,7 @@ We will generate our own dataset for a function
\( \mathrm{FrankeFunction}(x,y) \) with \( x,y \in [0,1] \). The function
\( f(x,y) \) is the Franke function. You should explore also the addition
of an added stochastic noise to this function using the normal
distribution \( \cal{N}(0,1) \).
distribution \( N(0,1) \).
<p>
<em>Write your own code</em> (using either a matrix inversion or a singular
@@ -230,7 +230,7 @@ We will generate our own dataset for a function
\( \mathrm{FrankeFunction}(x,y) \) with \( x,y \in [0,1] \). The function
\( f(x,y) \) is the Franke function. You should explore also the addition
of an added stochastic noise to this function using the normal
distribution \( \cal{N}(0,1) \).
distribution \( N(0,1) \).
<p>
<em>Write your own code</em> (using either a matrix inversion or a singular
@@ -134,7 +134,7 @@
"$\\mathrm{FrankeFunction}(x,y)$ with $x,y \\in [0,1]$. The function\n",
"$f(x,y)$ is the Franke function. You should explore also the addition\n",
"of an added stochastic noise to this function using the normal\n",
"distribution $\\cal{N}(0,1)$.\n",
"distribution $N(0,1)$.\n",
"\n",
"*Write your own code* (using either a matrix inversion or a singular\n",
"value decomposition from e.g., **numpy** ) or use your code from\n",
@@ -233,7 +233,7 @@ We will generate our own dataset for a function
$\mathrm{FrankeFunction}(x,y)$ with $x,y \in [0,1]$. The function
$f(x,y)$ is the Franke function. You should explore also the addition
of an added stochastic noise to this function using the normal
distribution $\cal{N}(0,1)$.
distribution $N(0,1)$.
\emph{Write your own code} (using either a matrix inversion or a singular
value decomposition from e.g., \textbf{numpy} ) or use your code from
Binary file not shown.
+1 -1
View File
@@ -203,7 +203,7 @@ We will generate our own dataset for a function
$\mathrm{FrankeFunction}(x,y)$ with $x,y \in [0,1]$. The function
$f(x,y)$ is the Franke function. You should explore also the addition
of an added stochastic noise to this function using the normal
distribution $\cal{N}(0,1)$.
distribution $N(0,1)$.
\emph{Write your own code} (using either a matrix inversion or a singular
value decomposition from e.g., \textbf{numpy} ) or use your code from
@@ -101,7 +101,7 @@ We will generate our own dataset for a function
$\mathrm{FrankeFunction}(x,y)$ with $x,y \in [0,1]$. The function
$f(x,y)$ is the Franke function. You should explore also the addition
of an added stochastic noise to this function using the normal
distribution $\cal{N}(0,1)$.
distribution $N(0,1)$.
*Write your own code* (using either a matrix inversion or a singular
value decomposition from e.g., _numpy_ ) or use your code from