MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Integrate problem?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg62090] Integrate problem?
  • From: "Martin Manscher" <mm01 at danfoss.com>
  • Date: Fri, 11 Nov 2005 02:51:53 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

In[48]:=
Integrate[Sin[t]Sign[Sin[.999t]],{t,0,2p}]

Out[48]=
2. - 1.91585*10^-14 I

In[49]:=
NIntegrate[Sin[t]Sign[Sin[.999t]],{t,0,2p}]

Out[49]=
4.

Why?
/Martin


  • Prev by Date: Re: 'Good' or 'Proper' Mathematica coding habits question
  • Next by Date: Re: Plot Angle between Vectors
  • Previous by thread: Re: Question about passages
  • Next by thread: Re: Integrate problem?