码迷,mamicode.com
首页 > 其他好文 > 详细

maple minimax函数

时间:2017-04-24 23:08:13      阅读:393      评论:0      收藏:0      [点我收藏+]

标签:span   action   ane   isp   lan   lsp   ase   argument   minimax   

技术分享

numapprox[minimax] - minimax rational approximation

Calling Sequence

 

minimax(fx=a..b, [mn], w, ‘maxerror‘)

minimax(fa..b, [mn], w, ‘maxerror‘)

 

Parameters

 

f

-

procedure or expression representing the function

x

-

variable name appearing in f, if f is an expression

a, b

-

numerical values specifying the interval of approximation

m

-

integer specifying the desired degree of the numerator

n

-

integer specifying the desired degree of the denominator

w

-

(optional) procedure or expression specifying the weight function, default 1

maxerror

-

(optional) a name which will be assigned the minimax norm

 

 

Description

 

This procedure computes the best minimax rational approximation of degree (mn) for a given real function f(x) on the interval [ab] with respect to the positive weight function w(x), via the Remez algorithm.

Specifically, it computes the rational expression 技术分享 such that

技术分享

(1)

 

  

is minimized over all rational expressions 技术分享 with numerator of degree <= m and denominator of degree <= n.

Note that if f(x) is nonzero on the interval of approximation then the relative error will be minimized by specifying the weight function 技术分享.

If the second argument is a range a..b then the first argument is understood to be a Maple operator, and the result will be returned as an operator. If the second argument is an equation 技术分享 then the first argument is understood to be an expression in the variable x, and the result will be returned as an expression. In all cases, the numerator and denominator of the result are each expressed in Horner (nested multiplication) form.

Note that for the purpose of evaluating a rational function efficiently (minimizing the number of arithmetic operations), the rational function should be converted to a continued-fraction form. See numapprox[confracform].

If 技术分享 or if the third argument is simply an integer m then the best minimax polynomial approximation of degreem is computed.

If the fourth argument w is specified then it is assumed to be an operator if f is an operator, and it is assumed to be an expression if f is an expression. If the fourth argument is omitted then the weight function is understood to be 技术分享 for all x.

If the fifth argument ‘maxerror‘ is present then it must be a name. Upon return, its value will be an estimate of the minimax norm specified by equation (1) above.

Various levels of user information will be displayed during the computation if infolevel[minimax] is assigned values between 1 and 3.

The command with(numapprox,minimax) allows the use of the abbreviated form of this command.

 

Examples

 

技术分享

技术分享

技术分享

(1)

技术分享

技术分享

(2)

技术分享

技术分享

(3)

技术分享

技术分享

(4)

技术分享

技术分享

(5)

技术分享

技术分享

(6)
 

See Also

 

numapprox[confracform]



maple minimax函数

标签:span   action   ane   isp   lan   lsp   ase   argument   minimax   

原文地址:http://www.cnblogs.com/llguanli/p/6759072.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!