Community Profile

photo

libin danial


University of Maryland

Active since 2012

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Answered
Write a script that prompts the user to input a function, f(x),
thanks, how about the piloting part does that look right

11 years ago | 0

Question


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...

11 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 1 answer | 1

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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 ...

11 years ago | 0 answers | 0

0

answers