Ratios
Ratios[list]
gives the successive ratios of elements in list.
Ratios[list,n]
gives the n iterated ratios of list.
Ratios[list,{n1,n2,…}]
gives the successive nk ratios at level k in a nested list.
Details
- Ratios divides successive elements by preceding ones, so that Ratios[{x1,x2}] gives {x2/x1}.
- If list has length s, Ratios[list,n] has length s-n.
- Ratios[m,{1,0}] or Ratios[m,1] finds the successive ratios of rows in a 2D array or matrix m. Ratios[m,{0,1}] finds the ratios of columns.
- Ratios[list,{n1,n2}] is equivalent to Ratios[Ratios[list,n1],{0,n2}].
Examples
open allclose allScope (3)
Wolfram Research (2008), Ratios, Wolfram Language function, https://reference.wolfram.com/language/ref/Ratios.html.
Text
Wolfram Research (2008), Ratios, Wolfram Language function, https://reference.wolfram.com/language/ref/Ratios.html.
CMS
Wolfram Language. 2008. "Ratios." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Ratios.html.
APA
Wolfram Language. (2008). Ratios. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Ratios.html