Difference between revisions of "Manuals/calci/VECTORPRODUCT"
Jump to navigation
Jump to search
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div style="font-size:30px">'''VECTORPRODUCT (a,b)'''</div><br/> | <div style="font-size:30px">'''VECTORPRODUCT (a,b)'''</div><br/> | ||
| + | OR | ||
| + | <div style="font-size:30px">'''CROSSPRODUCT (a,b)'''</div><br/> | ||
*<math>a</math> and <math>b</math> are any real numbers. | *<math>a</math> and <math>b</math> are any real numbers. | ||
| Line 18: | Line 20: | ||
#VECTORPRODUCT([4,10,3.2],[9,5.3,4]) = 23.04 12.8 -68.8 | #VECTORPRODUCT([4,10,3.2],[9,5.3,4]) = 23.04 12.8 -68.8 | ||
#VECTORPRODUCT([5.3,7.2,8],[-6,-4,7]) = 82.4 -85.1 22.000000000000004 | #VECTORPRODUCT([5.3,7.2,8],[-6,-4,7]) = 82.4 -85.1 22.000000000000004 | ||
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|v=E34CftP455k&t=7s|280|center|Cross Product}} | ||
==See Also== | ==See Also== | ||
| + | *[[Manuals/calci/DOTPRODUCT | DOTPRODUCT]] | ||
| + | *[[Manuals/calci/CARTESIANPRODUCT | CARTESIANPRODUCT ]] | ||
| + | *[[Manuals/calci/CROSSPRODUCT | CROSSPRODUCT ]] | ||
| + | |||
| + | |||
| + | ==References== | ||
| + | [https://www.mathsisfun.com/algebra/vectors-cross-product.html Vector Product] | ||
| + | |||
| + | |||
| + | *[[Z_API_Functions | List of Main Z Functions]] | ||
| + | *[[ Z3 | Z3 home ]] | ||
Latest revision as of 14:04, 7 February 2019
VECTORPRODUCT (a,b)
OR
CROSSPRODUCT (a,b)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b} are any real numbers.
Description
- This function shows the Cross product of two numbers.
- Vector product is also called Cross product.
- The Vector product is defined in three dimensional space and it is denoted by axb.
- In VECTORPRODUCT (a,b), a and b are any two positive real numbers.
- We can calculate the Cross Product this way:
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a X b} = Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mid a\mid} .Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mid b\mid}
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mid a\mid} is the magnitude (length) of vector a
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mid b} is the magnitude (length) of vector b
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \theta} is the angle between a and b
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} is the unit vector at right angles to both a and b.
Examples
- VECTORPRODUCT([2,3,5],[8,6,4]) = -18 32 -12
- VECTORPRODUCT([4,10,3.2],[9,5.3,4]) = 23.04 12.8 -68.8
- VECTORPRODUCT([5.3,7.2,8],[-6,-4,7]) = 82.4 -85.1 22.000000000000004
Related Videos
See Also
References