Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #1439 > unrolled thread

Re: defining a integer greater than one

Started byBill Rowe <readnews@sbcglobal.net>
First post2011-04-02 22:04 +0000
Last post2011-04-02 22:04 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  Re: defining a integer greater than one Bill Rowe <readnews@sbcglobal.net> - 2011-04-02 22:04 +0000

#1439 — Re: defining a integer greater than one

FromBill Rowe <readnews@sbcglobal.net>
Date2011-04-02 22:04 +0000
SubjectRe: defining a integer greater than one
Message-ID<in86hv$9sd$1@smc.vnet.net>
On 4/2/11 at 2:41 AM, karina.erlang@yahoo.de (Karina Erlang) wrote:

>I am new to Mathematica and cannot seem to achieve the following. I
>want to integrate an expression but Mathematica gives me a
>nonsensical if answer. (If Re(n)>1 then etc). How can I define n
>being greater than one before that integration. I can only achieve
>to make it an integer with the Element[] function.

You really need to post the details of what you are trying to do
with the Mathematica code to get answers that best apply to what
you are attempting. Meanwhile, look at the documentation for
Assuming. For example,

In[6]:= Assuming[ a > 0 && a s < 1,
  Integrate[Exp[s t] Exp[-t/a]/a, {t, 0, Infinity}]]

Out[6]= 1/(1 - a*s)

Contrast that with the result you get from

Integrate[Exp[s t] Exp[-t/a]/a, {t, 0, Infinity}]

[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web