polyInterp

polyInterp(x,f) generates the simplest polynomial function defined by its derivatives at various points

이 제출물을 팔로우합니다

polyInterp(x,f) returns the simplest polynomial which evaluates to "f" at "x"
polyInterp(___,d) considers the order "d" derivative of the polynomial to equal "f" at "x".

인용 양식

Graham Holt (2026). polyInterp (https://kr.mathworks.com/matlabcentral/fileexchange/183904-polyinterp), MATLAB Central File Exchange. 검색 날짜: .

태그

태그 추가

Add the first tag.

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.2.4

Changes order of inputs to allow for typical interpolation as default

1.2.3

Corrects consideration for x=0, unifies method to exclude conditionals

1.2.2

Corrects issue with misaligned coefficients

1.2.1

Minor speed-up/simplification for taking polynomial derivative

1.2.0

Includes functionality to solve systems with redundant conditions and improved clarity in algorithm with closer relation to underlying Vandermonde matrix

1.1.2

Allows for both row and column vector inputs, renamed for additional clarity

1.1.1

Added comments for more insight to process

1.1.0

Allowing for symbolic entries and renamed to better reflect its use case

1.0.0