Requires: C # math programming library

What I need: creating stories, material for interpolation, material for counting things like

alt text

and

alt text

where L (x) is the interpolation constructed from some data (points) generated from the original known function f (x). that is, we know the original function. we have a range (s, a) - known. We need a library that helps us calculate data points in a range. we need to calculate the L (x) polynomial using this data in this range.

I need this library to be free and openource

+3
source share
5 answers

excel interop ( ?) ILNumerics.NET.

. ( max L1) , ? , .

(, Math.NET , ) , , " ".

, f, . , f .

, :. ( ). ( Math.NET ) , . , , .

( ), , , , ( ). Numerical Recipes, 3- .

+1
+4

Check this other answer https://stackoverflow.com/questions/1387430/recommended-math-library-for-c-net , in particular, a few people think that MathDotNet is good.

+2
source

How about using Mathematica ?

+1
source

Math.NET and ILNumerics.Net are open source and will solve your equations.

+1
source

Source: https://habr.com/ru/post/1765507/


All Articles