solve_numeric | R Documentation |
Return vectors which are solution of matrix.
solve_numeric(mx, hint = NULL, tol = 1e-12, inidf = 0.01)
mx |
target matrix for solution |
hint |
vector which potentially close to the solution (for initial value) |
tol |
tolerance of error |
inidf |
time step |
numeric sequence of result vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.