ayushman srivastava
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
200.167
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
linear interpolation for the curves
I have 2 curves of pressure. Pressure represents y-axis and x-axis is the time. There is some difference between the 2 curves. F...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
I have the function and the 1D wave equation i.e. du/dt + c.du/dx=0. I have to solve it using Euler's time step series.
, u(x,o)= exp(-16*(x-0.5)^2.*sin(125.7*x), Given- c=v=wave velocity=1, % Initialization Nx= 480; % x-Grid dx= 3/480; % Ste...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
I am new on MATLAB.....How to write this equation in the form of code in MATLAB? I have to find du/dt using euler's method
The PDE is
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
I'm trying to write a MATLAB code to solve the first order 1-D wave equation (transport equation) using the Euler method
% This program describes a moving 1-D wave % using the finite difference method clc close all; %% % Initialization Nx= 48...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to Solve this “First-order wave equation” using Euler’s time-stepping series to obtain a graph similar to above. Solve this using Runga Kutta time-stepping series also.
% This program describes a moving 1-D wave % using the finite difference method clc close all; %% % Initialization Nx= 48...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
how can I write my function in terms of code using Finite difference method (FDM) to obtain these curves at time, t=0 and time, t=2?
% Initialization Nx= 480; % x-Grid dx= 3/480; % Step size x(:,1)= (0:Nx-1)*dx; f= 125.7; % Wave number U(:,1)= -16*(x(:,1...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
how can I write this exponential function in MATLAB?
velocity= 1m/s; x= 0 to 3; zeta= 125.7, u(x,0)= u(space, time); u=0.5 from the wave graph
casi 3 años hace | 1 respuesta | 0