In how many ways can two adjacent squares be selected from an 8*8 chessboard ?
(8*8的西洋棋盤選取2相鄰方格,有幾種選法 ?)
答案 : 8*(8-1)+8*(8-1)=112
(1)為什麼?
(2) 如果是 n*n 呢 , 答案為 n*(n-1)+n*(n-1)=2n(n-1) 嗎 ?
謝謝
2008-09-30
2008-09-27
[離散數學]
The frog is jumping through the cartesian coordinate systems in the
plane, starting from point (1,1) according to the following rules:
(i) from any point (a,b) the frog can jump to point (2a,b) or (a,2b);
(ii) if a > b, the frog can jump from (a,b) to (a-b,b) and if a < b, the frog can jump from (a,b) to (a,b-a) Can the frog arrive to the point: (a) (24,40), (b) (40,60), (c) (24,60), (d)(200,4)?
以下是 某位大大幫我解的
gcd(2a,b) = 2*gcd(a,b) or gcd(a,b) <==不太懂這一行 是如何來的
gcd(a,2b)同理
by Euclidean algorithm,
if a>b, gcd(a-b,b) = gcd(a,b)
if b>a, gcd(a,b-a) = gcd(a,b)
另外, gcd(1,1)=1
所以gcd(x,y)= 2^k, k=0,1,2,...
也就是說x與y的gcd會是2的冪次方的形式
plane, starting from point (1,1) according to the following rules:
(i) from any point (a,b) the frog can jump to point (2a,b) or (a,2b);
(ii) if a > b, the frog can jump from (a,b) to (a-b,b) and if a < b, the frog can jump from (a,b) to (a,b-a) Can the frog arrive to the point: (a) (24,40), (b) (40,60), (c) (24,60), (d)(200,4)?
以下是 某位大大幫我解的
gcd(2a,b) = 2*gcd(a,b) or gcd(a,b) <==不太懂這一行 是如何來的
gcd(a,2b)同理
by Euclidean algorithm,
if a>b, gcd(a-b,b) = gcd(a,b)
if b>a, gcd(a,b-a) = gcd(a,b)
另外, gcd(1,1)=1
所以gcd(x,y)= 2^k, k=0,1,2,...
也就是說x與y的gcd會是2的冪次方的形式
2008-09-26
2008-09-24
2008-09-23
2008-09-22
線性代數-有關span表示的問題
我想請問一下
假設今天要寫出ker(A-I)=span{...}
如果我對A-I作列運算 算完結果是
1 1 2
0 0 0
0 0 0
表示X1+X2=-2X3
那這樣的情況下, 不是會有很多種狀況可以寫嗎?
例如:
1 -1 0
-1 1 0
-2 0 1
0 -2 1
-3 1 1
1 -3 1....等很多種狀況
如果今天只是要其中的兩個, 那請問要如何選擇?
是任意選都可以嗎? 這樣的話答案不是會有很多種嗎?
還是說有什麼選擇的順序...?
謝謝各位的回答!!
假設今天要寫出ker(A-I)=span{...}
如果我對A-I作列運算 算完結果是
1 1 2
0 0 0
0 0 0
表示X1+X2=-2X3
那這樣的情況下, 不是會有很多種狀況可以寫嗎?
例如:
1 -1 0
-1 1 0
-2 0 1
0 -2 1
-3 1 1
1 -3 1....等很多種狀況
如果今天只是要其中的兩個, 那請問要如何選擇?
是任意選都可以嗎? 這樣的話答案不是會有很多種嗎?
還是說有什麼選擇的順序...?
謝謝各位的回答!!
2008-09-20
[線代][三版習題詳解] P.192 4-45(c)
我認為答案應改為是同構的
因為(a1,a2,a3)是dim=3對應到(a1+a2,a2+a3,a1+a2+a3)是dim=3
(a1+a2,a2+a3,a1+a2+a3)是dim=3是因為前三項加起來除以2就是第四項
既然都是同構於F^3,為何兩者不同構?
因為(a1,a2,a3)是dim=3對應到(a1+a2,a2+a3,a1+a2+a3)是dim=3
(a1+a2,a2+a3,a1+a2+a3)是dim=3是因為前三項加起來除以2就是第四項
既然都是同構於F^3,為何兩者不同構?
2008-09-19
2008-09-16
邏輯
If Archimedes was tall, then Euclid was shirt. Euclid was not short unless Pythagoras was fat. Pythagoras was fat only if he ate too much. Pythagoras did not eat too much. Therefore, Archimedes was not tall. Isthe above logic inference valid? Show your inference step!
請問這題如何解??
謝謝大家
請問這題如何解??
謝謝大家
線代上冊(p.1-39)範例二:算列基本矩陣
先算A列等價於B,在最後一步我把第2列乘(-7)加到第3列也會等於B.但是最後PA不等於B!? 但是如果最後把第3列成(-5/2)最後PA=B! 請問是我哪邊有算錯嗎?
2008-09-14
2008-09-12
訂閱:
文章 (Atom)