Bijaya
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
138,825
of 296,544
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,385
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,645
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
I need to solve the series for two different cases D1 and D2 specified
The original question: (C(x,t) -C0 )/(Cb- C0) = 1- 4/pi ∑ (-1)^n /(2*n +1) exp [ -(2*n+1)^2 *(pi)^2 *D*t/4*l^2] * cos((2*n+1)*p...
11 months ago | 0 answers | 0
0
answersQuestion
writting down the code for the function
Attached file has the function and here is my matlab code pasted below function y = myFunction(x, n) if n == 1 y = 4 * s...
12 months ago | 1 answer | 0
1
answerQuestion
My code says error on func-grad
here is my code clear format compact; load 'levelset (1).mat' % get the divergence field [dFdx, dFdy, dFdz] = Func_gradien...
1 year ago | 0 answers | 0
0
answersQuestion
my code wont display figure
% Parameters L = 1; % Length of the string c = 1; % Wave speed num_segments = 200; % Number of segments dx = L / num_segment...
1 year ago | 1 answer | 0
1
answerQuestion
1D wave equation
Solve the 1-dimensional wave equation in a fixed length from 0 to L = 1 [L] at the speed of 1 [c] using 200 segments, and initia...
1 year ago | 0 answers | 0
0
answersQuestion
Matlab code wont disply the figure 2
c= 1; % unit conversion L=1; % t=[L]/[c] C=0.1; N=1000; Np=N+1; dx= L/N; x=(0:dx:L)'; dt=C*dx/c; sqrC=C*C; ...
1 year ago | 1 answer | 0