Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summation #223

Open
SerKin0 opened this issue Nov 3, 2024 · 0 comments
Open

Summation #223

SerKin0 opened this issue Nov 3, 2024 · 0 comments

Comments

@SerKin0
Copy link

SerKin0 commented Nov 3, 2024

Hello, I am currently working on a program that will calculate errors in my laboratory work. And several formulas use a certain summation of elements with additional calculations, for example: Σ(t_i - t_ average)^2, where t_ is the average number, and t_i is an element of the data array. Please tell me how to make such a summation so that it turns out (t_1 - t_ average)^2 + (t_2 - t_ average)^2 + (t_3 - t_ average)^2 + ...

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant