Skip to content
yonatan555 edited this page Dec 12, 2019 · 4 revisions

Hi ,we are 2 students who studing in Ariel University where located in Israel , this project is a contiune to pervious polynom Project ,(when now we have 3 diffrent Objects are implemting functions) in this project we have 2 mainly classes ComplexFunction and Gui_Function (which implements the complexFunction class, via we will draw the functions we got).

The whole project is based finnaly to draw functions based on ComplexFunction,Polynom,Monom.

##Example of the implement

Polynom p1= new Polynom ("x^8+2x^2+1");

Polynom p2=new Polynom("x");

ComplexFunction cf = new ComplexFunction("plus",new Polynom("0.5x^7"),p2);

ComplexFunction cf1 = new ComplexFunction("mul", new Polynom("x"), new Polynom("x^2+x"));

These functions should create this Graph:

Clone this wiki locally