簡體   English   中英

如何解決MATLAB上的以下問題

[英]How to solve the following problem on MATLAB

a(x) 這里是信號中使用的一種方程

Let
y(x) = x^3 + x^2 + x + 1
a(x) is inputed by the user so for example if user inputs
a(x) = D2 + D + 6
y(x)*a(x) = D2(x^3 + x^2 + x + 1) + D(x^3 + x^2 + x + 1) + 6(x^3 + x^2 + x + 1)
here D2(x^3 + x^2 + x + 1) = 6x + 2 and D(x^3 + x^2 + x + 1) = 3x^2 + 2x + 1
So D is differentiation and D2 is double differential

所以我想知道如何在 MATLAB 上做這樣的事情

使用 Matlab 符號計算工具箱https://www.mathworks.com/products/symbolic.html

Calculus
Evaluate exact analytical solutions for definite or indefinite integral, 
calculate derivatives of symbolic expressions or functions, 
and approximate functions using series expansions.

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM