photo

Asher


Last seen: 2 månader ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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 månader ago | 1 answer | 0

1

answer

Question


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 månader ago | 2 answers | 0

2

answers

Question


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 månader ago | 2 answers | 0

2

answers

Question


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 månader ago | 1 answer | 0

1

answer