University Physics I Project - Divay Tomar

Introduction:

Vectors are one of the most useful tools when it comes to not only solving math or physics problems but also in instances when it is imperative to explicate real-world phenomena in order to find ways, through science, to enhance living conditions. Every single vector is characterized by a specific direction and magnitude and through these two pieces of information, one can perform a wide range of mechanisms, such as vector addition, subtraction, cross product, dot product, and distance of vectors. The tool that is displayed below gives its users the opportunity to simply supply its mechanisms with relevant values and it is sure to immediately spout out all the results that the user intended to find.

Vector Functions:

Vector addition is simply the addition of the vectors' x, y, and z components whereas vector subtraction is the addition of the -x, -y. and -z components. To achieve the results expected by the addition or subtraction of the vectors furnish the tool with the values for the components and then let it run.

Vector cross products is an operation that conflates the direction and magnitude dimensions of two individual vectors to give rise to an independent third one. More specifically it is the product of the vectors' magnitudes and the sine of the angle that is formed by their adjoining.

In contrast, dot product is the product that results from the multiplication of the vectors' magnitude and the cosine of the angle that is formed between them. Instead of spending a great amount of time harnessing the standard basis vectors i, j, k to get to a final result, individuals can plug in their components into the user-friendly mechanisms exhibited in the tool below and they would be sure to get an answer in the most efficient and effortless manner possible.

The distance between vectors is manually found by taking the square root of the sum of each vector's squared components, which can get immensely gruesome if one is working with a great number of vectors and they're respectable components. For this reason, employing the mechanisms that are part of our tool is crucial to finding the vector distance without squandering time.

A caveat to take note of while utilizing the program is to not input more than 9 vectors simultaneously, as if that transpires the program is bound to experience a disarray and it will cease from functioning properly. Since the program is developed through Python the users must always run the program from the first cell to the last to stumble across the correct results.