Statistik
3 Fragen
                        0 Antworten
RANG
100.770
                          
                          
of 300.381
                        
REPUTATION
0
                           
                        
BEITRÄGE
                          3 Fragen
                          0 Antworten
ANTWORTZUSTIMMUNG 
                            33.33%
                        
ERHALTENE STIMMEN
0
RANG
 of 20.941
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANG
of 168.477
BEITRÄGE
                            0 Probleme
                            0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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; ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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/...
etwa 4 Jahre vor | 1 Antwort | 0
