photo

Fahad alshammari


Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Create function to calculate leap year
function year year = input (' Enter the year : ') if mod(year,4) == 0 disp ('true') elseif mod(year,100) == 0 disp ('falus') ...

5 years ago | 0

Question


can u help me with Maclaurin series expansion
can you please help me solve this problem Create MATLAB function that implement this formula Cos(x) = 1-(x^2/2!)+(x^4/4!)-...

6 years ago | 1 answer | 0

1

answer