Christopher2222

6035 Reputation

24 Badges

17 years, 144 days

MaplePrimes Activity


These are replies submitted by Christopher2222

So what about a procedure that can do it?

Oh, right.  I meant to say.  Is there a simple procedure we could create to force any sqrt(a)/a values back to 1/sqrt(a)

And I'm going to have to disagree with the rationalization for ease of divisibility because what about sqrt(7)/7 - it is not simplified to 1/sqrt(7).  It just so happens that any simplification of numerical values are reduced down to values with sqrts in the numerator.  Perhaps a debate will ensue about which is better.  Personally I think two numbers (one of them being a 1) is better than two numbers where neither is a 1.

As for a procedure, any suggestions?

From the online mathematica integrator, mathematica's engine chokes on the integration of a square root exponentional squared plus a constant

exp(sqrt(5x^2+2))

Mathematica could not find a formula for your integral. Most likely this means that no formula exists.

From the online mathematica integrator, mathematica's engine chokes on the integration of a square root exponentional squared plus a constant

exp(sqrt(5x^2+2))

Mathematica could not find a formula for your integral. Most likely this means that no formula exists.

A problem comes about when you integrate an exponentional of the square root of the variable you're trying to integrate.

ie

          

int(eq,x=0..a)

                  

A problem comes about when you integrate an exponentional of the square root of the variable you're trying to integrate.

ie

          

int(eq,x=0..a)

                  

it works fine on my desktop.  i tried the maxheap option, thanks, but no luck.  it must be a laptop setting

it works fine on my desktop.  i tried the maxheap option, thanks, but no luck.  it must be a laptop setting

Student version of Maple 17 and MapleSim6 is $99 each.  I am not sure what the home edition costs.  It is a very good price.

i might see a reason.  that is if each mw file represents a chapter subject and one wants to collect the files into one chapter book so to speak.  that would make sense.

not sure why one would want to do that.  i think he means how does one join the contents of multiple files into one worksheet without opening the mw file.    it sounds like he doesnt want to open and crtl a all the time.  sounds more like running a batch process to put the contents of say  five files into one.  what is the intention 

New signal processing package, nice. 

This is perhaps a better output.

for i to nops(stemslist) do
   printf("%-5a%-a\n", stemslist[i], parse(cat(seq(sprintf("%a", i), i = sort(a[i])))))
end do;


127  8    
128  8    
129  5589
130  568  
131  12344557
132  2778
133  789  
134  8   

This is perhaps a better output.

for i to nops(stemslist) do
   printf("%-5a%-a\n", stemslist[i], parse(cat(seq(sprintf("%a", i), i = sort(a[i])))))
end do;


127  8    
128  8    
129  5589
130  568  
131  12344557
132  2778
133  789  
134  8   

First 84 85 86 87 88 89 90 Last Page 86 of 162