Alper Agaoglu
Followers: 0 Following: 0
Feeds
提问
I want to terminate my code when the approximate error is less than 4 significant digit. I couldn't solve it.
clc clear syms x k i=0; f = sqrt(cos(x^2 + 1)); es = (0.5*10^(2-4)); ea = 1; true_value = cos((0.2^2 + 1)); n = 1; sum...
2 years 前 | 1 个回答 | 0