As I am taking Multivariable Calculus right now, I figured it would be a fun coding project to parallel my math learning in code.
-
Download or clone the repository to your computer.
-
Navigate to the folder containing Workspace.java through the command line.
-
Type javac Workspace.java into the command line and press enter/return to compile the java files.
javac Workspace.java
- Then, type java Workspace.java, press enter/return, and follow prompts to run the Multivariable Calculus Calculator.
java Workspace.java
- add
- subtract
- multiply by scalar
- dot product
- cross product
- magnitude
- angle between
- cylindrical coordinates
- spherical coordinates
- generate vector