integration using Legendre elliptical function

i am trying to perform integrate f(x)=1/sqrt(1-(k^2)*sin(x)*sin(x)) , where k is a constant 0<k<1 and limit of x is 0 to pi/2. and f(x) is found by substituting w=sin(x) in dw/sqrt((1-w*w)(1-k*k*w*w)) this is a Legendre elliptical integral but i am not getting answer is this is possible to get f(x) in terms of k after integration and what will be expression for this.i have to find f(k) after integration

 采纳的回答

f=@(k)ellipke(k^2/(k^2-1))/sqrt(1-k^2)
Best wishes
Torsten.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Numerical Integration and Differentiation 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by