
vipul kumar
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
170.235
of 297.010
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.418
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.687
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
Constant calculated by Simpson's method is not giving correct result, whilst when i give direct numerical value, the code is runnung.
Hello everyone, I am stuck at this little error for a while now. Following is a code for population dynamics of a four level sys...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Code not giving correct result when constants are given of the order of 10^-10, whilst when i give constant of the order of 10, it runs.
Following is the code for solving coupled diff eqn using rk4, it is for pupulation dynamics of a two level laser system. Here th...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
polyxpoly to find intersection
i have two curves as given in the code 'p' and 'q' for diffeent values of 'x' the curves intersect at different points. Can anyo...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
use of polyxpoly to find roots
I have used this code to find the roots but it is giving an error. clc clf b=linspace(0,1); x=8; p= x.*(sqrt(1-b)).*(((...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
coupled differential equation with constant coefficients
here 'kappa' and 'sigma' are constants. The boundary conditions are; R(-1)=1 S(1)=0 kappa=1. I tried it using dsolve but t...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
am trying to plot P and Q but the matrix dimensions seems to disagree with me.
clc clf qmod = @(a) abs((k*exp(-2*(-(a + k)*(a - k))^(1/2))*(a/k - ((-(a + k)*(a - k))^(1/2)*1i)/k)*1i)/(exp(-2*(-(a + k)*(a...
casi 5 años hace | 1 respuesta | 0