One of those days
First day of Spring Term – 10 weeks remain.
Nothing to say, my train of thought has sailed.


I didn’t think this actually happened. We lost our rugby matches the day this was taken, but also the next day so what does that say.
First day of Spring Term – 10 weeks remain.
Nothing to say, my train of thought has sailed.


I didn’t think this actually happened. We lost our rugby matches the day this was taken, but also the next day so what does that say.
I can’t prove it scientifically, but I think the sun is actually brighter on days when I have off. The ironic thing is that I spend most of days off catching up on sleep, work and maybe going to the gym so the sun seems to only taunt me from beyond panes of glass. I’ll catch up with ya later, maybe at rugby practice.
Should I be freaked out by the fact that someone arrived at my site by searching for “scott perez fox”. I bet it was my father who couldn’t remember my site address and is too lazy to punctuate properly when using a computer.
Type in your own name in Google, the results may scare you.
*this message was accidentally deleted, by me, attempting to delete a spam comment containing lots of promotions for penis enlargements. Needless to say, I was pissed. I am attempting to rewrite this entry the way I remember it.*
The basement smells like the History Channel. Like when I was in high school and I used to knock out on the couch every night after wrestling practice and then wake up at some point in the night to hear the replay of the history channel shows and it would seem the randomness sunk in a bit.
The bathroom smells like the Maplewood pool, or rather me showering after a long day working in the stand, or roving, or swimming or just sitting in the sun.
*I don’t remember the third scent which reminded me of yesteryear. Sucks.*





So today is the last day of finals for this term. And, since I don’t have to take finals Spring of Senior year, it is the end of finals forever. So all I have to do is endure one more presentation and some bootleg grammar test and maybe another online test that I don’t know about and its over, bitch, no more finals.
In the words of Henry V, “Once more unto the breech, dear friends”
Last night Jay and I went to see the Complete Works of William Shakespeare, Abridged at the Philadelphia Shakespeare Festival, which, by the way, is a glorious misnomer and I would sooner call it the Philadelphia Shakespeare Company, as opposed to festival. Anyway, the show. It was mad funny, thats about the long and short of it. The way I could tell was how Jay was laughing….at Shakespeare. This is a guy who swears by Chris Farley movies and Jack Black music. (Jack Black makes music?). Still, there was just enough old-fashioned Shakespeare to keep me level amidst pop culture references galore and low blows at the Republican Party and intellectuals in general. I could have done without the vomiting as a recurring gag. Oh well.
Wouldn’t it be grand if I have enough time to just watch plays and write in my weblog. One day…hopefully soon.
Enough of me saying nothing, I need to go and give a presentation and make up shit on the spot to impress and otherwise-stoic class of soon-to-be lifeless engineering types. I swear, I make it all up as a go along and they are amazed.
sdlguhsd;g’sg;j sg ;iosfg sg sgsg;iosu;etwoi lnv;jsvsd
Here are some old shots from the last dance show. I blame Photoshop CS, and their actions not working for the delay in this case. Don’t ask me what the hell is going on.












I tried to fix the archive section of this site but instead I broke it and now it doesn’t work. Sorry.
In other news, I survived this week. Time to take finals for the last time in my life.
syms Abh Ac h4 hf4 hg4 tc t4;
syms f1 f2 f3 f4 f5 f6 f7;%functions
%Abh= log(-(85/114)+1)*(-.00131); ->from equation 5.9
%Ac= log(-(27/t4-11)+1)*(-.00131); ->from equation 5.9
%tc= hf4/4.206+.174584; -> from excel function Enthalpy vs Temperature
%t4= hg4/1.6527-1517.15 -> from excel function Enthalpy vs Temperature->
%h4= .005*hg4+.95*hf4; -> from quality equation
%hf4= 4.206t4 -.7343; -> from excel function Enthalpy vs Temperature
%hg4= hf4+2262.6; -> from heat transfer equationf1= log(-(85/114)+1)*(-.00131)-Abh;
f2= log(-(27/t4-11)+1)*(-.00131)-Ac;
f3= hf4/4.206+.174584-tc ;
f4= hg4/1.6527-1517.15-t4;
f5= .005*hg4+.95*hf4-h4;
f6= 4.206*t4-.00131-hf4;
f7= hf4+2262.61-hg4;%derivatives
%f1
f1a=diff(f1,Abh);
f1b=diff(f1,Ac);
f1c=diff(f1,h4);
f1d=diff(f1,hf4);
f1e=diff(f1,hg4);
f1f=diff(f1,tc);
f1g=diff(f1,t4);%f2
f2a=diff(f2,Abh);
f2b=diff(f2,Ac);
f2c=diff(f2,h4);
f2d=diff(f2,hf4);
f2e=diff(f2,hg4);
f2f=diff(f2,tc);
f2g=diff(f2,t4);%f3
f3a=diff(f3,Abh);
f3b=diff(f3,Ac);
f3c=diff(f3,h4);
f3d=diff(f3,hf4);
f3e=diff(f3,hg4);
f3f=diff(f3,tc);
f3g=diff(f3,t4);%f4
f4a=diff(f4,Abh);
f4b=diff(f4,Ac);
f4c=diff(f4,h4);
f4d=diff(f4,hf4);
f4e=diff(f4,hg4);
f4f=diff(f4,tc);
f4g=diff(f4,t4);%f5
f5a=diff(f5,Abh);
f5b=diff(f5,Ac);
f5c=diff(f5,h4);
f5d=diff(f5,hf4);
f5e=diff(f5,hg4);
f5f=diff(f5,tc);
f5g=diff(f5,t4);%f6
f6a=diff(f6,Abh);
f6b=diff(f6,Ac);
f6c=diff(f6,h4);
f6d=diff(f6,hf4);
f6e=diff(f6,hg4);
f6f=diff(f6,tc);
f6g=diff(f6,t4);%f7
f7a=diff(f7,Abh);
f7b=diff(f7,Ac);
f7c=diff(f7,h4);
f7d=diff(f7,hf4);
f7e=diff(f7,hg4);
f7f=diff(f7,tc);
f7g=diff(f7,t4);%matrices
A=[f1a f1b f1c f1d f1e f1f f1g;
f2a f2b f2c f2d f2e f2f f2g;
f3a f3b f3c f3d f3e f3f f3g;
f4a f4b f4c f4d f4e f4f f4g;
f5a f5b f5c f5d f5e f5f f5g;
f6a f6b f6c f6d f6e f6f f6g;
f7a f7b f7c f7d f7e f7f f7g]B=[Abh; Ac; h4; hf4; hg4; tc; t4]
%entries with variables
%f2g=-51597/2500/t4^2/(-27/t4+12)%guess values for trial 0
Abh0=600;
Ac0=500;
h40=1500;
hg40=800;
hf40=200;
tc0=100;
t40=35;%trial 0 functions
f10= log(-(85/114)+1)*(-.7644)-Abh0;
f20= log(-(27/t40-11)+1)*(-.7644)-Ac0;
f30= hf40/4.206+.174584-tc0;
f40= hg40/1.6527-1517.15-t40;
f50= .005*hg40+.95*hf40-h40;
f60= 4.206*t40 -.7343-hf40;
f70= hf40+2262.61-hg40;f2g0=-51597/2500/t40^2/(-27/t40+12);
%trial 0 matrices
A0=[f1a f1b f1c f1d f1e f1f f1g;
f2a f2b f2c f2d f2e f2f f2g0;
f3a f3b f3c f3d f3e f3f f3g;
f4a f4b f4c f4d f4e f4f f4g;
f5a f5b f5c f5d f5e f5f f5g;
f6a f6b f6c f6d f6e f6f f6g;
f7a f7b f7c f7d f7e f7f f7g]B0=[f10;f20;f30;f40;f50;f60;f70]
C0=inv(A0)*B0
%[C] is delta values -> xt – xc
dx10=4294681416875115/4503599627370496
dx20=1898134586352478104613/623862897600102400000
dx30=19305589447736934878047/187158869280030720000
dx40=1961703103978551680417/935794346400153600
dx50=-2120802669570222961183/935794346400153600
dx60=75625930005147995671/19679755104795230208
dx70=-1997654352970169665/28073830392004608%trial 1 values
Abh1=Abh0-dx10
Ac1=Ac0-dx20
h41=h40-dx30
hf41=hf40-dx40
hg41=hg40-dx50
tc1=tc0-dx60
t41=t40-dx70%record values in excel table and repeat!
Our Output file (first trial values)
Using Toolbox Path Cache. Type “help toolbox_path_cache” for more info.
To get started, select “MATLAB Help” from the Help menu.
>>
A =[ -1, 0, 0, 0, 0, 0, 0]
[ 0, -1, 0, 0, 0, 0, -3537/100000/t4^2/(-27/t4+12)]
[ 0, 0, 0, 500/2103, 0, -1, 0]
[ 0, 0, 0, 0, 10000/16527, 0, -1]
[ 0, 0, -1, 19/20, 1/200, 0, 0]
[ 0, 0, 0, -1, 0, 0, 2103/500]
[ 0, 0, 0, 1, -1, 0, 0]B =
[ Abh]
[ Ac]
[ h4]
[ hf4]
[ hg4]
[ tc]
[ t4]A0 =
[ -1, 0, 0, 0, 0, 0, 0]
[ 0, -1, 0, 0, 0, 0, -189/62500]
[ 0, 0, 0, 500/2103, 0, -1, 0]
[ 0, 0, 0, 0, 10000/16527, 0, -1]
[ 0, 0, -1, 19/20, 1/200, 0, 0]
[ 0, 0, 0, -1, 0, 0, 2103/500]
[ 0, 0, 0, 1, -1, 0, 0]B0 =
1.0e+003 *
-0.0190
-0.0118
0.5646
-1.3001
1.8770
-2.3956
4.3626C0 =
[ 5334967169346503/281474976710656]
[ 7512900664753399704613/623862897600102400000]
[ 19305589447736934878047/187158869280030720000]
[ 1961703103978551680417/935794346400153600]
[ -2120802669570222961183/935794346400153600]
[ -1301956927330518118889/19679755104795230208]
[ -1997654352970169665/28073830392004608]dx10 =
0.9536
dx20 =
3.0426
dx30 =
103.1508
dx40 =
2.0963e+003
dx50 =
-2.2663e+003
dx60 =
3.8428
dx70 =
-71.1572
Abh1 =
655.214
Ac1 =
522.1456
h41 =
288.5711
hf41 =
134.8743
hg41 =
2170.8726
tc1 =
42.5166
t41 =
101.5540
>>
Yea. I don’t understand it either. Don’t understand it either. And by the way, its completely wrong and I just made up answers for which to submit. Do I feel guilty? What do you think.
Sorry, the video of Pete doing body shots off that bust Slovakian girl didn’t come out too well.
“Laura and Allison” thats all I know about those girls. End of commentary.
























So its week 9 of winter term which means, among other things, that I get really busy all of a sudden trying to make up for a whole term of slacking of and vaguely paying attention to life in general. It also means Spring break is just around the corner. Of course I don’t have any money for exotic trips or lavish adventures, but rather just to catch up on work around the house and maybe get some stress-free sleep.
So, don’t kill me if I don’t blog for a while, I will be pretty busy with my descent into madness.