172
Using mathematical functions
H I N T
The results of
POLYROOT
will often not be easily seen in
Home due to the number of decimal places, especially if
they are complex numbers. It is better to store the results
of
POLYROOT
to a matrix.
For example,
POLYROOT([1,0,0,-8]
M1
will
store the three complex cube roots of 8 to matrix M1 as
a complex vector. Then you can see them by going to the
Matrix Catalog. You can also access them individually in
calculations by referring to M1(1), M1(2) etc.
Probability functions
COMB
Number of combinations (without regard to order) of
n
things taken
r
at a time:
n!/(r!(n-r))
.
COMB
(n, r)
Example:
COMB(5,2)
returns
10
. That is, there are ten
different ways that five things can be combined two
at a time.
!
Factorial of a positive integer. For non-integers, ! =
Γ
(x +
1)
. This calculates the gamma function.
value!
Example:
5! Returns
120
PERM
Number of permutations (with regard to order) of
n
things
taken
r
at a time:
n!/(r!(n-r)!
PERM
(
n,
r
)
Example:
PERM(5,2)
returns
20
. That is, there are 20
different permutations of five things taken two at a
time.
Содержание 39gII
Страница 1: ...HP 39gII graphing calculator user s guide Edition1 Part Number NW249 90001 ...
Страница 2: ...Printing History Edition 1 November 201 1 ...
Страница 32: ...22 Getting started ...
Страница 58: ...48 Apps and their views ...
Страница 70: ...60 Function app ...
Страница 80: ...70 Solve app ...
Страница 132: ...122 Parametric app your own table and the split screen functionality available in the Function app ...
Страница 136: ...126 Polar app ...
Страница 140: ...130 Sequence app ...
Страница 148: ...138 Finance app ...
Страница 152: ...142 Linear Solver app ...
Страница 218: ...208 Matrices ...
Страница 226: ...216 Notes and Info ...
Страница 238: ...228 Variables and memory management ...
Страница 318: ...308 Programming ...
Страница 340: ...330 Reference information ...
Страница 346: ...vi Product Regulatory Information ...