Feeds
문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
거의 10년 전
질문
I have a problem with converting a differential equation into a function!!!
How to write y'+2*y=0 ; y(0)=1 as a function ? I used the following but it did not work. function f = eqn(x) f=-2*x; ...
12년 초과 전 | 답변 수: 1 | 0
