Visual Studio .NET 2002.NET 1.0Visual Studio .NET 2003Windows 2003.NET 1.1Windows 2000ASPWindows XPIntermediateDevVisual StudioWindows.NETVisual BasicASP.NETC#
Equation Analyzer(Parser)






1.44/5 (11 votes)
Jun 18, 2004

37720

829
This is a very Useful DLL I use it to parse equations online.
Introduction
This is a very Useful DLL I use it to parse equations online.
It support the:
1- basic mathematical operations (addition, subtraction, production, division)2-
2- ( sin, cos ,tan ,root ,sqr ,log ,ln ,sinh , cosh , tanh)
And six different variables: (X, Y, Z, A, B, C)
Can be use in:
1- Make a scientific calculation, with the right mathematical operation order.
2- Use it two draw user input equation up to 6 variables. By let the User input the equation then use the DLL to parse the equation, and looping to Draw the graph.
The Test Program:
Show how can use the DLL to calculate an equation in three variables.