pccoeacm / all-calc

A calculator to calculate anything you can think of!
MIT License
1 stars 38 forks source link

Add 3D Equation Plotter #74

Closed aniketdhole07 closed 4 years ago

aniketdhole07 commented 4 years ago

Issue #20 ,

Output:

    Name: 3D Plotter
    Operation : Plots 3D Graph of any 3D Equation z=f(x,y)
    Inputs : size->Size of 3D chart (int)
             eqn-> 3D Equation in f(x,y) (string)
    Outputs: 3D Figure Will be Opened
    Author : aniketdhole07  

Enter size >>20
Enter eqn >>sin(x)+cos(y)

Screenshot from 2020-10-04 15-05-15

Screenshot from 2020-10-04 15-04-50

aniketdhole07 commented 4 years ago

@tejasmorkar @SuyashSonawane ,could you review this