Skip to content

Afficher graphiquement des fonctions mathématiques appliquées à une variable

Notifications You must be signed in to change notification settings

jerryalex15/JavaGrapher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Grapher

Overview

This project involves creating a Function Grapher application in Java.

Grapher overview

Release Date

October 2023

Repository

GitHub Repository

Context

Project completed as part of a Master's program in Software Engineering. Aim: Develop a Java application for graphing one-variable mathematical functions.

Summary

Function Evaluator

  1. Implement a function evaluator that converts a mathematical expression into a binary tree structure.

Graphical Interface

  1. Develop a graphical interface with panels for graph display, user input, and more.
    • Implement mouse actions for navigating the graph and updating it.

Installation

Requirements

To set up and run this Java project on your system, make sure you have Java SE Development Kit 8 (JDK 1.8.0_381) or a compatible version installed.

Installation Steps

Clone the project repository from the Git repository

git clone https://github.com/paulinebrisset/JavaGrapher.git

Navigate to the cloned directory using the cd command

cd JavaGrapher 

Compile the Java source files using the javac command

javac GuiGrapher.java

Run the application

java GuiGrapher

Contributors

About

Afficher graphiquement des fonctions mathématiques appliquées à une variable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%