Details for 178_InterestingInt.mw

Download file: 178_InterestingInt.mw (View Live Worksheet on MapleNet)
Uploaded by Doug Meade(Maple Rating 4 739) (View other files uploaded by Doug Meade)

The HTML version of this file is shown below. To use the contents of this file in a posting, click here to get the source code


> restart;

> I1 := Int( 1/x^p, x=1..infinity );

Maple Equation

> value( I1 );

Maple Equation

> value( I1 ) assuming p>1;   # correct
value( I1 ) assuming p=1;   # correct
value( I1 ) assuming p<1;   # not simplified (cancel p-1 from numer and denom)

Maple Equation

Maple Equation

Maple Equation

> simplify( % );

Maple Equation

>

> I2 := eval( I1, p=1 );

Maple Equation

> value( I2 );

Maple Equation

>

> R1 := int( 1/x^p, x=1..infinity );

Maple Equation

> R1 assuming p>1;            # correct
R1 assuming p=1;            # incorrect (but didn't have a chance because antiderivative is incorrect)
R1 assuming p<1;            # correct

Maple Equation

Maple Equation

Maple Equation

>

>

This post was generated using the MaplePrimes File Manager

View 178_InterestingInt.mw on MapleNet or Download 178_InterestingInt.mw
View file details


HTML Source Code

Copy this code into any posting to insert this file into a posting on MaplePrimes

IMPORTANT INFORMATION

When pasting this code into a post on MaplePrimes, make sure that you choose the Worksheet HTML input format

Download Link Code

Copy this code into any posting to share this file with other users

}