arclooney

10 Reputation

2 Badges

11 years, 176 days

MaplePrimes Activity


These are questions asked by arclooney

I am trying to finish up an assignment but this problem is giving me issues. The problem is to find the first positive value of x=2sinx to within 10^-5

I used the following code

 

with(Student[NumericalAnalysis]);
f := x-2*sinx;
                           x - 2 sinx
a := 1;
      ...

Page 1 of 1