photo

Hilal Ahmad Bhat


Last seen: 4ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


How to simplify infinite double matrix summation in Matlab.
I need to calculate the following sum: I used the following code: beta = 1.5; A = [1 0;0 2]; R = [0 3; 1 1]; syms k l t f ...

5ヶ月 前 | 2 件の回答 | 0

2

回答

質問


Calculate the first n terms of the recursion
Calculate the first terms of the following recursion function xn_plus_one = state(n,t) if n<1 || ~isscalar(n) || fix(n...

6ヶ月 前 | 1 件の回答 | 0

1

回答