Skip to content

aSolving vectors related problem ( Vector Magnitude, Vector Dot Product, Vector Angle)

Notifications You must be signed in to change notification settings

teddyoweh/Vector-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vector Algorithms

Solving vectors related problem ( Vector Magnitude,Vector Dot Product, Vector Angle)

Usage

vec = Vector() # Initialization
vec.inputs('3,-5','8,12') # Parsing input vectors
vec.Magnitude('4,5') # Calculate the magnitude of the vector parse
vec.DotProduct() #Calculates the dot product of the vectors parsed
vec.Angle() # Calculates the angle of the between vectors

About

aSolving vectors related problem ( Vector Magnitude, Vector Dot Product, Vector Angle)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published