Difference between revisions of "Manuals/calci/CROSSPRODUCT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''AVEDEV(n1,n2,n3...)'''</div><br/> *<math>n_1,n_2,n_3...</math> are any real numbers.")
 
Line 1: Line 1:
<div style="font-size:30px">'''AVEDEV(n1,n2,n3...)'''</div><br/>
+
<div style="font-size:30px">'''CROSSPRODUCT (a,b)'''</div><br/>
*<math>n_1,n_2,n_3...</math> are any real numbers.
+
*<math>a</math> and <math>b</marh> are any real numbers.
 +
 
 +
==Description==
 +
*This function shows the Cross product of two numbers.
 +
*Cross product is also called Vector product.
 +
*The cross product is defined in three dimensional space and it is denoted by axb.
 +
*In CROSSPRODUCT (a,b), a and b are any two positive real numbers.
 +
*We can calculate the Cross Product this way:
 +
<math>a × b = \mid a \mid \mid b\mid sin(\theta) n</math>
 +
*<math>\mid a\mid</math> is the magnitude (length) of vector a
 +
*<math>\mid b</math> is the magnitude (length) of vector b
 +
*<math>\theta</math> is the angle between a and b
 +
*n is the unit vector at right angles to both a and b

Revision as of 18:12, 28 December 2016

CROSSPRODUCT (a,b)


  • and Failed to parse (syntax error): {\displaystyle b</marh> are any real numbers. ==Description== *This function shows the Cross product of two numbers. *Cross product is also called Vector product. *The cross product is defined in three dimensional space and it is denoted by axb. *In CROSSPRODUCT (a,b), a and b are any two positive real numbers. *We can calculate the Cross Product this way: <math>a × b = \mid a \mid \mid b\mid sin(\theta) n}
  • is the magnitude (length) of vector a
  • is the magnitude (length) of vector b
  • is the angle between a and b
  • n is the unit vector at right angles to both a and b