fix tutorials latex and links (#261)

This commit is contained in:
Dario Coscia
2024-03-10 10:23:35 +01:00
committed by GitHub
parent 4f911f88ca
commit ada9643c11
15 changed files with 84 additions and 284 deletions

View File

@@ -309,7 +309,7 @@
"\n",
"A valid option is to impose the initial condition as hard constraint as well. Specifically, our solution is written as:\n",
"\n",
"$$ u_{\\rm{pinn}} = xy(1-x)(1-y)\\cdot NN(x, y, t)\\cdot t + \\cos(\\sqrt{2}\\pi t)sin(\\pi x)\\sin(\\pi y), $$\n",
"$$ u_{\\rm{pinn}} = xy(1-x)(1-y)\\cdot NN(x, y, t)\\cdot t + \\cos(\\sqrt{2}\\pi t)\\sin(\\pi x)\\sin(\\pi y), $$\n",
"\n",
"Let us build the network first"
]