Multiplication of Linear Expressions

Multiplication of linear expressions.
984.0 次下载
更新时间 2005/4/12

无许可证

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)

引用格式

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

MATLAB 版本兼容性
创建方式 R11.1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Polynomials 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0