Statistics
MATLAB Answers
0 Questions
1 Answer
RANK
294,451
of 300,352
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,928
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,212
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
Matlab code for Maclaurin series expansion using cos(x) =1 and iterating adding a term at a time until I have an estimate for Cos(pi/3)?
syms x myfun=cos(x); x0=0; N=6; y0=subs(myfun,x0); y=y0 forn=1:N derivative=diff(myfun,n); y=((x-xx0)^n/factorial(n)*...
Matlab code for Maclaurin series expansion using cos(x) =1 and iterating adding a term at a time until I have an estimate for Cos(pi/3)?
syms x myfun=cos(x); x0=0; N=6; y0=subs(myfun,x0); y=y0 forn=1:N derivative=diff(myfun,n); y=((x-xx0)^n/factorial(n)*...
1 year ago | 0
