Fahad alshammari
自 2018 起处于活动状态
Followers: 0 Following: 0
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') ...
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