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
13년 초과 전 | 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...
13년 초과 전 | 답변 수: 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...
13년 초과 전 | 답변 수: 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
13년 초과 전 | 답변 수: 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 ...
13년 초과 전 | 답변 수: 0 | 0
