Message Boards Message Boards

[?] Change TimeConstraint option in Mathematica?

Posted 6 years ago

Hello , I would like to solve a Limit Question in Mathematica but when i click on Step by step solution then i get this error.

"WolframAlpha::timeout: The call to WolframAlpha[lim ((ln(1+sinx)\[Sqrt]sinx)/\[Sqrt](3x^3(1+x+2x^2-5x^3)) as x->0] has exceeded 20.` seconds. Increasing the value of the TimeConstraint option may improve the result."

Can anyone help me to change TimeConstraint?

Thank you in Advance

2 Replies

@Salahuddin Sediqi, Welcome to Wolfram Community! Please make sure you know the rules: https://wolfr.am/READ-1ST

The rules explain how to format your code properly. If you do not format code, it may become corrupted and useless to other members. Please EDIT your posts and make sure code blocks start on a new paragraph and look framed and colored like this.

int = Integrate[1/(x^3 - 1), x];
Map[Framed, int, Infinity]

enter image description here

POSTED BY: Moderation Team

Possibly it is interpreted differently from what you have in mind. A less ambiguous input might result in a computation fast enough to finish before the time constraint ends it.

In[2229]:= WolframAlpha[
  "lim ((ln(1+sinx)[Sqrt]sinx)/[Sqrt](3x^3(1+x+2x^2-5x^3)) as x->0", \
{{"Limit", 1}, "Input"}] // InputForm

(* Out[2229]//InputForm=
HoldComplete[Limit[((Log[1 + Sin[x]]*Sqrt[x]*Sin[x])/Sqrt[x])*(3*x^3*(1 + x + 2*x^2 - 5*x^3)), 
  x -> 0]] *)
POSTED BY: Daniel Lichtblau
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract