Community Profile

photo

Chien-Cheng Chiu


Last seen: mer än ett år ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


initial boundary condition for neumann conditions
clear; clc; format long; % Thermal Diffusivity alpha = 0.1; % Length and Temperatures L = 1; % Number of Division...

ungefär 4 år ago | 0 answers | 0

0

answers

Question


analytic solution with infinite sum
Hi, I am having trouble figuring out how to write the code for this function that contains an infinite series. Ti = 150; T1 =...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


How do I make two waves move simultaneously towards each other to see the change in amplitude?
a = -20; b = 20; n = 1000; T = 10; zeta = @(x) 1; alpha = @(x) 1.5*exp(-10*x.^2); beta = @(x) 1.5*exp(-0.25*(x-10).^2); ...

ungefär 4 år ago | 1 answer | 0

1

answer