mohammed shapique
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
33,061
of 295,495
REPUTATION
1
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
1
RANK
of 20,240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,991
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
Compute a function that has Double summation
I want to compute . I have tried with code Q1 = @(n) (1/alpha_3b)^(n + 2) * (1/alpha_1)^2 * ... (sum((alpha_3b/alpha_1).^...
12 months ago | 2 answers | 0
2
answersQuestion
Series expansion using MATLAB
How to the find value of ${d_n}$, n=0,1,2,..using MATLAB program for where
4 years ago | 0 answers | 0
0
answersQuestion
Program for series expansion
Program to plot for n=0 to 10 if - where represents combination are constants.
4 years ago | 0 answers | 0
0
answersQuestion
Numerical integration using Simpsons
Simpsons numerical integration to evalaute lambda=0.0:0.1:1 mu2=0.5; gamma2=0.7; zeta=0.1; a=0;%lower limit b=1;%upper l...
4 years ago | 1 answer | 0
1
answerQuestion
NUMERICAL INTEGRATION USING SIMPSONS
This is the program to evalute intergration using Simpsons. There is an error in line 11. lambda=1:0.1:2; gamma1=0.4; zeta=0...
4 years ago | 1 answer | 0
1
answerQuestion
Plotting functions using loop
lambda=1 gamma1=0.3 n=0:1:15; for i=1:15 n=0+i; P1(n)=((lambda.^n)/(lambda+gamma1).^(n+1)); end After running this pr...
4 years ago | 1 answer | 0
1
answerQuestion
sum of two convolution
If A=conv(s1,s2) gives 5 sets of values and B=conv(s2,s3) gives 6 sets values. Now how to add A and B.
4 years ago | 1 answer | 0
1
answerQuestion
Sum of m- fold convolution
If , where * represents convolution Then how to find where =0.75 t=0.001:1:5
4 years ago | 1 answer | 0
1
answerQuestion
How to find convolution of three functions.
if lambda=0.75; zeta=0.01; gamma=0.4; gamma1=0.5; gamma2=0.6; t=0.001:1:5 f1=exp((lambda+zeta+gamma)*(-t)); f2=exp((lam...
4 years ago | 1 answer | 1