Functions and commands
307
Nth Prime
Returns the
n
th prime number less than 10000.
ithprime(Intg(n))
Next Prime
Returns the next prime or pseudo-prime after an integer.
nextprime(Intg(a))
Previous Prime
Returns the prime or pseudo-prime number closest to but
smaller than an integer.
prevprime(Intg(a))
Euler
Compute’s Euler's totient for an integer.
euler(Intg(n))
Division
Quotient
Returns the integer quotient of the Euclidean division of two
integers.
iquo(Intg(a),Intg(b))
Remainder
Returns the integer remainder from the Euclidean division of
two integers.
irem(Intg(a),Intg(b))
a
n
MOD p
Returns
a
n
modulo
p
in [0;
p
−
1].
powmod(Intg(a),Intg(n),Intg(p),[Expr(P(x
))],[Var])
Chinese
Remainder
Returns the Chinese remainder of two lists of integers.
ichinrem(LstIntg(a,p),LstIntg(b,q))
Polynomial
Find Roots
Returns all computed roots of a polynomial given by its
coefficients. (It may not work if roots are not simple.)
proot(Vect||Poly)
Coefficients
With an integer as third argument, returns the coefficient of a
polynomial of degree given in the third argument. With no
third argument, returns the list of coefficients of the
polynomial.
coeff(Expr,[Var],degree)
Divisors
Returns the list of divisors of a polynomial or a list of
polynomials.
Summary of Contents for NW280-200X
Page 1: ...HP Prime Graphing Calculator User Guide ...
Page 4: ......
Page 56: ...50 Reverse Polish Notation RPN ...
Page 64: ...58 Computer algebra system CAS ...
Page 107: ...An introduction to HP apps 101 ...
Page 108: ...102 An introduction to HP apps ...
Page 188: ...182 Spreadsheet these variables is provided in chapter 21 Variables beginning on page 373 ...
Page 220: ...214 Statistics 2Var app ...
Page 252: ...246 Linear Solver app ...
Page 258: ...252 Parametric app ...
Page 268: ...262 Sequence app ...
Page 404: ...398 Units and constants ...
Page 416: ...410 Lists ...
Page 442: ...436 Notes and Info ...
Page 532: ...526 Limiting functionality ...
Page 536: ...530 ...
Page 540: ...534 ...