Community Profile

photo

Henry B.


Last seen: 3年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


How to code erf(z) summation series?

3年弱 前 | 2 件の回答 | 0

2

回答