Asher
Followers: 0 Following: 0
Feeds
提问
What is happening with the line of best fit here?
StrainStress = [0.00005 010.1; 0.00007 014.3; 0.00011 021.8; 0.00014 027.6; 0.00020 040.0; 0.00030 061.1; 0.00040 079.8; ...
2 months 前 | 1 个回答 | 0
1
个回答提问
Why does the value of tolerance stop at n=2 (third value of the iteration) within the while loop?
I am using a while loop to determine the taylor expansion of cos(x), I am trying to work out how many iterations (with the resul...
2 months 前 | 2 个回答 | 0
2
个回答提问
How to provide a positive and negative value for the tolerance value?
I am using a while loop to determine the taylor expansion of cos(x), I am trying to work out how many iterations (with the resul...
2 months 前 | 2 个回答 | 0
2
个回答提问
What does X(counter) do in this piece of code?
This code uses a while loop to determine which value of x can be taken to say that the value of e^-x is approximately equal to z...
2 months 前 | 1 个回答 | 0