MrMarc

3163 Reputation

18 Badges

17 years, 131 days

MaplePrimes Activity


These are questions asked by MrMarc

Forgive my ignorance here but let say we have some data that I want to

model with some partial differential equations. What would be most efficient way

to come up with the specific equations inorder to be able to calibrate such system ?

I guess I could just calculate the partial elasticities and deduct some relationships from that

but there has to be a more beautiful approach ?!

How can I set up the game of Pig in Maple ?   en.wikipedia.org/wiki/Pig_%28dice%29

Does anyone have any experience with such an game in Maple ?

Could anyone please explain the solution in simple terms ?

 

I am studying the application file "Maple in Finance"   www.maplesoft.com/applications/view.aspx

I have posted some of the stuff below. I have a hard time following along with the reasoning.

Could anyone please explain what is going one here is simple words ?!   There are a lot of new stuff here.

I came across a quite interesting problem as seen below  (and no it is not homework.)

I am just interested in how such a problem would be solved ?!

 

Let say I have a list like     L := [1, 2, 3, 4, 5, 6, 7, 8, 9, -5, -0.2];
 

Now I want to use the ListTools:-SearchAll() command and return the list index for all the

list element that are negative. I tried ListTools:-SearchAll(x < 0, K);  however that did not work.

The solution could also use a similar and simple command ....
 
 

First 20 21 22 23 24 25 26 Last Page 22 of 35