5 Questions 3 Answers 0 Followers
Questions related from Hassan Raza Bashir
I am able to submit the code documents. Although my graph is 1, I would like to be in the 6E-05 graph range. Please, someone correct the error.
09 July 2024 5,716 0 View
clearvars clc f=@(x)-exp(-5*x)*(9975*sin(100*x)+1000*cos(100*x)); % parameters nx=91; L=1; dx=L/(nx-1); h=dx; x=linspace(0,L,nx); %Boundary conditions u(1,:)=0; u(nx,:)=0; % Multiquadric...
01 May 2024 5,966 0 View
MQ RBF use in this paper Integrated diffusion term for 2nd order compare the numerical and exact sol 1D heat eq
24 April 2024 6,996 2 View
I am trying to implement CIRBF on 1D heat eq using crank Nicolson for the j-1 time level. How to plot approximate sol as compared to exact sol. "clearvars clc %...
01 January 1970 7,930 0 View
MQ RBF use
01 January 1970 6,629 1 View