Finding the limit of a symbolic function

2 ビュー (過去 30 日間)
The Name
The Name 2015 年 2 月 17 日
編集済み: The Name 2015 年 2 月 17 日
Hi,
I am trying to find the limit of the following symbolic expression:
syms x
A=[0.8 0.6; -0.6 0.8]
f(x) = eig((0.9*A)^x)
limit(f(x), x, inf)
But cannot seem to get past the following error:
Error using mupadmex
Error in MuPAD command: An arithmetical expression is expected. [ln]
Am I missing the boat on the use of symbols, or does it have something to do with the eig() function I'm using?
I expect f(x) to return a set of complex numbers.
Thanks.

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by