photo

Shamila


Last seen: 19 days ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


in this code for finding root by newton raphson method i gave derivative of f in g. instead of giving derivative directly how can i get derivative using any code?
this is a matlab code for finding root for a function using newton raphson method... here i knew derivative of f so that i g...

3 months ago | 1 answer | 0

1

answer

Question


if number of steps is not multiple of 3 how to do simpsons 3/8 rule? why im getting more error in simpsons 3/8 rule than in simpsons 1/3 rule?
Here, as dx is 0.1 and 0.01, n is not multiple of 3 for 3/8 rule.tried by making n same for all 3 rules. but error in 3/8 > ...

8 months ago | 1 answer | 0

1

answer