Computer Science Canada

need help with writeing formulas in turing

Author:  josh_65665 [ Sun Mar 09, 2008 2:55 pm ]
Post subject:  need help with writeing formulas in turing

Posted Image, might have been reduced in size. Click Image to view fullscreen.

thats the formula and i need to calculate 1 to 200. this formula is used to calculate exp points to levle.

Here is the formula in equation form where L is the level you're calculating for

Author:  StealthArcher [ Sun Mar 09, 2008 2:58 pm ]
Post subject:  Re: need help with writeing formulas in turing

Turing:

var noway:boolean:=true
var wedontyourworkforyou:boolean:=true
assert(wedontdoyourworkforyou)
put"Please show us what you have so far, and we can help."






Author:  josh_65665 [ Sun Mar 09, 2008 3:00 pm ]
Post subject:  RE:need help with writeing formulas in turing

lol i am new to turing and know very little and i suck with math. i dont under stand the formula enough to write a program to output it

Author:  A.J [ Sun Mar 09, 2008 3:05 pm ]
Post subject:  Re: need help with writeing formulas in turing

All this formula means is:
experience equals to the floor of ( [the sum of all {x+300*2^(x/7)} where x ranges from 1 to level-1] divided by 4)

In case this didn't help AT ALL, here's a hint:


USE FOR LOOPS FOR THE SIGMA (sum of all) NOTATION

Very Happy

Author:  josh_65665 [ Sun Mar 09, 2008 3:37 pm ]
Post subject:  RE:need help with writeing formulas in turing

thanks for the help ive got it to wrok thx again


: