vv

13922 Reputation

20 Badges

10 years, 8 days

MaplePrimes Activity


These are replies submitted by vv

f can be represented this way iff 0 is not a pole for f (i.e. 0 is not a root of denom(f)).

@Andiguys  I have already mentionrd that Maximize does not accept double inequalities a <= b <=c; use a<=b, b <= c.
So, correct C2:=....

@Andiguys  You do not have a constraint plane. Using
solve(C1 union C3 union C3);
it results
dom := tau1=0..lambda, lambda= 0.0224489798..1.022448980;

Then:
plot3d(TRC(tau1, lambda), dom, orientation=[165, 75,0]);

@Andiguys  Use:

plot3d(TRC(tau1, lambda), tau1 = 0 ..1, lambda = 0 .. 1, orientation=[165, 75,0]);

 

@Andiguys Replace the execution group C3c := ...   with

temp := (-2*R0er*d^2*lambda + 2*d^2*g1*lambda + Aer*d - Am*d + 2*Clr*lambda + Rer*d - Rm*d)/(2*(-R0er*d^2 - R0m*d^2 + d^2*g1 + d*g2 + Clm + Clr));
C3c := {0 <= temp, temp <= 1};

Use the same intervals for tau1 and lambda in Minimize and plot!

@ecterrab Please note that the formula is valid for all z in C, not just |z|<Pi/2 (unlike the power series one).

@ecterrab  The expansion comes from Mittag-Leffler theorem  Mittag-Leffler's theorem - Wikipedia.
The singularities are exactly those of tan, so your objection is not justified.
But of course, FunctionAdvisor cannot list all the possible formulae.
 

@nm This is obviously a bug. Actually a regression bug, inexistent in Maple 2023 (and an elementary one, the expression being continuous w.r.t. x).
Unfortunately, today is much more difficult to find an explanation than 20 (or even 10)  years ago! 

@nm  OK, then I suggest to start some other similar questions such as about:

e:=-tanh(sqrt(2)*(a*x+b)):
limit(e,x=0): expand(%);

and

e:=-tanh(sqrt(2)*(a*x+b)):
limit(e,x=0): convert(%, exp): %;

etc.

I did not delete it, but why don't you continue your previous question having exactly the same limit?
limit not evaluating - MaplePrimes

@C_R  Actually  abc?:= something;   or better  abc? := something;
is an assignment to the variable abc?
Note that ? is a legit character in a symbol (but not as a first character).

The behavior is not new for me. Unfortunately it appeared a few years ago.

@Kitonum  Strange that evala works. Probably just by accident.

Equation or do you mean a function?

If it's a function, do you want the expansion in a series in all the variables (provided it exists)? Around (0,0,...,0)?

@annarita Why don't you try?

First 6 7 8 9 10 11 12 Last Page 8 of 176