what is the name of this shit? i need to make a code in C to solve this but idk wtf this is
https://i.imgur.com/3xkM2YN.png
EDIT: thanks for the answers :D
what is the name of this shit? i need to make a code in C to solve this but idk wtf this is
https://i.imgur.com/3xkM2YN.png
EDIT: thanks for the answers :D
Ok so at the start theres an S and then the 1 below it is a subscript which is normally used for counting a value in a set of number so like X then subscript 4 would be equal to 7 in a set like this {1, 3, 5, 7, 9, 11...}.
The big E is called sigma and it just means the sum of something and in this case its the stuff in the brackets.
The number below the E means you start at that numbers and so "i" in the equation is 1 and the number above the E is the number you end on so "i" is also 6. Basically you just plug in 1, 2, 3, 4, 5, and 6 in the equation.
the small e in the brackets is just an irrational number like pi and is equal to roughly 2.72.
isen is just "i" multiplied by sen and I'm not sure what sen is but it might just be sine in spanish or Portuguese.
somatorio de funcoes trigonometricas. O indice i varia de 1 a 6 no primeiro exemplo.
Basicamente para cada i que voce varia voce tem que substituir na funçao e tera um resultado. Faça o mesmo processo até o numero 6 e some tudo.
nos outros exemplos é apenas aplicação do mesmo somatorio na função. Não gosto de usar o i como indice pois pode confundir com números complexos(que pode ser desmembrado em seno e cosseno).ex: Simbolo de somatorio (x+1) com subindice de 1 a 3. O resultado seria res: (1+1)+(2+1)+(3+1)= 9
é mais simples do que parece.
The big greek E is a denotation for sum.
As i=1 is at the bottom and 6 at the top you are basically summing the equation right of it for i=1,2,3... till 6 same goes on for the other examples with different substiutions for k and j according to your notation ( if this brief explanation is not clear enough check out a khan acadmey vid on sigma notation)
the "e" is Eulers number i.e. the base of a natural logarithm
I assume "sen" is just the sine in a different notation (you should know it from trignometry)
I'm assuming it's simple summation. On the bottom is a i = a number. that is the number you start with. On top of the sigma symbol is another number. that is the number you end with. Plug in the number you start with (this case it is i = 1) into the equation, and after simplifying, you get a number. Now continue plugging in integers starting from i = 1 until you reach the number on top. You should have a new number every time you plug in a new integer. now add all your answers up and you get the sum.
So for the first problem plug in i = 1 into i^2i+e^i * isin(2i). you have a number. next plug in i = 2. you will have a new number. keep doing that until you reach i = 6 where you have 6 different numbers. add them together.
The last problem you have to do this twice because you have two variables. Do the summation for the innermost ones and then you should have a bunch of different terms added together with the variable i. Do the same thing with the outer summation.