Manuals/calci/FROMTOGEOMETRIC
Jump to navigation
Jump to search
FROMTOGEOMETRIC (From,To,By)
where
- is the starting number.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle To} is the final value.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle By}
is the skip value.
- FROMTOGEOMETRIC () shows the geometric sequence of numbers.
Description
FROMTOGEOMETRIC (From,To,By)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle From} is the starting number.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle To} is the final number.Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle By} 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
- FROMTOGEOMETRIC(10,45,3) = 10 30
- FROMTOGEOMETRIC(3,265,5) = 3 15 75
- FROMTOGEOMETRIC(5.3,567,8) = 5.3 42.4 339.2