Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 298 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 298 Bytes

VectorOperations

Does simple vector operations with a GUI. Made a vector calculator to help aid with my Physics homework. It does simple vector operations such: dot product, cross product, addition, and subtraction. Used some vector library I found and used Tkinter for GUI.First experimenting.