mohammed shapique
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
33.028
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
55.56%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 meses hace | 2 respuestas | 0
2
respuestasPregunta
Series expansion using MATLAB
How to the find value of ${d_n}$, n=0,1,2,..using MATLAB program for where
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Program for series expansion
Program to plot for n=0 to 10 if - where represents combination are constants.
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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.
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Sum of m- fold convolution
If , where * represents convolution Then how to find where =0.75 t=0.001:1:5
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 1