Skip to content

AY2223S2-CS2113-F10-2/tp

 
 

Repository files navigation

BadMaths ➕➖✖️➗

BadMaths is an integrated study tool that performs Mathematical Operations and contains various features for note-taking.

To help you get started, our team has put together this user guide to guide you on the steps to operate BadMaths for your study woes.

Setting up

Prerequisites: JDK 11 (use the exact version), update Intellij to the most recent version.

  1. Ensure Intellij JDK 11 is defined as an SDK, as described here -- this step is not needed if you have used JDK 11 in a previous Intellij project.
  2. Download the latest JAR release here.
  3. Copy the JAR file into an empty folder.
  4. Open up a command window in that folder and run the following command:
java -jar BadMaths.jar

If the set-up is correct, you should see the following:

____            _   __  __       _   _
|  _ \          | | |  \/  |     | | | |
| |_) | __ _  __| | | \  / | __ _| |_| |__  ___
|  _ < / _` |/ _` | | |\/| |/ _` | __| '_ \/ __|
| |_) | (_| | (_| | | |  | | (_| | |_| | | \__ \
|____/ \__,_|\__,_| |_|  |_|\__,_|\__|_| |_|___/
You can type 'Help' to learn what I can do for you :)

Features (v2.1)

Monday, April 10, 2023

  1. Basic mathematical operations
    • Analyse trigonometry equations / sinusoidal signals
    • Solve quadratic equations
    • Solve matrix calculations
  2. Notes taking
    • Store, delete and list notes
    • Mark or unmark the notes as done
    • Rank and display notes based on priority
    • Find notes based on keywords

Useful links:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Other 0.6%