janhardo

695 Reputation

12 Badges

11 years, 38 days

MaplePrimes Activity


These are replies submitted by janhardo

@acer 

Thanks
It's amazing how you can bend Maple to your will 
This is about getting a particular expression into a desired form but is not really important for the math I am trying to do with Maple, as it is easy to get it into the right form by hand as well 
Probably some advanced users needed this typesetting conversion.

@janhardo 

Ok, i made a mistake by posting a separate question again , about the topic here: a general derative formula and could do it in this thread.

The post is removed and why is it not placed hereunder ( if possible ) ?

Note: i don't care anymore about the answer Maple produces if it is not a textbook form, because some manual elementair math can be performed to get the wanted notebook form.

-------------------------------------------

The additional question was : the general derative for y= x^n   =>  y'= n. x^n-1

 How to get this general formula ?

@acer 

Thanks for the effort

Some manual math...gives the desired formula form!

restart;

-((1/2)*I)*factorial(n)*(int(f(z)*(z-s)^(-1-n), z))/Pi;

-((1/2)*I)*factorial(n)*(int(f(z)*(z-s)^(-1-n), z))/Pi

(1)

manual

 

-I*factorial(n)*(int(f(z)/(z-s)^(1+n), z))/(2*Pi)

 

 

first thinking on a mistake made maybe by the author of source of the integral ?, but  the number i is a special number to handle in complex numbers

 

I^2 = -1
There is a : -I in the formula derived by Maple  it has different forms
-i = -i and -i = i*(1/i^2) and i*(1/i^2) = 1/i

This  formula by Maple derived can be written as

 

-(I*(1/2))*factorial(n)*(int(f(z)*(z-s)^(-1-n), z))/Pi =    "(n!)/(2 Pi I)  (∫(f(z) )/((z-s)^(n+1) ) ⅆz) =  "

So maple gives not always the textbook answer , but doing manual further you get the wanted answer

Download Maple_primes_bvraag_hoger_orde_singulariteit_henk_hofstede-_formule_identiek_in_Maple_.mw

@acer 

Thanks

Your n -the derative of H(s) =   -((1/2)*I)*factorial(n)*(int(f(z)*(z-s)^(-1-n), z))/Pi

Is it the same as this expression below (ask myself) ? 

@Scot Gould 

Thanks

What is the function written symbolically ? : eg.  y(x) = x^2 -6  

I did also ODEStep command for a step solutions for your example, but this type of differential equation is not to get in closed form? ( only numerically solution) 
If it is a numerical solution, then it wll be getting probably hard for Maple to show the function description?

@vv 

Thanks

A spacial complex function what rises out from the complex plane, like the riemann zeta function is, cannot sterographical projected on the riemann sphere.

The projection must be done from the flat complex plane, right?

The complex function as mountain landscape what possible posesses all sorts of zeroes points and sorts of poles what is visible.
More difficult is to do calculation on this. 
The order of  a zero is highest needed derative to get it 0 , or  the pole calculation is with a limit process and with a residu (must study it further, is not complete correct what i write i think) 
Much more not intuiative is intergrating, with a contour and a loops and don't have for this not a general approach yet, especilaly for the loops , what all is involved?

@mmcdara 

Thanks 
Thought it was a help for visualizing complex functions on the Riemann sphere
Probably not used by Riemann himself.

Cartesian to spherical coordinates transformation differs from a  stereographic projection?

@Scot Gould 
Thanks

This a better presentation than in maple input format , that's my impression.
Also the use of a prime makes that the differential equation is easier for input handling and reading.

Is there a idea what this function y(x) is notated? 

@ecterrab 

Thanks

Enough information and helpful in order for me to make a further start with this Zeta function.

@dharr 
Thanks

I will study it further.

@tomleslie 

Thanks

Looks great this plot and how it is made

The non-trivial zeroes of the Zeta function are all positioned on this critical line 
Knowing a formula for this zeroes positions occur on the 1/2 line, means that you have solved the Riemann Hypothese ( you win a prize ..bingo )
I wonder if there will be ever found a formula what predicts the distribution of primes ?

There is now a calculation going on for years now to find the next mersenne prime

So my question was not possible realizing this afterwards. 
I do want also construct later a 3 d complex plot from the critical line (strip)

@vv 

Thanks

Yes, the manual calculation shows your answer too 
A lot of work to do by hand.
Certain classes of real integrals can be solved with complex integration.

@Carl Love 

Thanks

"you must use option continuous or the integral simply won't be done. It's as simple as that, it's nothing particular to this problem, and I don't understand why it causes you confusion."

In the past it could be done without  this option continuous adding now ?..that's the cause of my confussion
But it has to to do with the variable t used here then , as i understand it now correctly from your explanation .

I got two answers for the Differential equation: i was curious if they are the same ( in fact a needless thing to ask myself, because Maple is error proof here)

Its now clear that i writing directly here 

@janhardo 

I figured out that this integral

int(cos(x)/(x^2+1), x = -infinity .. infinity)  probably can be solved by residu calculus (pole and singularity)
I am wondering further what kind of integrals cannot be solved by Maple and complex calculus is needed ? 

@dharr 

Thanks

Indeed looking now closely to integral outcome : its a number : y= 1.155....
Why the tutor  replaces the original real integral with a complex one, what looks similar?

evalf(Pi*cosh(1) - Pi*sinh(1));
                          1.155727349

First 35 36 37 38 39 40 41 Last Page 37 of 73