2010-04-28
請問4題組合的問題
1.How many triangles are determined by the vertices of a regular polygon of n sides?How many if no side of the polygon is to be a side of any triangle?
A:C(n,3)-n(use two sides of the n-gon)-n(n-4)(use only one side)
2.In how many ways can we select five coins from a collection of 10 consisting of five distinct coins, and five identical coins?
A:2^5
3.Frannie tosses a coin 12 times and gets five heads and seven tails. In how many ways can these tosses result in (a) two runs of heads and one run of tails (b) three runs
A:
(a)X1+X2+X3 = 12, X1,X3>0, X2=7, X1+X3=5 ,C(4,3) = 4
(b)W1+W2+W3 = 12, W1,W3>0, W2=5, C(6,5) = 6
4.For n>=4, consider the strings made up of n bits-that is, a total of n 0's and 1's. In particular, consider those strings where there are two occurrences of 01. For example, if n=6 we want to include strings such as 010010 and 100101, but not 101111 or 010101. How many such strings are there?
A:X1+X2+X3+X4+X5+X6 = n, X1,X6>=0, X2,X3,X4,X5>0,C(n+1,5)
以上雖然都有答案,但都想不通為什麼這麼算
麻煩高手幫忙解釋一下,感謝
請問2題排列的問題
1.Pamela has 15 different books. In how many ways can she place her books on two shelves so that there is at least one book on each shelf?(Consider the books in each arrangement to be stacked one next to the other, with the first book on each shelf at the left of the shelf
這題的答案是14*15!
2.There are eight people, denoted A,B,....,H be seated about the square table, and two of the eight people, say A and B, do not get along well, how many different seatings are possible with A and B not sitting next to each other ?
這題是7200
雖然有答案,就是想不通是怎麼算的,麻煩請高手幫忙解答一下,感謝
2010-04-26
2010-04-23
2010-04-22
章節3-3(組合)例題17
請教幾題基本問題
第一題:是上課老師的筆記,回家讀的時候不懂為什麼跟鴿籠有關係呢,請在提醒我一下,謝謝。
第二題:是課本2-31範例六c和d兩個選項的關係T,我不懂解答的意思(紅色框起來的地方);
第二題:是課本2-31範例六c和d兩個選項的關係T,我不懂解答的意思(紅色框起來的地方);
1.(c)為什麼這樣就可以知道Transtive(我知道T^2包含於T可以成立),為什麼會這樣取?
2.(d)定義說當a != b 時,aRb bRa不可同時成立,這裡可以解釋一下嘛?
第三題:課本2-32例題9:對於證明我一直很不行,這一題我希望大大們能解釋並教我一下他的概念~
1.通常不是遇到"若p則q"就用"若~q則~p"來證嘛,還是可以直接照著(假設p對證出q)證?其實我不太懂老師上課說我們常常導因為果的意思...
2.為什麼這裡會直接假釋屬於R^2?
3.為什麼(a,b) 屬於 R^2 可以得知存在一個x屬於A使得(a,x)屬於R且(x,b)屬於R
以上就是我的問題,也許可能有點簡單,但希望大大能"詳細"一點指導我,會有這些問題是否因為我觀念很不熟呢?
2010-04-21
請問一個有關撲克牌組合的問題
In how many ways can a gambler draw five cards from a standard deck and get three of a kind?
我的算法是13*c(4,3)*12*c(4,1)*11*c(4,1),可是答案卻是13*c(4,3)*c(48,1)*(44,1)/2,差別在於那個除2,而且答案上還附了一句英文Division by 2 is needed since no distinction is made for the order in which the other two cards are drawn. 看起來好像是說抽起的2張卡沒有順序的區別?被搞糊塗了
2010-04-16
2010-04-14
小小證明
在證相異的eigenvalue有LI的eigenvector
筆記上的方法
是利用數學歸納法
假設n=1 成立
when n = r-1時 也LI
欲證 n=r時 也LI
利用相異的eigenvalue 來證明n=r-1時 eigenvecor是LI的
這邊我感到有些奇怪
數學歸納法不是假設n=r-1成立嗎?
那為什麼還要去證r-1的相異eigenvalue有LI的eigenvector呢?
如果直接寫
α1V1+α2V2+.....αr-1Vr-1=0
然後代進去
α1V1+α2V2+.....αr-1Vr-1+αrVr=0
所以αrVr=0 ,αr=0 這樣不是很happy嗎?
雖然這樣好像沒用到相異的eigenvalue這個條件就是了orz
不知道是不是跟馬顏色那一題犯的錯誤一樣?
可是這不是證的出來嗎?
想請教大家是否有哪邊漏掉的 THX
筆記上的方法
是利用數學歸納法
假設n=1 成立
when n = r-1時 也LI
欲證 n=r時 也LI
利用相異的eigenvalue 來證明n=r-1時 eigenvecor是LI的
這邊我感到有些奇怪
數學歸納法不是假設n=r-1成立嗎?
那為什麼還要去證r-1的相異eigenvalue有LI的eigenvector呢?
如果直接寫
α1V1+α2V2+.....αr-1Vr-1=0
然後代進去
α1V1+α2V2+.....αr-1Vr-1+αrVr=0
所以αrVr=0 ,αr=0 這樣不是很happy嗎?
雖然這樣好像沒用到相異的eigenvalue這個條件就是了orz
不知道是不是跟馬顏色那一題犯的錯誤一樣?
可是這不是證的出來嗎?
想請教大家是否有哪邊漏掉的 THX
2010-04-05
2010-04-01
[線代]生成裁減定理
助教您好:
若w為v的子空間,dim(w)=5,dim(v)=7,
為何"在v中任一個basis皆可減某2個vectors形成w之ㄧbasis"此一敘述是錯的??
可否舉一例子說明??
謝謝
若w為v的子空間,dim(w)=5,dim(v)=7,
為何"在v中任一個basis皆可減某2個vectors形成w之ㄧbasis"此一敘述是錯的??
可否舉一例子說明??
謝謝
訂閱:
文章 (Atom)