Christopher2222

5785 Reputation

24 Badges

16 years, 351 days

MaplePrimes Activity


These are questions asked by Christopher2222

int(ln(x)^n,x)  just returns the integral

Mathematica gives

What other interventions are required to get Maple to produce an answer?

 

I just quickly checked Nasser Abassi 12000.org to see if he's updated it for Maple 2017.  In some areas he has.  I thought I would check one of the integrals that failed for Maple in his tests.  In the Computer Algegbra independent integration tests Maple failed to solve 11.68% of the 3407 integrals in his test while Mathematica only failed 0.88%.  For Maple that seemed quite high, so it is perhaps his method of solving for Maple and perhaps he's more adept with Mathematica. 

Here is one of the failed integrals and the single line code he used to solve it.

int((5*x^2+3*(x+exp(x))^(1/3)+exp(x)*(2*x^2+3*x))/x/(x+exp(x))^(1/3),x) # of course because it failed it just spits back the integral.

Can maple solve it?

The answer is supposed to be

I saw a question earlier today regarding 3 particles in a gravitational field.  It has since disappeared. 

I see no rhyme or reason why it was deleted by someone, whoever did.  It was Math related and it was Maple related hence no reason for it's deletion.  This happened just before Mapleprimes and Maplesoft went offline for a couple of hours. 

Can someone explain?  Did anyone else see it?

Is it possible to have an information box pop out when cursor is hovered over a plotted point?

What's the best way to read data from a text file where say there are 3 columns separated by say 5 spaces.  However the first column is a column of names, just as a simple example

green beans     50     12
potatoes     20     15
red peppers     10  10
tomatoes     5     5

readdata takes each space as a column separator.

readdata("c:/test.txt",string,3)
                                     

How do I work it so that I keep the name identifiers in one column?

 

***
Using ImportMatrix I keep getting error
ImportMatrix("c:/beantest.txt",delimiter="     ")
                              Error, (in ImportMatrix) cannot interpret file
 

First 22 23 24 25 26 27 28 Last Page 24 of 94