Qudsiya Irum
Followers: 0 Following: 0
Statistics
RANK
293,773
of 295,673
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Convergence of Heat Equation?
%% Ut=Uxx, %%solution: U(x,t)=sin(2*pi*x)*exp(-(2*pi).^2*t), %%I.C : U(x,0)= sin(2*pi*x) %%B.C: U(0,t)=U(1,t)=0, L...
5 years ago | 0 answers | 0
0
answersQuestion
How to solve integral numerically in Matlab?
if R=integral(10*exp(-60/{T(t)*Ni(x)}*Ni(x)), integral limit, x=0 to x=10 Ni(x) is 1-D interpolation function as used in fini...
7 years ago | 1 answer | 0
1
answerHow to take x as a vector in for loop?
Thanks for comments! Please see the code, is this correct in indent?? NN=zeros(nx+1,nx+1); xx=0.998; for i=1:nx+1 ...
7 years ago | 0
Question
How to take x as a vector in for loop?
NN=zeros(nx+1,nx+1); xx=0.998; for i=1:nx+1 count=1; for x=dx:length: nx+1 if(i-1)*xx<=x<=i*xx ...
7 years ago | 2 answers | 0
2
answersQuestion
how to remove matrix dimension error ?
I want solve Non Linear 1-D Heat Equation using Galerkin Finite Element Method. As I entered its ODE to solve by backward euler ...
7 years ago | 0 answers | 0