Can I handle mathematical expressions as an outcome in Matlab?
5 次查看(过去 30 天)
显示 更早的评论
There is a matrix equation,
, where,
and
. Elements of
are known. Also
are known. Therefore for each n I want to calculate the vector
as a function of
. As I understand I cannot use inverse operation as the unknown variable
is sitting there. Is there any way to handle this in MATLAB?








Or, the only option is to calculate
and write each element of
as
.



3 个评论
Torsten
2022-7-18
I'd just determine D1 numerically and calculate "a" from the above relation.
Then I'd check (also numerically) whether Dn*zeta_n = a*(zeta_n-1 + zeta_n+1) is true for n > 1.
This is not a rigorous proof, but ok as a start, I guess.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!