Difference between revisions of "Manuals/calci/FROMTOGEOMETRIC"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''FROMTOGEOMETRIC (From,To,By)'''</div><br/> *<math> From</math> is the starting number. *<math>To</math> is the final value. *<math>By</math> is ...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div style="font-size:30px">'''FROMTOGEOMETRIC (From,To,By)'''</div><br/>
 
<div style="font-size:30px">'''FROMTOGEOMETRIC (From,To,By)'''</div><br/>
 +
where
 
*<math> From</math> is the starting number.
 
*<math> From</math> is the starting number.
 
*<math>To</math> is the final value.
 
*<math>To</math> is the final value.
 
*<math>By</math> is the skip value.
 
*<math>By</math> is the skip value.
 +
**FROMTOGEOMETRIC () shows the geometric sequence of numbers.
  
 
==Description==
 
==Description==
*This function shows the geometric sequence of numbers.
+
FROMTOGEOMETRIC (From,To,By)
*In <math>FROMTOGEOMETRIC (From,To,By)</math>,<math>From</math> is the starting number.
+
*<math>From</math> is the starting number.
 
*<math>To</math> is the final number.<math>By</math> is the common ratio value.
 
*<math>To</math> is the final number.<math>By</math> is the common ratio value.
 
*A Sequence is a set of things that are in order.In a Geometric Sequence each term is found by multiplying the previous term by a constant.
 
*A Sequence is a set of things that are in order.In a Geometric Sequence each term is found by multiplying the previous term by a constant.
Line 17: Line 19:
 
#FROMTOGEOMETRIC(5.3,567,8) = 5.3 42.4 339.2
 
#FROMTOGEOMETRIC(5.3,567,8) = 5.3 42.4 339.2
  
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=pXo0bG4iAyg|280|center|Geometric Sequence}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:30, 25 February 2019

FROMTOGEOMETRIC (From,To,By)


where

  • is the starting number.
  • is the final value.
  • is the skip value.
    • FROMTOGEOMETRIC () shows the geometric sequence of numbers.

Description

FROMTOGEOMETRIC (From,To,By)

  • is the starting number.
  • is the final number. is the common ratio value.
  • A Sequence is a set of things that are in order.In a Geometric Sequence each term is found by multiplying the previous term by a constant.
  • So the first number is get multiplied with the common ratio number.
  • In the same way second number is get multiplied with the common ratio and so on.

Examples

  1. FROMTOGEOMETRIC(10,45,3) = 10 30
  2. FROMTOGEOMETRIC(3,265,5) = 3 15 75
  3. FROMTOGEOMETRIC(5.3,567,8) = 5.3 42.4 339.2


Related Videos

Geometric Sequence

See Also

References