casperyc

962 Reputation

10 Badges

16 years, 256 days
University of Kent
Dr

Social Networks and Content at Maplesoft.com

MaplePrimes Activity


These are replies submitted by casperyc

 

I can't work it out in Maple either. As a comparison, Mathematica does seem to be able to work it out.

 

Also, Mathematica seem to be able to get some symbolic answer as well: (which might be helpful?)

 

I think this is a more general issue, rather than a corrupted installation.

When I was installing the update (18.02), it did not occur any error.

I would just call it a bug.

@Alejandro Jakubi

 

I learnt someting new, and possibly quite useful to my other simplifcation rules!

 

That's works OK, but I have to apply the "a::integer" when I code up the rules, so the substition rules (ss) looks like this now,

 

I tried to stick with the normal "ss", without the "a::integer". And doing the messy simplifcation at background using another procedure, something like this,

 

        seq(
            [a::integer*localss[i]= a*s[i],
            -a::integer*localss[i]=-a*s[i]]
            ,i=2..Dimension(localss)
        )

 

but the "a::integer" would not multiply into the terms,

 

Having said this, you solution is definitely a magic!

@acer Didnt think factrix worked.

 

Sorry if my post was not clear. The "tmp" come from a long substition using various "applyrule" , "factor" ,"combine" and "collect". But the term should end up with only "s" remaining. Like an earlier post here.

All I want, is for Maple to be able to do the substitution. Please see updated orignal post at the top.

>applyrule(rule3,tmp[1]);

I dont think it is "applying" the rule, due to the constant integer factor "2".

 

@acer Yes, I can see that you are very thorough about this. I do appreciate that. I think I am happy to leave the dicussion at this point as it is.

What I am trying to say is, this is not something people are normally aware and it would be nice to be able to 'deal' with at background.

If someone is not aware of this, someone could always end up with a 'wrong' rank.

I remember just about a year ago, I was discussing this "exponential" problem with my supervisor, she said that now Maple can handle the types of model we are instersted in. I agreed at that time until today. I was checking the "bad example" again. It pops up with rank=9, while are are expecting it to be 8.

 

But anyway, I found this very insteresting!

@acer I guess the general rule is "use with causion" then?

Because as a standard user, we wouldn't think too much about it, like the authors wrote the 2003 paper. (regardless their old version of Maple)

Initally when I was trying to locate this example, I got the wrong rank as well. Then I played around with it and found that the true rank.

In my worsheet, I used expand~(A) because I have seen (been told) it somewhere, like in this post. I though expand might do the trick. It worked.

I understand that it might be difficult to find the "right" hammer in general, but is there a way to double check this?

 

########### Updates ############

Further reading suggests that a PLUR decomposition can actually check this.

p,l,u,r:=LUDecomposition(A, method = 'RREF'):

Determinant(u);simplify(%);

The determinant of u is 0, suggests that the matrix A is NOT full rank.

 

@Alejandro Jakubi That's works perfect!

@Alejandro Jakubi @Thomas Richard

 

Thanks. I will bring this to the class and have a go with the machines that have this problem. But personally, I have never had this strange problem. So I can't try it out. It looks like a small hardware problem.

 

why do you need the 'x=-1..1' for fsolve(G)?

@Carl Love Thanks (and thank you @Allan Wittkopf ). If I ever encounter these problems. I will keep this in mind. Now I only deal with systems of first order linear DEs. Maple is doing just well enough for my purpose.

@Carl Love It does seem that loop is better in this case. Thanks!

@Preben Alsholm Helped a lot! Thanks!

That reminds me that I need to refresh my memory on Differential Equations.

@acer Well, if possible, yes, certainly a 3D plot will be even better. The "more" we can see, the better.

@acer Exciting!

 

This is now working. Really exciting and useful.

I have attached a copy with some of my actual work (with real data).

test_ec.mw

The model I am trying to fit is a log Gamma model.

I trying to see if Maple can be used to optimize a semi infite integral.

Using other programmes and some approximation to setup the expressions in the integral, the maximized values is just around -22.3776.

#mylikLogGamma(skinks,kskinks,135.0844,1.1295,0.3973);

 

The loglikelood takes quite a long time to compute and the alogrithm currently has not yet hit anywhere (for hours).

But that's another topic.

As far as my original request is concerned, this had given me far more than what I expected.

 

Thanks again,

 

casper

1 2 3 4 5 6 7 Last Page 2 of 22