mathnet-symbolics
mathnet-symbolics copied to clipboard
Math.NET Symbolics
Hello, First of all, congratulations for Math.Net. It's a wonderful project. You've done a great job. I'm trying to use Symbolics in a project where I need to parse a...
Among others: - automatic simplification related to `sqrt(-1)` - Evaluation of `sqrt(-1)` and related powers - Expansion, e.g. of trigonometric function
If I try to install the library using Nuget in a Xamarin project I get the following error: ```` Attempting to gather dependency information for package 'MathNet.Symbolics.0.15.0' with respect to...
Here's a simple Mathematica evaluation:  Note that `l[f[x]] // Simplify` returns the same expression as `m[x] // Simplify`. Here's the equivalent in Symbolics/C#: ``` Expression f(Expression x) => 2...
I would like to open here a small discussion about the library and share some ideas with you guys for future contributions. First of all, I think this is a...
It seems, that currently formatting for display floating numbers (type approximation) not very convenient. ```fsharp open MathNet.Symbolics let culture = System.Globalization.CultureInfo.InvariantCulture "0.4095999999999994*x+13.5387777776*y" |> Infix.parseOrUndefined |> Infix.format |> printfn "%s" //...
Quoting the [README](https://github.com/mathnet/mathnet-symbolics/blob/04e10930bfd427ed2fc4ecc8fe911ca80f78b3f3/README.md) file: > This project does not aim to become a full computer algebra system It does make it clear what the project does not aim to be....
Are there plans to include other operators, like summations (\Sigma), products (\Pi), integrals and so on? What about equations and systems of equations? I'm interested in experimenting with sums and...
it seems that tensor algebra is completely missing as of now, so I am wondering how the plans are to include support for higher calculus. I guess it might be...
I want to use these lib,but found noting about help documents to these lib.