Feeds
질문
Does the use of symbolic variable slows down running time?
I wrote a code to find zeros of f using Newton Raphson Method. Is it possible to slow down the running time if I use symbolic v...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
fzero function is returning initial value rather than finding zero.
I wrote following code but it is not returning zero. fzero returns initial values. Is there anything I did wrong? alp=0.05; x=...
6년 초과 전 | 답변 수: 1 | 0
