Skip to content
Snippets Groups Projects
Commit e95fdfcb authored by wactbprot's avatar wactbprot
Browse files

rnm

parent eab7990a
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ f_pure
\end{verbatim}
entspricht $f_i$
\begin{verbatim}
f\_prime
f_prime
\end{verbatim}
ist $f_i'$.
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This diff is collapsed.
No preview for this file type
/*
--*-- maxima --*--
Bestimmung der systematischen Unsicherheit
der Expansionsverh.
QSE-SE2-14-1
*/
remvalue(all);
f : 1/(1/fp - Vz/Vs);
sVz : diff(f,Vz);
sVs : diff(f,Vs);
sfp : diff(f,fp);
uf: ((sVs*uVs)^2 + (sfp*ufp)^2 + (sVz*uVz)^2)^.5;
fp: [7.4e-4, 9.2e-3];
Vs: [76.13, 920.0];
Vz: 350.0;
/*ufp: f*4e-4;*/
uV1: 0.343;/* Werte aus QSE-SE2-07-1*/
uV2: 0.057;/* Werte aus QSE-SE2-07-1*/
uVs: [uV2, uV1]; /* cm^3 */
uVz: 3.3; /* cm^3 aus QSE-SE2-09-1 */
grind(ev(ev(uf)/f));
/*
[1346.8*(1.0*ufp^2+5.7E-16)^0.5,
108.3*(1.0*ufp^2+9.4E-14)^0.5]$
*/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment