The aim of this exercise is to visualize the graph of a simple, continuous, and real function. The implementation of a program with such a functionality requires knowledge in various areas of computer science.

computer science

Description

ANDATORY!! 

The aim of this exercise is to visualize the graph of a simple, continuous, and real function. The implementation of a program with such a functionality requires knowledge in various areas of computer science. For the definition of a graphical user-interface, knowledge about GUI-programming with Java Swing is necessary. The evaluation of functions in common mathematical notation, i.e., operators in infix notation, expects basic experience in string parsing and the theory of formal languages and compilers. To allow implementing such an application without deeper study in the mentioned fields, larger parts of the code are provided and build the basis for your own program. Follow the given classes and comments in the code when working on the individual su

-problems! The task is to build an application with a graphical user-interface (similar to the snapshot below) to plot simple functions given as input b


Related Questions in computer science category