International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 59 - Issue 13 |
Published: December 2012 |
Authors: K Sudipta Achary, Motahar Reza |
![]() |
K Sudipta Achary, Motahar Reza . Implementation of Recursive Structural Parser for Symbolic Computation using Mathematical Pseudo Language and Features of Java. International Journal of Computer Applications. 59, 13 (December 2012), 34-38. DOI=10.5120/9610-4241
@article{ 10.5120/9610-4241, author = { K Sudipta Achary,Motahar Reza }, title = { Implementation of Recursive Structural Parser for Symbolic Computation using Mathematical Pseudo Language and Features of Java }, journal = { International Journal of Computer Applications }, year = { 2012 }, volume = { 59 }, number = { 13 }, pages = { 34-38 }, doi = { 10.5120/9610-4241 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2012 %A K Sudipta Achary %A Motahar Reza %T Implementation of Recursive Structural Parser for Symbolic Computation using Mathematical Pseudo Language and Features of Java%T %J International Journal of Computer Applications %V 59 %N 13 %P 34-38 %R 10.5120/9610-4241 %I Foundation of Computer Science (FCS), NY, USA
Symbolic Computation is a Computer Algebra System (CAS) which is developed to compute the symbolic mathematical expressions consisting simple or complex calculations. Symbolic Computation provides the interface to provide input expression in a typical mathematical format. Mathematical problems related to algebra, logarithm, roots, sum & product of series etc can be solved using this package. Use of Object Oriented programming on JAVA platform provides an efficient method to such calculations. GUI components like Panels, Applets, Menus, and Buttons from AWT package are used to make the GUI simple and user friendly. The GUI is made in such a way that it takes input in a typical mathematical format which is helpful for anyone to compute expressions without using complex instructions or commands. This paper represents a strong yet simple way to solve mathematical problems by representing expressions using Symbols and characters with the concept of pseudo language.