Tagged Questions
14
votes
3answers
422 views
Create an adaptive amount of local variables for error propagation
I intend to write a function which calculates the result and the error for any formula with any amount of variables using the Gauß Error Propagation.
The error $dR$ for a function $R(a,b,c)\,$ and ...