kagu

60 Reputation

One Badge

15 years, 284 days

MaplePrimes Activity


These are questions asked by kagu

bonjour

je voudrais savoir s'il vous plait comment je peux mettre des commentaire sur mon graphe

exemple

 

 with(plots):m:=plots[complexplot]([1.2515620286261080311-5.7201210809568767578*10^(-17)*I, 6.7072785187480944199+5.0971180860199056453*I, 3.1902191682026148265+8.0995173273080639243*I],style=point,symbol=circle,color=red,scaling=constrained):m2:=plots[complexplot]([1-I,1.+I,3.-3.*I,3+3*I,-1.-2.*I,-1+2*I],style=point,symbol=soliddiamond,color=blue,scaling=constrained):
 

 

Hello,

I want to calculate the limit of the function f1 at the point z1=-I , but  I can't , it is of the form 0/0 but by hopital we can calculate it

can you help me to do this, because it is important for my procedure to construct a continued fraction

Thanks

(-1/x)*ln(1-x)-x+2=0:

please can you tell me how can I solve this equation.

this is my program to calcul pade approximant at n points complex or real. and i want to excute this program with L =40 or more but it can't.

 

L:=4:
P:=add(p[k]*x^k,k=0..L):
Q:=1+add(q[k]*x^k,k=1..L+1):
f:=(-1/x)*ln(1-x):

a:=seq(coeftayl(f*Q-P,x=I,k),k=0..L):
a1:=seq(coeftayl(f*Q-P,x=-I,k),k=0..L):


s:=fsolve({a, a1});
AP:=evalf(eval(P/Q,s)):
 please can you help to improve this program.

 I m new with maple and  i want to calculate a limit of function like this one, what must i do to have the true value because i can't do this with   limit(f,x=-1),   my function is f:=(-e-xe)/xe(x+1)  at x =-1

1 2 Page 1 of 2