Alec Mihailovs

Dr. Aleksandrs Mihailovs

4495 Reputation

21 Badges

20 years, 343 days
Mihailovs, Inc.
Owner, President, and CEO
Tyngsboro, Massachusetts, United States

Social Networks and Content at Maplesoft.com

Maple Application Center

I received my Ph.D. from the University of Pennsylvania in 1998 and I have been teaching since then at SUNY Oneonta for 1 year, at Shepherd University for 5 years, at Tennessee Tech for 2 years, at Lane College for 1 year, and this year I taught at the University of Massachusetts Lowell. My research interests include Representation Theory and Combinatorics.

MaplePrimes Activity


These are replies submitted by Alec Mihailovs

Here are the commands including Robert Israel's suggestion, and starting from eq in his post above, I didn't copy it here,

eq1:=convert(eq,FirstKind);
eq2:=eval(eq1[1],[f=1,c=0]);
dsolve(eq2);

But again, as Robert Israel said above, Maple won't give a general solution, because it doesn't exist for some particular choices of constants.

Alec

lasterror might come from some old worksheets.

By the way, I often have various problems with debugging of old worksheets. The problems mentioned there are still not fixed - 2 years since then.

Alec

In first message, nothing is said about i being positive - instead, the positivity of j is repeated twice. Also, k disappeared in the formula with Maple notation, so it is not clear how to interpret the statement about it in the first message.

Alec

In first message, nothing is said about i being positive - instead, the positivity of j is repeated twice. Also, k disappeared in the formula with Maple notation, so it is not clear how to interpret the statement about it in the first message.

Alec

It seems as if something is wrong with lasterror processing inside try ... catch. Replacing lasterror with StringTools:-FormatMessage(lastexception[2..-1]) seems to be working OK.

Alec

I changed your I to J and Sum to sum,

Now, evaluating it for some values gives

eval(J,[i=1,j=1,mu=-1]);

   -2 hypergeom([-1, 1/2], [-2, -1/2], -1) - hypergeom([], [], -1)

evalf(%);
                             -3.367879441

Alec

I changed your I to J and Sum to sum,

Now, evaluating it for some values gives

eval(J,[i=1,j=1,mu=-1]);

   -2 hypergeom([-1, 1/2], [-2, -1/2], -1) - hypergeom([], [], -1)

evalf(%);
                             -3.367879441

Alec

It's not that simplify doesn't work - it works the same. The problem is in using %.

Alec

It's not that simplify doesn't work - it works the same. The problem is in using %.

Alec

Sorry to hear that. In Linux, Classic interface is not that great. Anyway, it can be started from terminal as

xmaple -cw &

or, if you have more than one Maple installed,

/usr/local/maple11/bin/xmaple -cw &

Alec

Sorry to hear that. In Linux, Classic interface is not that great. Anyway, it can be started from terminal as

xmaple -cw &

or, if you have more than one Maple installed,

/usr/local/maple11/bin/xmaple -cw &

Alec

Click Start button in the left bottom corner of the monitor, then All Programs, Maple 12, Classic Worksheet Maple 12. If you use it often, you can drag this link to the desktop.

For many people it is the standard interface.

Alec

Click Start button in the left bottom corner of the monitor, then All Programs, Maple 12, Classic Worksheet Maple 12. If you use it often, you can drag this link to the desktop.

For many people it is the standard interface.

Alec

You could, perhaps, use profiling, see ?profile and ?exprofile to find where leaks come from.

Alec

 

You could, perhaps, use profiling, see ?profile and ?exprofile to find where leaks come from.

Alec

 

First 123 124 125 126 127 128 129 Last Page 125 of 180