photo

Fahad alshammari


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
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 前 | 0

提问


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 前 | 1 个回答 | 0

1

个回答