Description Usage Arguments Examples
This function solve numericaly the non lineal inequation of the Delta system. Also return the s(i) values of the equation.
1 | GetB(mx, tol = 1e-12, maxits = 1000)
|
mx |
Matrix. Modified matrix to have a solution. Usually GetMx$M1 for k>2 and GetMx$M2 in case of k = 2. |
tol |
Double number. Indicate the precision of the numeric method to calculate B. Expected to be 1e-6 <= tol <= 1e-15.Default is 1e-12. |
maxits |
Whole number. Indicate the maximum number of iterations of the numeric method to calculate B. Expected to be 100 <= maxits <= 5000. Default is 1000. |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.