C# Algebra use in Unity "solve for X"

1.4k Views Asked by At

Hey ill keep this brief since its a basic question, is there anyway to solve for X using C#

1

There are 1 best solutions below

0
On BEST ANSWER

There is no built in way to solve equations in .NET. Symbolic equation parsing/solving is something for advanced math libraries (heck, it wasn't even in TI calculators until the TI-89).

The following libraries may be of use:

http://smartmathlibrary.codeplex.com/

http://mathnetnumerics.codeplex.com/