Transform 3rd degree polynomial in x axis

Transform 3rd degree polynomial in x axis
15 Downloads
Updated 18 Apr 2017

View License

Finds new coeffitients of transformed 3rd degree polynomial in x axis. New polynomial can be produced as compressed or expanded.
P is coefficients of the polynomial and size of 1x4 which is form of
P(x)=a3*x^3+a2*x^2+a1*x+a0
xi is interval of the polynomial and size of 1x2 | x(1) < x(2)
xn is interval of new polynomial and size of 1x2 | xn(1) < xn(2)
Pn is coefficients of new polynomial.
Cemil KÖZKURT
15.04.2017
Tokat / TURKEY

Cite As

Cemil Közkurt (2024). Transform 3rd degree polynomial in x axis (https://www.mathworks.com/matlabcentral/fileexchange/62606-transform-3rd-degree-polynomial-in-x-axis), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Polynomials in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

jpg added