horner
호너 중첩 다항식 표현
설명
예제
다항식의 호너 형식
다항식의 호너 표현을 구합니다.
syms x p = x^3 - 6*x^2 + 11*x - 6; horner(p)
ans = x*(x*(x - 6) + 11) - 6
두 번째 인수를 사용하여 다항식에서 변수를 지정합니다.
syms a b y p = a*y*x^3 - y*x^2 - 11*b*y*x + 2; horner(p,x)
ans = 2 - x*(11*b*y + x*(y - a*x*y))
horner(p,y)
ans = 2 - y*(- a*x^3 + x^2 + 11*b*x)
입력 인수
p
— 다항식
기호 표현식 | 기호 함수 | 기호 표현식으로 구성된 배열 | 기호 함수로 구성된 배열
다항식으로, 기호 표현식이나 기호 함수로 지정되거나, 기호 표현식이나 기호 함수로 구성된 배열로 지정됩니다.
var
— 변수
기호 변수 | 기호 변수로 구성된 배열
변수로, 기호 변수 또는 기호 변수로 구성된 배열로 지정됩니다.
버전 내역
R2006a 이전에 개발됨
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)