HIGH
2015 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to do these matlab problems.. I have attached the problems.
How to do these matlab problems.. I have attached the problems.
9年以上 前 | 0 件の回答 | 0
0
回答質問
how to do this array problem matlab
z=[2j;-pi/2;3] https://www.dropbox.com/s/kdttn8irinpf8xr/Screenshot%202015-03-21%2023.06.02.png?dl=0 sqrt(zk) where zk ...
9年以上 前 | 1 件の回答 | 0
1
回答質問
solving a sequence in matlab
Ax1 = b, Ax2 = x1 Ax3 = x2, Ax4 = x3, Ax = x4, how to solve this sequence A and b are defined A = dia...
9年以上 前 | 1 件の回答 | 0
1
回答質問
How to write a function x = ubidisol(u,f,b) to solve the involved upper bidiagonal system
A and b are, A = diag(2*ones(1,n)) - diag(ones(1,n-1),1) - diag(ones(1,n-1),-1) b = [0:1:n/2-1 n/2-1:-1:0]’ LU decomposit...
9年以上 前 | 0 件の回答 | 0