goldshakil / ElectricalProgrammingCourse2020

This repository is aimed towards sharing and discussing issues about Electrical and Electronics Programming Course
6 stars 1 forks source link

[Others] Midterm_#Q8 #140

Open Daegeo opened 4 years ago

Daegeo commented 4 years ago

To implement x^(1/y), I used binomial series which is uploaded in Wekipedia(Professor uploaded). However, It converges for |x|<1 for any real or complex number α. so if x is bigger than 2, it can not be used. Should I use other Taylor series?. I don't know how to solve it. Thank you for reading my question.

goldshakil commented 4 years ago

Yes there are many other taylor series which have a better implementation.

Please sesrch for them