參考解答會在選項前以星號(*)標記,不過目前並不保證一定正確,各位高手可以自行編輯(需登入)更正答案或提供各題詳解。
感謝一同討論解題的各位: Paul, 陳彥吉, 游聲峰Robert, Sean, Moony Hsieh, johnson, 怡中
Then solve:
…(1)
…(2)
…(3)
…(4)
The points given in (A)(B)(C) doesn't meet the equation.
Only the equation listed in (A) is a linear equation
Always results in pairs of postive and negative terms that have same values.
where denotes the identity matrix.
Please checkout the definition of rank
Find the eigenvalues of the following matrix ?
Hint: Try Gaussian elimination first.
() 0,1,-6 () 3,5,-10 *() 0,6,-2 () 0,6,12
Find the solution set for the following linear matrix equation
*() () ()
()
For which is decomposiition impossible?
*() () () ()
If is invertible, then it admits an LU factorization if and only if all its leading principal minors are nonzero.
Which of the following statements are true?
I. Qualitative variables could be multiplied.
II. Categorical variables could be continuous variables.
III. Quantitative variables could be discrete variables.
() I only () II only () III only () I and II *() I and III
Assume that and , and or , . Which of following statements are true?
I. and are mutually exclusive
II. and
III. and are independent event
() I only () II only () III only () I and II *() I and III
A variable follow normal distribution. It has a mean value of and a standard deviation of . If a z-score is , what's value on the normal distribution?
() 68 () 95 () 99 *() 110 () 125
A distribution that skewness value above (), whicch of following statements are true?
*() mean > median > mode
() mode > mean > median
() mode > median > mean
() mean = median = mode
() none above
Assuming , , , and , is a partition of , then ?
() 0.111 *() 0.177 () 0.272 () 0.323 () 0.37
Assume that is a random variable and its and . The variable is a linear function of , . That and , which of following statements are true?
I.
II.
III.
IV.
() I only () II only () III only *() IV only () none above
In each case state whether you expect the two variables and indicated to have positive, negative, or zero correlation. Which of following statements is negative?
() The number of pafes in a book and the age of the author.
() The number of pafes in a book and the age of the intended reader.
*() The weight of an automobile and the fuel economy in miles per gallon.
() The weight of an automobile and the reading on its odometer.
() The amount of a sedative a person took an hour ago and the time it takes him to respond to a stimulus.
As the figure, which of following staements are true?
() Set I. SSE < Set II. SSE (SSE: sum of the squared errors)
() A random pattern of residuals supports a linear model.
*() , Set I. and Set II.
() , Set I. and Set II.
() none above.
A sample of size has mean and standard deviation . Without knowing anything else about the sample, what can be said about the number of observations that lie in the interval
*() At least 75%
() At least 85%
() At least 90%
() At least 95%
() none above
()
x | -2 | 0 | 2 | 4 | 6 |
---|---|---|---|---|---|
P(x) | 0.2 | 0.5 | 0.2 | 0.1 | 0.1 |
() | |||||
x | 0 | 1 | 2 | 3 | 4 |
–- | –- | –- | –- | –- | –- |
P(x) | 0.2 | 0.2 | 0.2 | 0.1 | 0.1 |
() | |||||
x | 0.5 | 0.25 | 0.3 | 0.4 | 0.7 |
–- | –- | –- | –- | –- | –- |
P(x) | 0.2 | -0.3 | 0.2 | -0.1 | 0.1 |
*() | |||||
x | -1 | 0 | 1 | 3 | 5 |
–- | –- | –- | –- | –- | –- |
P(x) | 0.2 | 0.3 | 0.2 | 0.2 | 0.1 |
() none above |
本部份共有兩大題(合計三小題),每題依序為6分,8分,6,分,合計20分。程式題請使用偽代碼(pseudocode) 作答。
Pseudocode is a simple way of writing programming code in English. Pseudocode is not actual programming language. It uses short phrases to write code for programs before you actually create it in a specific language. The purpose of using pseudocode is that it is easier for people to understand the logic behind the algorithms.
・ Rules for pseudo code, Write only one statement per line
・ Available keywords: IF, ELSE, ENDIF, WHILE, ENDWHILE, REPEAT, UNTIL, FUNCTION, FOR, PRINT, LENGTH
example 1:
The output of example 1: hello, AI
example 2:
The output of example 2: [1],[1,2,3],[1,2,3,4]
參考解答:
參考解答: [1, 1, 5, 6, 8, 9, 13, 22]
Please check Bubble sort.
(2) Define a function which satisfies the following staement.
Given , a list of unsorted numbers, return the sum of the first quartile and the third quartile .
Hints:
參考解答: