Feeds
提问
How to display certain iterations
%% Problem 3 clc; n=1 k=1 sum=0 while n<15000 sum=sum+(2/(k^4)) n=n+1 k=n end I need to display the fir...
2 years 前 | 2 个回答 | 0
2
个回答提问
Superimpose three solutions onto a direction field
I need to superimpose three solutions onto the direction fields of: y'=sin(x^2) y'=1-(y^2) I was able to graph both, but I ...
3 years 前 | 1 个回答 | 0
1
个回答提问
How do I simplify a function?
Part of one of my assignments is to simplify this equation: I put this code into MATLAB: Treatment= simplify(A-2*(B)+2*(B*Y)...
3 years 前 | 1 个回答 | 0