janhardo

695 Reputation

12 Badges

11 years, 39 days

MaplePrimes Activity


These are questions asked by janhardo

Try to calculate the values for the Zeta(z) on the critical line in symbolic form and also as a plot 

Both i did not yet succeed in 

f:=z->Zeta(z);

complexplot3d(f,-1-1*I..1+1*I);
 

solve(f = 1/2 , z ) 

 

Alternating serie

 

sum((-1)^(n+1)/(2*n-1), n = 1 .. infinity)

(1/4)*Pi

(1)

 

sum((-1)^(n + 1)/(2*n - 1), n = 1 .. infinity):

sum((-1)^(n+1)/(2*n-1), n = 1 .. 4)

76/105

(2)

expand(sum((-1)^(n + 1)/(2*n - 1), n = 1 .. 4),symbolic);

76/105

(3)

?expand

series(sum((-1)^(n + 1)/(2*n - 1), n = 1 .. infinity),n=0,5);

series((1/4)*Pi,n)

(4)

 

Info series

   

How to get for n= 4  "for (∑)(((-1)^(n+1))/(2 n-1))  =   symbolic term 1+ symbolic term 2+... "

 

 

Download onderzoek_reeks_-hoe_krijg_ik_een_partieke_symbolische_som.mw

Contour integration notation

" (∫)[+infinity]^(+infinity)((-x)^(z))/((e)^(x)-1). (ⅆx)/(x)"

 

The limits of integration are intented to indicate a path of integration which begins at + ∞, moves to th e left down the positive real axis, circles the orign once in positive ( counterclockwise) direction, and returns up to the positive real axis to  +∞

-How does this contour look like  in a  graph ?
- the "(ⅆx)/(x)" notation  ?
- calculating this complexe contour integral?

Seems that the concept of the contour integration is similar wit a line integral in real calculus ?

Some more information needed about singularities ( first en second order ..more?)

Nieuwe pagina 1 (hhofstede.nl)

NULL

Download contourintegraal_vraag1.mw

I following a example of products multiplication like this one

u:=n->Product(2*k-1,k=1..n)/Product(3*k-1,k=1..n)*x^n;

Calculating with  this with maple 1d input is correct, but when i convert a maple 1d input  to 2D input ( i did somewhere) and use this then there is difference with the maple 1d calculation

Seems to be not a advisable to use converted maple 1d to 2 D input for calculation : ( for a mixed calculation(maple input/2D input)  or solely 2d input) , but only for purpose of seeing what the expression in maple input is standing for.   

Note: i did the calculation again with mixed input and now the correct sequenze of answers shows up ?

The prime notation as used default on my keyboard is not the same as used in Maple.

NULL

restart;

with(student):

interface(typesetting = extended);

extended

(1)

Typesetting:-Settings(typesetprime = true);

true

(2)

diff(y(x), x)

diff(y(x), x)

(3)

y*`\`   `and  diff(y(x), x)are not working on my keyboard as prime?

 prime symbols (not showed)  not as (3)

 ========================================

restart

kernelopts(version)

`Maple 2021.1, X86 64 LINUX, May 19 2021, Build ID 1539851`

(4)

interface(typesetting = extended)

diff(y(x), x)

diff(y(x), x)

(5)

Typesetting:-Settings(typesetprime = true)

diff(y(x), x)

diff(y(x), x)

(6)

"y^((3))"

diff(diff(diff(y(x), x), x), x)

(7)

PDEtools:-declare(y(x))

y(x)*`will now be displayed as`*y

(8)

diff(y(x), x)

diff(y(x), x)

(9)

"y^((3))"

diff(diff(diff(y(x), x), x), x)

(10)

PDEtools:-declare(f(x, y))

f(x, y)*`will now be displayed as`*f

(11)

diff(f(x, y), y, x, y)

diff(diff(diff(f(x, y), x), y), y)

(12)

=================================================

Application Differential equation :  

int((10000*k/(100*k*P(t) - 1) - 100/P(t))*diff(P(t), t), t = 0 .. t) = t;

int((10000*k/(100*k*P(t)-1)-100/P(t))*(diff(P(t), t)), t = 0 .. t) = t

(13)

P(t)=solve(%,P(t));

Error, (in solve) cannot solve expressions with diff(P(t), t) for P(t)

 

This error .. see  Applications to Differential Equations

Applications to Differential Equations

   

 

NULL

Download vraag_over_dv_in_harald_pleym_-error_.mw

Also a error in old studymaterial : how to be fixed ? ...or obselote now this calculation and must be replaced for a modern calculation in Maple ?

4 5 6 7 8 9 10 Last Page 6 of 22