SkillAgentSearch skills...

Computex

A C++ based graph plotter and a Java based ADT polynomial operations calculator.

Install / Use

/learn @Anirban166/Computex
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Abstract

A mathematical-term string parser is used for the graph plotter which handles conversions from infix to postfix and eventually parses an equation into a singular value for plotting. It supports regular arithmetic operators to go with trigonometric equations/terms, including arc/inverse and hyperbolic ones. Qt library's Qtcreator is used to frame the application GUI.

For the ADT/univariate (single variable equation) polynomial operations calculator, each term is represented as a link list node of co-efficient and exponent, (with the former being a double and the later an integer) whereby the arithmetic operations are performed by functions in the abstract class PolynomialOperations. FXML is used for the GUI here.


Runscreens


Graph Plotter

<img src="Images/Graphone.png" width="70%"> <img src="Images/SecondGraph.png" width="70%">

Polynomial Operations Calculator

<img src="Images/PolynomialCalculator.png" width="70%">
View on GitHub
GitHub Stars12
CategoryDevelopment
Updated5y ago
Forks3

Languages

C++

Security Score

75/100

Audited on Apr 1, 2021

No findings