統計
MATLAB Answers
3 質問
0 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Where have I made mistakes in this code
%prob2.m % u’’- 4u’ + 4u = exp(x)+ C; % Subject to u(1) = 0; u(-1) = 0; C=(-4*exp)/(1+(exp)^2); N = 40; [D, x]=che...
6年以上 前 | 1 件の回答 | 0
1
回答質問
chebyshev differentiation matrices codes not callable
% check the base case if N == 0; D = 0; x = 1; return; end % create the Chebyshev grid x = cos(pi*(0:N)/N)'; ...
6年以上 前 | 0 件の回答 | 0
0
回答質問
Chebyshev differential matrices code not callable
This is the code by tretfen (cheb.m): % CHEB compute D = differentiation matrix, x = Chebyshev grid function [D,x] = ...
6年以上 前 | 1 件の回答 | 0