You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 (2026). fac2pequ (https://www.mathworks.com/matlabcentral/fileexchange/17659-fac2pequ), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1002 Bytes)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
