jakubi

1384 Reputation

12 Badges

20 years, 3 days

MaplePrimes Activity


These are replies submitted by jakubi

1. list the structured types currently implemented in the library.

2. check whether matching against them still produce errors.

What about 'patmatch' and 'applyrule' in these cases?

And I do not see this limitation documented:

?typematch 
Calling Sequence
typematch(e, t)
t - any type, possibly augmented by :: operators

taking into account the fraction of posts at MaplePrimes regarding problems on this subject during the last month.

taking into account the fraction of posts at MaplePrimes regarding problems on this subject during the last month.

Bob

Yes, I have guessed that "not wasting time" could be one of the reasons why those users that talked to me probably have not reported. But probably not because they expected a "frustrating" answer from support. I have no evidence of that.

Reporting a bug requires time to isolate it in the simplest example,  check the  documentation , etc.  Probably a small fraction of the users are willing to do it.
Important local reasons for not reporting to support include limited knowledge of English and use of unlicenced copies.

There are "grey" areas like "deficiencies" in the documentation and "weaknesses" in parts of the system. Ie things that give room for different opinions on what is right or wrong (as opposed to an integral that gives a wrong result).

In my opinion, the documentation, as a system, is the weakest part of Maple. Sadly, Maplesoft  gives it  too a low priority. The size of the help system really means that more resources should be allocated for its improvement. So, I support your request.

Frankly, I would not waste time in stuff like the Maplet builder. Apparently, it arised in Maple 10 and may be that it is no longer being developed.

 

Bob

Yes, I have guessed that "not wasting time" could be one of the reasons why those users that talked to me probably have not reported. But probably not because they expected a "frustrating" answer from support. I have no evidence of that.

Reporting a bug requires time to isolate it in the simplest example,  check the  documentation , etc.  Probably a small fraction of the users are willing to do it.
Important local reasons for not reporting to support include limited knowledge of English and use of unlicenced copies.

There are "grey" areas like "deficiencies" in the documentation and "weaknesses" in parts of the system. Ie things that give room for different opinions on what is right or wrong (as opposed to an integral that gives a wrong result).

In my opinion, the documentation, as a system, is the weakest part of Maple. Sadly, Maplesoft  gives it  too a low priority. The size of the help system really means that more resources should be allocated for its improvement. So, I support your request.

Frankly, I would not waste time in stuff like the Maplet builder. Apparently, it arised in Maple 10 and may be that it is no longer being developed.

 

I do not know MathType myself, but I read at their site:

Type TeX or LaTeX: If you already know the TeX typesetting language, you can enter equations quickly using MathType's TeX input mode.

Hence you may try using the command 'latex'.

 PD: dhar posted below the same idea while I was editing.

I do not know MathType myself, but I read at their site:

Type TeX or LaTeX: If you already know the TeX typesetting language, you can enter equations quickly using MathType's TeX input mode.

Hence you may try using the command 'latex'.

 PD: dhar posted below the same idea while I was editing.

You made me search what "Kudos" mean!

with(orthopoly):
with(gfun):

l:=[seq(int(P(i,x)^2, x=-1..1), i=1..10)];
    l := [2/3, 2/5, 2/7, 2/9, 2/11, 2/13, 2/15, 2/17, 2/19, 2/21]

rec:=listtorec(l,u(m));

   rec := [{u(0) = 2/3, (-2 m - 3) u(m) + (2 m + 5) u(m + 1)}, ogf]

rsolve(op(1,rec),u(m)):
subs(m=n-1,%);

                                  2
                               -------
                               2 n + 1
with(orthopoly):
with(gfun):

l:=[seq(int(P(i,x)^2, x=-1..1), i=1..10)];
    l := [2/3, 2/5, 2/7, 2/9, 2/11, 2/13, 2/15, 2/17, 2/19, 2/21]

rec:=listtorec(l,u(m));

   rec := [{u(0) = 2/3, (-2 m - 3) u(m) + (2 m + 5) u(m + 1)}, ogf]

rsolve(op(1,rec),u(m)):
subs(m=n-1,%);

                                  2
                               -------
                               2 n + 1

something like:

fs:=proc(f)
 local s;
 s:=fsolve(f);
 if s>0 then s; 
 else 
 fsolve(f,t,avoid={t=s},t=0..10);
 end if;
 end proc:

g:=1-exp(-(1/2)*t)*(1+(1/2)*t):
fs(g=.95);
                             9.487729037

something like:

fs:=proc(f)
 local s;
 s:=fsolve(f);
 if s>0 then s; 
 else 
 fsolve(f,t,avoid={t=s},t=0..10);
 end if;
 end proc:

g:=1-exp(-(1/2)*t)*(1+(1/2)*t):
fs(g=.95);
                             9.487729037

Right click on it > Properties > Alternate text, it gives you the Maple code.

Since a week or so the "gif machine" is working in "interface(prettyprint=0)" mode.

By the way, option "View Image" leads to the site Online Math Oracles > “The Math Homework Oracle”. But clicking on the options in the menu produces error messages like:

MapleNet is Busy -
MapleNet is currently experiencing high traffic and cannot start a new Oracle. Please try again soon. /maplenet/Calc/derivative.mw .

Somebody knows what this "Oracle" is?

PD: self-answer, from the half English/half French page Student Help Center:

"Visitez simplement les Oracles Maplesoft en ligne, entrez votre problème et la réponse vous sera donnée par une technologie étonnante qui s'appelle MapleNET."

Ie, an online version of Maple.

Right click on it > Properties > Alternate text, it gives you the Maple code.

Since a week or so the "gif machine" is working in "interface(prettyprint=0)" mode.

By the way, option "View Image" leads to the site Online Math Oracles > “The Math Homework Oracle”. But clicking on the options in the menu produces error messages like:

MapleNet is Busy -
MapleNet is currently experiencing high traffic and cannot start a new Oracle. Please try again soon. /maplenet/Calc/derivative.mw .

Somebody knows what this "Oracle" is?

PD: self-answer, from the half English/half French page Student Help Center:

"Visitez simplement les Oracles Maplesoft en ligne, entrez votre problème et la réponse vous sera donnée par une technologie étonnante qui s'appelle MapleNET."

Ie, an online version of Maple.

First 102 103 104 105 106 107 108 Last Page 104 of 123