photo

Lukgaf


University of Kwazulu Nata, South Africa

Aktiv seit 2018

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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)'; ...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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] = ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort