photo

Jai Tushar


Last seen: 4年以上 前 2016 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Mathematical Biology

統計

MATLAB Answers

5 質問
0 回答

ランク
224,127
of 300,847

評判
0

コントリビューション
5 質問
0 回答

回答採用率
40.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,279

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • First Review
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


array of symbolic variables which are function of time
p = sym('p', [m 1]); the above code gives me an array of symbolic variables, where m is the size of the matrix. H...

約8年 前 | 3 件の回答 | 0

3

回答

質問


Why is Gauss elimination taking so much time in this algorithm?
Following is a part of an algorithm i wrote for formulating block tri diagonal matrix to solve an elliptic pde via 5 point stenc...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


Controllability matrix computation for time invariant linear system without using built in ctrb function.
Controllability matrix C = [B,A*B,...,A^(n-1)*B], where A is n x n matrix and B is n x m matrix. I would like to compute C w...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


How to plot phase potrait and vector field for a three dimensional ODE system?
System: <</matlabcentral/answers/uploaded_files/49276/Capture.PNG>> attempt: if true [x1, x2, x3] = meshgrid(-.1:0.0...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


Adding trajectories to vector fields of a linear system
I used the quiver function to plot the vector fields of a simple uncoupled linear system, [x1, x2] = meshgrid(-.5:0.0...

10年弱 前 | 1 件の回答 | 0

1

回答