How can I write the taylor series expansion for the function (1+x^2)^(-1/2) in code

2 次查看(过去 30 天)

Hello. I am trying to get this taylor series expansion in code but I am having a hard time. I attached a picture of the function and its taylor series expansion. I thought of using the factorial function but I don't think that will work here. Thank you for the help.

采纳的回答

Torsten
Torsten 2018-7-5
编辑:Torsten 2018-7-5
a0 = 1
an = -a(n-1) * (2*n-1)/(2*n)
  4 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Mathematics 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by