1 |
A |
Matrix. |
b |
Vector. Its dimension should match that of matrix |
Solve linear system Ax = b using iteration methods as Gauss-Seidel or Jacobi.
solve_ols(diag(rep(1, 3)), rep(1,3), ncores = 2, iterNum = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.