Community Profile

photo

Henry B.


Last seen: 3 years ago Active since 2021

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


How to get sinusodial behaviour from 2nd order ode using function handle?
function[dtheta] = FiniteConduct(x,t,alph,L) n=[1:10] dtfh= @(t) 1-x./L -2 ./pi.*sum(1 ./n .*exp(-alph.*t.*((n.*pi/L).^2)).*...

3 years ago | 1 answer | 0

1

answer

Question


How to code heat transfer expansion of erf ?
%mainp3 clear all clc k=30;%Wm^-1K^-1 p=3950;%kg m^-3 c = 880; %J kg^-1 K^-1 L = 0.10;%m Tin = 1200;%K Tout = 300;%k t...

3 years ago | 0 answers | 0

0

answers

Question


How to create a function handle for thermodynamics(semi-infinite heat conduction) using erfc with multiple variables?
%So my initial guess would be to create arrays or vectors for t, x, and alpha and try to pass those values through funct...

3 years ago | 1 answer | 0

1

answer

Question


how to use vectorization and integral on erf function and erfc function?
Im trying to code for these equations but my math background isnt on par with this level yet. I appreciate any help on my fina...

3 years ago | 0 answers | 0

0

answers

Question


How to code erf(z) summation series?

3 years ago | 2 answers | 0

2

answers