MaximaSharp icon indicating copy to clipboard operation
MaximaSharp copied to clipboard

A simple library that uses Maxima to do symbolic math in C# using lambda functions and expressions.

Results 3 MaximaSharp issues
Sort by recently updated
recently updated
newest added

How to use correctly Math.Exp(x), example: > Expression f = x => Math.Exp(Math.Pow(x,2))+1/x; > Console.WriteLine(f.Simplify()); > Console.WriteLine(f.Differentiate()); I have (System.Exception: "Failed to convert to expression: (x*%e^x^2+1)/x")

I am using unity3d (engine for videogame design) which uses visual studio and C # language to program, I have included the maximasharp libraries and recognizes them without any problem,...

Whenever I try and use any of the MaximaSharp code, the following error is displayed at runtime. An unhandled exception of type 'System.TypeInitializationException' occurred in Example.exe Additional information: The type...