photo

John Cleary


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Taylor series of sin(x) needs to be modified for cos(x) in a better way, please explain how to do this
function [approx] = T_C(angle,counter) approx=0; radianangle= angle*pi/180; polynum=1; polynum=radianangle; approx=...

2 years ago | 1 answer | 0

1

answer

Question


I need to setup a MATLAB FUNCTION for taylor series of cos(X)
I need to setup a function where MATLAB will take two input values one for angle (x) and one for numeric position (n) and it sho...

2 years ago | 1 answer | 0

1

answer