From 06b57e12fab49623e63707448fc73da6a55a19fc Mon Sep 17 00:00:00 2001 From: dragunovdenis Date: Fri, 10 Jun 2016 13:44:33 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 603c78e..e6f0f03 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ The project is focused on developing algorithms for solving stiff boundary value Currently it containes an implementation of a new algorithm for solving stiff BVPs for the second order ODE's, such like the well known Troesch's problem (which is an acknowledged banchmark for testing BVP solvers). The capabilities of the algorithm (lets call it SI-algorithm, which means "Straight-Inverse", although the name might change in future) allows it to solve the Troesch's problem for 'lambda = 100, 200, ... with precision 1e-8 within a few seconds (and this is in double precision !!!). -For more information see this paper https://arxiv.org/abs/1601.04272 (draft)#MathSoftDevelopment +For more information see this paper https://arxiv.org/abs/1601.04272 (draft)