Question: Rational Approximation: Minimax

Dear Maple users, I am trying to use Minimax to create a rational approximation to a function over a specified approximation interval. But, I keep getting the following error message. Can someone help? > with(numapprox): > Digits:=50; Digits := 50 > minimax(tanh(sqrt(x))/sqrt(x), x=1..10^4, [13,14]); Error, (in numapprox/remez) error curve fails to oscillate sufficiently; try different degrees Thanks, Adnan.
Please Wait...