65.9K
CodeProject is changing. Read more.
Home

Equation Analyzer(Parser)

starIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIconemptyStarIcon

1.44/5 (11 votes)

Jun 18, 2004

viewsIcon

37720

downloadIcon

829

This is a very Useful DLL I use it to parse equations online.

Sample Image - Equation_Analyzer_Parser_.jpg

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.