Feeds
已回答
Write a script that prompts the user to input a function, f(x),
thanks, how about the piloting part does that look right
Write a script that prompts the user to input a function, f(x),
thanks, how about the piloting part does that look right
12 years 前 | 0
提问
Write a script that prompts the user to input a function, f(x),
Write a script that prompts the user to input a function, f(x), and the limits of integration, a and b. The script should approx...
12 years 前 | 2 个回答 | 0
2
个回答提问
fixed-point iteration for root finding
Write a program that uses fixed-point iteration to find the non-zero root of f(x) = x3/2 – x2 + x. Make sure you choose an iter...
12 years 前 | 1 个回答 | 1
1
个回答提问
how do you use the built taylor function, can some one give an example
how do you use the built taylor function, can some one give an example
12 years 前 | 1 个回答 | 0
1
个回答提问
Use sinh(x) = 0.5 (ex – e-x) to evaluate sinh(x) for x = logspace(-12,12,100). Plot the absolute and relative error obtained by using this formula instead of the built-in sinh function . What is the cause of error for small x?
Use sinh(x) = 0.5 (ex – e-x) to evaluate sinh(x) for x = logspace(-12,12,100). Plot the absolute and relative error obtained by ...
12 years 前 | 0 个回答 | 0