Skip to content

This Java program creates a GUI that allows you to input vectors in order to calculate their dot products.

Notifications You must be signed in to change notification settings

divyakhatrii/dot-product

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Java program creates a GUI that allows you to input vectors in order to calculate their dot products.

/src/KhatriGui

This takes you to the folder of all the .java files and photos uploaded that were created during this project.

Introduce.java

This class builds the first window you see as you open the program, introucing you to its purpose and prompting you to continue on to input values.

Input.java

This class creates the GUI where the user inputs the numbers into the vector

DotCalculation.java

This class is where all the calculation occurs, separately from the GUI

Output.java

This class outputs the dot product in a seaprate gui that pops up as you click "calculate."

About

This Java program creates a GUI that allows you to input vectors in order to calculate their dot products.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages