∫() (integral)
Catalog >
∫() can be nested to do multiple integrals.
Integration limits can depend on integration
variables outside them.
Note: See also nInt(), page 120.
√() (square root)
/q keys
√(Expr1) ⇒ expression
√(List1) ⇒ list
Returns the square root of the argument.
For a list, returns the square roots of all the
elements in List1.
Note: You can insert this function from the
keyboard by typing sqrt(...)
Note: See also Square root template, page
5.
Π() (prodSeq)
Catalog >
Π(Expr1, Var, Low, High) ⇒ expression
Note: You can insert this function from the
keyboard by typing prodSeq(...).
Evaluates Expr1 for each value of Var from
Low to High, and returns the product of the
results.
Note: See also Product template (Π), page
9.
Symbols 219