フィルターのクリア

recurrence relation for any given 'n'.

7 ビュー (過去 30 日間)
Venkata
Venkata 2017 年 6 月 20 日
コメント済み: Venkata 2017 年 7 月 7 日
How to compute A_j^(2n) for any 'n' using A_j^(2).
Here, n=2,3,4,...; and j=1:n-1.
Any kind of help is highly appreciated.
Thank you.

採用された回答

Walter Roberson
Walter Roberson 2017 年 6 月 21 日
If you have the Symbolic toolbox, you could use evalin(symengine) or feval(symengine) to call into MuPAD in order to take advantage of solve() of a rec() recurrence structure
  11 件のコメント
Walter Roberson
Walter Roberson 2017 年 7 月 6 日
I tossed together the attached. I did not test it with functions that return multiple outputs.
Aj_2n_better and Aj_2 are the same as last time. memoizefun is new (I just wrote it) and A_driver_cache is almost the same as the previous A_driver_better except for calling memoizefun instead of R2017a's memoize()
Note: you should test that the results are the same as the previous... they should be, but I did not test that.
Venkata
Venkata 2017 年 7 月 7 日
Dear Roberson,
Sure, I'll check them.
I owe you big time, Mr. Roberson.
Thanks a ton.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by