60 Alphabetical Listing
dominantTerm()
Catalog >
Note: See also series(), page 157.
dotP()
Catalog >
dotP(List1, List2) ⇒ expression
Returns the “dot” product of two lists.
dotP(Vector1, Vector2) ⇒ expression
Returns the “dot” product of two vectors.
Both must be row vectors, or both must be
column vectors.
E
e^()
u key
e^(Expr1) ⇒ expression
Returns e raised to the Expr1 power.
Note: See also e exponent template, page
6.
Note: Pressing u to display e^( is different
from pressing the character E on the
keyboard.
You can enter a complex number in re
i
θ
polar form. However, use this form in
Radian angle mode only; it causes a
Domain error in Degree or Gradian angle
mode.
e^(List1) ⇒ list
Returns e raised to the power of each
element in List1.
e^(squareMatrix1) ⇒ squareMatrix
Returns the matrix exponential of
squareMatrix1. This is not the same as
calculating e raised to the power of each
element. For information about the
calculation method, refer to cos().