Carl Love

Carl Love

28045 Reputation

25 Badges

12 years, 332 days
Himself
Wayland, Massachusetts, United States
My name was formerly Carl Devore.

MaplePrimes Activity


These are replies submitted by Carl Love

You have 5 equations and 6 unknowns, so, no, it is not possible. Probably you need to consider the problem further and thus get one more equation.

I attempted to simply use pdsolve for a symbolic solution with no initial or boundary conditions. I ran out of memory after about 40 minutes.

@erik10 When you run the version that is both compiled and parallelized, what is the "parallelization ratio", i.e., (cpu time)/(real time)? And what is your value of kernelopts(numcpus)?

@erik10 When you run the version that is both compiled and parallelized, what is the "parallelization ratio", i.e., (cpu time)/(real time)? And what is your value of kernelopts(numcpus)?

@digerdiga This expression contains I several times and contains no radicals. That is why evalc was my first choice. Note that evalc is a bit different from the other simplifiers in that it automatically assumes as real any variable for which there are no assumptions. 

@digerdiga This expression contains I several times and contains no radicals. That is why evalc was my first choice. Note that evalc is a bit different from the other simplifiers in that it automatically assumes as real any variable for which there are no assumptions. 

@Christopher2222 Christopher wrote:

I calculated PowerTower(5) to 15005 digits and it took 200 seconds on my machine.

What do you mean by "to 15005 digits"? Do you mean that you were trying an approximation?

Christopher wrote:

I was trying to manually find the number of digits in PowerTower(5) maybe there's an easier way?

trunc(PowerTower(4)*log10(5.))+1 = 183230

@Christopher2222

Two possibilities:

  1. Your Maple doesn't understand thisproc. Fix: Change it to procname.
  2. Your Maple doesn't understand numtheory:-phi. Fix: Change it to numtheory[phi].

@samiyare Amir, with your permission I'd like to rename this thread to "BVP with constraining integrals" so that it will be easier to find in the future. I'm open to suggestions for a better name.

@samiyare Amir, with your permission I'd like to rename this thread to "BVP with constraining integrals" so that it will be easier to find in the future. I'm open to suggestions for a better name.

@Preben Alsholm Excellent solution, Preben! But how did you choose the weights? Why not put both solutions on the same scale? And did it seem like fsolve cared?

@Preben Alsholm Excellent solution, Preben! But how did you choose the weights? Why not put both solutions on the same scale? And did it seem like fsolve cared?

@erik10

Just guessing here. Try a compiled but non-parallelized version: the one that Acer posted.

@erik10

Just guessing here. Try a compiled but non-parallelized version: the one that Acer posted.

I just uploaded the worksheet for my numeric solution and put it as a Reply to my numeric Answer below. There is a disturbing difference in the plot of V(t). The symbolic solution is more believable: Since L(t) is nearly linear, ode1 implies that V(t) is nearly constant.

I am going to try adjusting error parameters on the numeric solution.

First 641 642 643 644 645 646 647 Last Page 643 of 709