Carl Love

Carl Love

28055 Reputation

25 Badges

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

MaplePrimes Activity


These are replies submitted by Carl Love

@m-Dede Try this

if z=0 then v1:= -1 else v1:= z fi;

@m-Dede I have no idea what you're talking about. Can you give more details?

The book is extremely difficult to read. It has no mathematical typesetting; all formulae are in plaintext, not even in Latex. A huge number of words are   s p a c e d   o u t   l i k e   t h i s.

And I did not notice any Maple content, although, of course, I did not read the whole book.

@J4James I am not aware of any tool to directly put the Maple output into the Excel format, but it looks like you're well on your way to creating the tool yourself. The basic data required is all there in the solution module, as you can see. Statistics has the F distribution and a OneWayANOVA command. Note the you can use CDF instead of integrating the PDF for the t distribution.

@key01023 The matrix is still missing. Can you upload a worksheet?

@J4James Don't use whole numbers; end them with decimal points.

What is "the 'list of list'"? Could you give a example of the code to generate it? Or could you upload a worksheet?

In your Question, there is just a blank space where I think that you intended to paste a Matrix.

@J4James I'll write the code with the changeable bounds and post it as a separate Answer. In the above the, the 2,2,2,2 are not the upper bounds---they are the numbers of increments. I'll write it so that for each parameter you'll specify the upper and lower bounds and the number of increments, rather than specifying the size of the increments.

@J4James Do you mean change the 8 that is the upper bound for eta to 12?

@J4James No I don't mean that. If you want to change the lower bound from 0, that's fine. But you didn't say that before. You said from 0 to 2 with increment 0.01. The 0, the 2, and the 0.01 are all easy to change.

@Preben Alsholm What made you think of replacing (D@@2)(f)(0) with a parameter?

@adel-00 What do mean by t? Do you mean the value of t such that N'(t) = 0? In other words, given a value of beta, how do we choose a t to match that beta?

@J4James That's 200 values for each of the 4 parameters. That's 200^4 = 1.6 billion combinations of parameters. That's too much to do in a reasonable time.

As for the time, each change of parameters requires a separate call to dsolve. There's no parameters option for BVPs.

@adel-00 Do you mean beta versus the value of such that N'(t) = 0? Won't that encounter the same problem as Preben mentioned? It's still an autonomous IVP.

First 577 578 579 580 581 582 583 Last Page 579 of 709