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 );
> 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
1 hour 4 min ago
1 hour 24 min ago
2 hours 35 min ago
5 hours 40 min ago
5 hours 47 min ago
11 hours 18 min ago
18 hours 37 min ago
19 hours 56 sec ago
19 hours 11 min ago
21 hours 13 min ago