Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix rendering of formula in linsolver quickstart #528

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"$$\n",
"A \\mathbf{x} = \\mathbf{b}\n",
"$$\n",
"\n",
"where $A\\in\\mathbb{R}^{n\\times n}$ is a symmetric positive definite matrix, $\\mathbf{b}\\in\\mathbb{R}^n$ is a vector and $\\mathbf{x}\\in\\mathbb{R}^n$ is the unknown solution of the linear system. \n",
"\n",
"Solving such a linear system is arguably one of the most fundamental computations in statistics, machine learning and scientific computation. Many problems can be reduced to the solution of one or many (large-scale) linear systems. Some examples include least-squares regression, kernel methods, second-order optimization, quadratic programming, Kalman filtering, linear differential equations and all Gaussian (process) inference. Here, we will solve such a system using one of ProbNum' *probabilistic linear solvers*.\n"
Expand Down