user:Emote
{{userpage}}
{{Userboxtop |bordercolor=white |toptext=Newton's Cradle}}
Image:Newtons_cradle_animation_book.gif
{{Userboxbottom}}
Click [http://www.portagepub.com/products/caa/sr-letters.html here] to access Samuel Rutherford's Letters, available as a PDF download.
Work documentation
- Overhaul the Alexander Stephens page
:Status: in progress
- Expand the biographical information on Asahel Nettleton
:Status: in progress
- Expand the biographical information on Robert Lewis Dabney
:Status: not started
- Create a page for Linton Stephens
:Status: not started
Control equations
CMOS equations
C code
{{Userboxtop |}}
{{user Colorado}}
{{user collstudent minor|Electrical Engineering|Mathematics}}
{{user viola}}
cellspacing="0" style="width: 240px; background: #d3d3d3;"
| style="width: 48px; height: 45px; background: #778899; text-align: center; font-size: {{{10|{{{id-s|30}}}}}}pt; color: {{{id-fc|black}}};" | 38px | style="font-size: {{{info-s|8}}}pt; padding: 4pt; line-height: 1.25em; color: {{{info-fc|black}}};" | This user listens to the music of Franz Joseph Haydn. |
{{Wikipedia:WikiProject Calvinism/Userbox}}
{{user c}}
{{user xslt}}
{{user 1RR}}
{{user respect IP}}
{{Userboxbottom}}
#include
#include
void main()
{
int outcome;
float a, b, Ea, Eb, Sa, Sb;
printf("Enter player A's initial rating: ");
scanf("%f", &a);
printf("Enter player B's initial rating: ");
scanf("%f", &b);
printf("Did player A win(1), lose(2), or draw(3)? ");
scanf("%i", &outcome);
while((outcome != 1) && (outcome != 2) && (outcome !=3))
{
printf("\nERROR -- must choose 1, 2, or 3\n\n");
printf("Did player A win(1), lose(2), or draw(3)? ");
scanf("%i", &outcome);
}
Ea = 1 / (1 + pow(10,((b-a)/400)));
Eb = 1 / (1 + pow(10,((a-b)/400)));
if ( outcome == 1 )
{
Sa = 1;
Sb = 0;
}
else if ( outcome == 2 )
{
Sa = 0;
Sb = 1;
}
else
{
Sa = 0.5;
Sb = 0.5;
}
printf("\nPlayer A has a new rating of %f\n", a + 32*(Sa - Ea));
printf("Player B has a new rating of %f\n\n", b + 32*(Sb - Eb));
return;
}
Sandbox
Natural log integral:
Pulse function:
Fourier transform of double-sided exponential:
Absolute value interpretation:
Other
[http://tools.wikimedia.de/~interiot/cgi-bin/Tool1/wannabe_kate?username=Emote&site=en.wikipedia.org My edit count]