0

mathematics knowers come

posted in Off Topic
Comments:
Threaded Linear
#1
Trapyy_

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

#2
Zerphyr1
0
Frags
+

what part dont u know

#7
Trapyy_
0
Frags
+

everything? idk what these symbols are

#20
Zerphyr1
0
Frags
+

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.

#3
Speedspaghetti
0
Frags
+

explain in val terms when you get the answer

#4
1mBor3d
0
Frags
+

all i know there is the sigma but I don't wanna go back to knowing math so I will not help you

#5
The_DONG
0
Frags
+

thats pythagorean theorem

#6
widepeepofrosty
0
Frags
+

thats an awful lot of symbols :/

#8
number1_cned_hater
0
Frags
+

it's a summision sign when there is a sign like that that means everything inside is added If you are talking about the symbol

#11
Trapyy_
0
Frags
+

do you know the name of the subject? so i can see videos teaching it?

#12
number1_cned_hater
0
Frags
+

https://www.youtube.com/watch?v=XJkIaw2e1Pw
this should help you

#13
Trapyy_
0
Frags
+

thanks bro

#15
number1_cned_hater
0
Frags
+

np if you wanna know more searching up "summation formulas" should help

#9
nmshowl
0
Frags
+

Sigma indicates summation, the lower value indicates the starting point and the upper value indications the upper bound. So you take the sum of the function inside the [ ] brackets for the values specified by Sigma.

#10
Katsuragi0056
0
Frags
+

that symbol is sum and for the first one i=1 and the top is 6. so u have u have sub in the numbers 1 to 6 individually where the i's are in the formula and then 2,3 and so on, then add them up. that's the long version think there's an easier version but i forgot prolly

#14
thiagomds
0
Frags
+

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.

#16
AKIRA1988
0
Frags
+

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)

#17
Trapyy_
0
Frags
+

thanks for the answers :D

#18
clarencelmao
0
Frags
+

Think of each sigma as a for loop where what is under the sigma is where the loop starts and what is on top is where the loop ends

#19
DevoidDecoy
1
Frags
+

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.

  • Preview
  • Edit
› check that that your post follows the forum rules and guidelines or get formatting help
Sign up or log in to post a comment