Community Profile

photo

Artem Sulim


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • First Submission

View badges

Feeds

View by

Submitted


Cylinder
Building cylinder without using cylinder-function

3 years ago | 2 downloads |

Question


I'm trying to solve 1d wave equation using finite difference method. But i'm not sure that this solution is correct. Can somebody tell me what i'm doing wrong ?
clear all close all clc Lx = 10; dx = 0.1; Nx = Lx/dx; T = 100; dt = 0.1; t = 0; a = 0.2; C = a*dt/dx; un = z...

3 years ago | 0 answers | 0

0

answers