Feeds
질문
How to choose a tolerance equivalent to one digit larger than machine precision?
Question: By using the function Newton to compute the root of f(x)=x-exp(-x). Choose a tolerance equivalent to one digit larger...
거의 11년 전 | 답변 수: 0 | 0
0
답변질문
How to choose a sensible tolerance equivalent to 10 significant digits.
By using a function called FixedPoint to compute 10 iterations for g(x) and h(x). function [x, flag] = FixedPoint(g, x0, t...
거의 11년 전 | 답변 수: 1 | 0
1
답변질문
how to fix the warning message with polyfit?
x_data = 1:33; f_data = [2 7 5 5 8 9 10 9 15 14 25 45 50 35 48 74 102 147 171 199 226 208 200 150 121 54 27 30 12 10 10 4 5...
대략 11년 전 | 답변 수: 4 | 0