fac2pequ

convert factor of polynomial equation to equation
874 Downloads
Updated 26 Nov 2007

No License

FAC2PEQU factor to polynomial equation.
FAC2PEQU is used to convert any number of factors of polynomial equation to visible equation.
a:factor of the polynomial equation
b:symbol of the output equation
FAC2PEQU(A,B) convert factors to equation.
NOTE:this function is part of the function PRINTSYS

Ex1:
>>fac2pequ([1 2 3 45 6])

equ=

x^4 + 2 x^3 + 3 x^2 + 45 x + 6

EX:2
>>fac2pequ([1 2 3 45 6],'s')

equ=

s^4 + 2 s^3 + 3 s^2 + 45 s + 6

Cite As

Abdelrahman mohammed (2024). fac2pequ (https://www.mathworks.com/matlabcentral/fileexchange/17659-fac2pequ), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP2
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