HP NW280AAABA Manual de usuario Pagina 343

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 616
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 342
Functions and commands 337
trigexpand Returns a trigonometric expression in expanded form.
trigexpand(Expr)
Example:
trigexpand(sin(3*x)) gives (4*cos(x)^2-
1)*sin(x)
trig2exp Returns an expression with trigonometric functions rewritten as
complex exponentials (without linearization).
trig2exp(Expr)
Example:
trig2exp(sin(x)) returns
Integer
Divisors Returns the list of divisors of an integer or a list of integers.
idivis(Integer)
or
idivis({Intgr1, Intgr2,…})
Example:
idivis(12) returns [1, 2, 3, 4, 6, 12]
Factors Returns the prime factor decomposition of an integer.
ifactor(Integer)
Example:
With the CAS setting Simplify set to None, ifactor(150)
returns 2*3*5^2
Factor List Returns a vector containing the prime factors of an integer or
a list of integers, with each factor followed by its multiplicity.
ifactors(Integer)
or
ifactors({Intgr1, Intgr2,…})
Example:
ifactors(150) returns [2, 1, 3, 1, 5, 2]
i
2
----
ix
1
ixexp
------------------------
exp


Vista de pagina 342
1 2 ... 338 339 340 341 342 343 344 345 346 347 348 ... 615 616

Comentarios a estos manuales

Sin comentarios