Skip to content

Commit

Permalink
Merge pull request #370 from pep-dortmund/uncertainties_ex1
Browse files Browse the repository at this point in the history
add single values of nominal and std
  • Loading branch information
Jan Herdieckerhoff authored Sep 29, 2023
2 parents 617e022 + 3e6eaa1 commit 9f921b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises-toolbox/5-uncertainties/1-formel/loesung.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Q = x**2 * sin(y) + z

print(f"Q = {Q}")
print(Q.n, Q.s)

from sympy import var, sin

Expand Down

0 comments on commit 9f921b2

Please sign in to comment.