Feeds
질문
Should i try doing a switch within a switch for this question?
Let L = bank loan at annual interest rate k If compound interest is charged student needs to pay bank debt after t years which...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to display values of f(1) to f(10)?
I have this function: f(1) =2 f(2)=3 for i=3:1:10 f(i) = 3*(f(i-1)) + 4*(f(i-2)) disp(f(i)) end And n...
7년 초과 전 | 답변 수: 1 | 0
