617) (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 );
> value( I1 );
> 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)
> simplify( % );
>
> I2 := eval( I1, p=1 );
> value( I2 );
>
> R1 := int( 1/x^p, x=1..infinity );
> 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
>
>
This post was generated using the MaplePrimes File Manager
View 178_InterestingInt.mw on MapleNet or Download 178_InterestingInt.mw
View file details
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
> value( I1 );
> 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)
> simplify( % );
>
> I2 := eval( I1, p=1 );
> value( I2 );
>
> R1 := int( 1/x^p, x=1..infinity );
> 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
>
>
This post was generated using the MaplePrimes File Manager
View 178_InterestingInt.mw on MapleNet or Download 178_InterestingInt.mw
View file details
Copy this code into any posting to share this file with other users
3 hours 47 min ago
5 hours 3 min ago
1 hour 57 min ago
7 hours 51 min ago
7 hours 58 min ago
10 hours 28 min ago
10 hours 36 min ago
12 hours 20 min ago
18 hours 22 min ago
1 day 37 min ago