K = zeros(2,6) |
|
L = 2*ones(2,6) |
|
N = zeros(5,6)N(2:3,2:3) = 1 |
|
S = randi(2,3,6) |
|
T = randi(3,3,6) |
3 x 3 x 3 |
|
4 x 4 x 4 |
|
1000 x 1000 x 1000rho, theta, phi |
B = randi(6,3,3,3) |
|
C = randi(6,4,4,4) |
|
A = [1 -2 3 ; 2 1 1 ; -3 2 -2];b = [7 ; 4 ; -10];ticx1 = inv(A)*btocticx2 = A\btoc |
A = randi(100,1000,1000);b = randi(50,1000,1);ticx1 = inv(A)*b;tocticx2 = A\b;toc |
A = rand(10000);b = rand(10000,1);ticx1 = inv(A)*b;tocticx2 = A\b;toc |
"One of the hardest parts of my job is to connect Iraq to the war on terror." |
"There's an old African proverb that says 'If you want to go quickly, go
alone. If you want to go far, go together.' |
Failure – a few errors in judgment practiced everyday
in 30 days things are getting worse – imagine what happens in 5 years
Success – a few new disciplines practiced everyday
in 30 days things are getting better – imagine what happens in 5 years
Fix the errors of the past and pick up a few new disciplines for the future
It is impossible for a man to learn what he thinks he already knows.