Firestorm01X2 / MathDotNetTest

MathDotNet Test Example. Integration and Symbolics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MathDotNetTest

Func<double,double> f= SymbolicExpression.Parse("x*x").Compile("x");
Console.WriteLine(f(3));//=9
double composite = SimpsonRule.IntegrateComposite(f, 0.0, 100, 1000);
Console.WriteLine(composite);//=333333.333333

About

MathDotNet Test Example. Integration and Symbolics


Languages

Language:C# 100.0%