Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How do I calculate Maclaurin Series of Tanx

1 view (last 30 days)
James Smith
James Smith on 29 Nov 2019
Closed: John D'Errico on 25 Dec 2023
Screenshot 2019-11-29 at 19.09.55.png
unction y = tanMacLaurin(x, k)
S = 1;
for k = 1:n
i get how to do plotting but i dont understand how to code that formula at all

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!