Multiplication of Linear Expressions

Multiplication of linear expressions.
984 Downloads
Updated 12 Apr 2005

No License

Script for the multiplication of linear expressions without coefficient constants. This script returns a polynomial of given expressions.
The number of expressions are not restricted and constant may be real or integer.

Example

Compute the (x-2)(x+4)(x-5)...
write in following format. here x is a Row Matrix

>> x=[-2,4,5]
>> mul_l_exp(x)

Cite As

Muhammad Rafiullah Arain (2024). Multiplication of Linear Expressions (https://www.mathworks.com/matlabcentral/fileexchange/7406-multiplication-of-linear-expressions), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R11.1
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