Questions tagged [system-limitations]

29 questions
2
votes
1 answer

The maximum number of length in mathematica

What is the maximum number that can be used with the following command in mathematica? Length[IntegerDigits[x!]] where 'x' is replaced by some finite integer for which the above command reaches its max number. Then, what is this number?
Alan
  • 315
  • 1
  • 7
2
votes
2 answers

Nesting BaseForm several functions deep causes dependent functions to not fully evaluate. Solutions?

Below is a simplified scenario of a problem that I'm running into. There are 3 functions each wrapped with BaseForm[] and a default base of 10 is passed to each through the optional f parameter. Each function depends on the function before…
Dustin Darcy
  • 107
  • 6
-2
votes
1 answer

Result of the limit n -> infinity x(ln(x/x+1)

Can someone give me a detailed, step by step process on how to solve: $\lim_{x\to \infty } x(ln$$ \frac{x}{x+1}) $