Community Profile

photo

Ammar Anayi


Last seen: 12개월 전 2021년부터 활동

통계

  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


Hello, I have a code for determining a temperatur after a distance form a start temperature. In the code, there is a K value which is at 1. I want ti interpoliate T(z) of K.
% Uppgift 2A.1 %a) a = 0.01; b = 0.02; % enheten meter Ti = 723; % Dirichlet, enheten K Te = 293; % Neumann, enheten K K...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


i have a problem with my plot, i am not getting any values and the system gives me an empty plot.
a = 0;5; i0H2 = 10^(-7); i0Zn = 10^(-5); C = 7; R = 8;314; T = 298;15; F = 96485; E0H2 = -0;83; E0Zn = -1;27; ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I have a problem with dimensions of vektor and matrix, i do not know why my f vektor is 11x1, it should be 9x1 to be compatible with my matrix A which is 9x9.
u_exact = @(x) ( 300 * exp(-(x-1).^2) ); % exakt lösning L = 2; a = 0; b = L; ga = 300; gb = 400; % RV px = @(x) ( 5 + ((1/...

2년 초과 전 | 답변 수: 1 | 0

1

답변