WORKED DEFAULT
Check the calculation with the default inputs
For n = 4 and q = 2, the q-integers 1, 3, 7, and 15 multiply to 315.
- Build q-integers1,3,7,15
- Multiply1x3x7x15
- Return315
Q-ANALOGUES / PRODUCT
Evaluate the integer q-factorial as the product of q-integers from one through n.
METHOD / WORKED EXAMPLE
Evaluate the integer q-factorial as the product of q-integers from one through n. The result panel keeps the defining recurrence or counting identity visible so the output can be checked independently.
WORKED DEFAULT
For n = 4 and q = 2, the q-integers 1, 3, 7, and 15 multiply to 315.
READ THE RESULT
This q-analogue depends on q and is not ordinary factorial except at q=1.
ASSUMPTIONS AND LIMITS
q-factorials grow rapidly; values outside safe exact display are refused.
COMMON QUESTIONS
Build each q-integer 1+q+...+q^(i-1) exactly and multiply the terms from i=1 through n. The indexing, equivalence relation, and counted objects are stated in the method and worked example. Inputs must be whole numbers inside the displayed domain; the page never rounds a decimal into an accepted index. This ties the answer to one explicit convention instead of silently mixing sequence offsets or combinatorial interpretations.
This q-analogue depends on q and is not ordinary factorial except at q=1. Small boundary cases and the displayed recurrence or identity provide useful independent checks. Recompute the displayed recurrence or closed form with the same inputs and compare its previous terms or counting factors. That check supports this bounded result, but it does not transfer the interpretation to a different sequence or counting object.
q-factorials grow rapidly; values outside safe exact display are refused. The implementation uses integer arithmetic internally and refuses results beyond the safe display boundary. Combinatorial and recurrence values can grow rapidly even when the inputs look small. The conservative cap prevents browser stalls and avoids presenting an unsafe floating-point integer as exact; larger work needs arbitrary-precision software and independent resource controls.
RELATED TOOLS
Use boundary
Build each q-integer 1+q+...+q^(i-1) exactly and multiply the terms from i=1 through n.
[n]_q! = product_{i=1..n} (q^i-1)/(q-1).