vector  
4 results


vector - directed line segment

Cross Product
Free Cross Product Calculator - Given two vectors A and B in R3, this calculates the cross product A × B as well as determine if the two vectors are parallel

Markov Chain
Free Markov Chain Calculator - Given a transition matrix and initial state vector, this runs a Markov Chain process.

Plane and Parametric Equations in R3
Free Plane and Parametric Equations in R3 Calculator - Given a vector A and a point (x,y,z), this will calculate the following items:
1) Plane Equation passing through (x,y,z) perpendicular to A
2) Parametric Equations of the Line L passing through the point (x,y,z) parallel to A


Vectors
Free Vectors Calculator - Given 2 vectors A and B, this calculates:
* Length (magnitude) of A = ||A||
* Length (magnitude) of B = ||B||
* Sum of A and B = A + B (addition)
* Difference of A and B = A - B (subtraction)
* Dot Product of vectors A and B = A x B
A ÷ B (division)
* Distance between A and B = AB
* Angle between A and B = θ
* Unit Vector U of A.
* Determines the relationship between A and B to see if they are orthogonal (perpendicular), same direction, or parallel (includes parallel planes).
* Cauchy-Schwarz Inequality
* The orthogonal projection of A on to B, projBA and and the vector component of A orthogonal to B → A - projBA
Also calculates the horizontal component and vertical component of a 2-D vector.