The ctrl+v thread!

  • Thread starter sn00pie
  • 1,567 comments
  • 84,167 views
Status
Not open for further replies.
max_itr=10000
tolerance=10.^-6
I1(1)=0
I2(1)=0
I3(1)=0
for j=1:2:100
for i=1:max_itr-1
I1(i+1)=(j+10*(2*I2(i)+I3(i)))/70;
I2(i+1)=(2*(2*I1(i)+I3(i)))/11;
I3(i+1)=(I1(i)+I2(i)+20)/5;
if norm([I1(i) I2(i) I3(i)]-[I1(i+1) I2(i+1) I3(i+1)])<tolerance
break
end
end
[m n]=size(I1);
[o p]=size(I2);
[q r]=size(I3);

A3(1,j)=I1(1,n);
A3(2,j)=I2(1,p);
A3(3,j)=I3(1,r);
end
H=[0 p]


A3'
clear filename
filename=['A3','.dat']
save(filename,'j','-ASCII')

^^^ MATLAB. I'm not sure if that code will run properly yet. Lol.
 
Flight number BA7309
From Melbourne Terminal 2
To Heathrow (London)
Depart 26 Jul 2009 15:30
Arrive 27 Jul 2009 05:25
Class World Traveller
Operated by QANTAS AIRWAYS
Booking status Confirmed







Flight number BA1434
From Heathrow (London) Terminal 5
To Edinburgh
Depart 27 Jul 2009 08:00
Arrive 27 Jul 2009 09:25
Class Domestic
Operated by British Airways
Booking status Confirmed
 
Toshiba R15-S829
(Looking up a price on a part for my old computer.)

I had a thought earlier that people would post links to porn sites and would get themselves banned, but then realized that GTP is a bit smarter than that on whole.
 
Toshiba R15-S829
(Looking up a price on a part for my old computer.)

I had a thought earlier that people would post links to porn sites and would get themselves banned, but then realized that GTP is a bit smarter than that on whole.

Thats why I always check my links before I hit post or send to a friend. Never want someone seeing the wrong thing. ;)
 
Berlin - A male sea lion from California called Mike has died of exhaustion after over-exerting himself during the mating season in an animal park in Nuremberg, Germany, the city said on Tuesday.
 
Status
Not open for further replies.
Back