1588 results for "form".
-
Question in Content created by Newcastle University
Given a matrix in the field $\mathbb{Z}_n$. By reducing it to row-echelon form (or otherwise), find a basis for the row space of the matrix, as a list of vectors.
-
Question in Content created by Newcastle University
Cartesian form of the parametric representation of a surface, normal vector, and magnitude.
Accuracy for part c) should be made more stringent as can be marked correct for an incorrect answer. Use a different sample range rather than 0 to 1 would help as would setting accuracy to something less than 0.001.
-
Question in Content created by Newcastle University
Unit normal vector to a surface, given in Cartesian form.
-
Question in Content created by Newcastle University
Cartesian form of the parametric representation of a surface, normal vector, and magnitude.
-
Question in Content created by Newcastle University
Intersection points, tangent vectors, angles between pairs of curves, given in parametric form.
-
Question in Content created by Newcastle University
A multiple linear regression model of the form:
\[Y=\beta_0+\beta_1X_1+ \beta_2X_2+\beta_3X_3+\beta_4X_4+\epsilon \]
is fitted to some data in Minitab which generates a table showing estimates of the parameters with associated $p$-values. Determine which variable to exclude first.
-
Question in Content created by Newcastle University
One-way ANOVA example
-
Question in Content created by Newcastle University
Two factor ANOVA example
-
Question in Content created by Newcastle University
Two-way ANOVA example, 5 subjects, 4 treatments.
-
Question in Content created by Newcastle University
A graphical approach to aiding students in writing down a formal proof of discontinuity of a function at a given point.
Uses JSXgraph to sketch the graphs and involves some interaction/experimentation by students in finding appropriate intervals.
-
Question in Content created by Newcastle University
For a sample of size n from a normal distribution and given the mean of the sample and the standard deviation of the distribution, find the MLE for the mean. Also the expected information and a confidence interval for the mean.
-
Question in Content created by Newcastle University
For a sample of size n from a Poisson distribution $\operatorname{Poisson}(\lambda)$ and given the mean of the sample, find the MLE for $\lambda$. Also find the expected information and a confidence interval for $\lambda$.
-
Question in Content created by Newcastle University
For a sample of size n from an Exponential distribution $\operatorname{Exponential}(\lambda)$ and given the mean of the sample, find the MLE for $\lambda$. Also find the expected information and a confidence interval for $\lambda$.
-
Question in Content created by Newcastle University
Paired t-test to see if there is a difference between times take in a task.
-
Question in Content created by Newcastle University
Simple probability question. Counting number of occurences of an event in a sample space with given size and finding the probability of the event.
-
Question in Content created by Newcastle University
The human resources department of a large finance company is attempting to determine if an employee’s performance is influenced by their undergraduate degree subject. Personnel ratings are used to judge performance and the task is to use expected frequencies and the chi-squared statistic to test the null hypothesis that there is no association.
-
Question in Content created by Newcastle University
Find out whether the data presented in this question follows a Poisson distribution. Uses the $\chi^2$ test.
-
Question in Content created by Newcastle University
Multiple response question (2 correct out of 4) covering properties of Riemann integration. Selection of questions from a pool.
-
Question in Content created by Newcastle University
Create a truth table for a logical expression of the form $a \operatorname{op} b$ where $a, \;b$ can be the Boolean variables $p,\;q,\;\neg p,\;\neg q$ and $\operatorname{op}$ one of $\lor,\;\land,\;\to$.
For example $\neg q \to \neg p$.
-
Question in Content created by Newcastle University
Create a truth table for a logical expression of the form $(a \operatorname{op1} b) \operatorname{op2}(c \operatorname{op3} d)$ where $a, \;b,\;c,\;d$ can be the Boolean variables $p,\;q,\;\neg p,\;\neg q$ and each of $\operatorname{op1},\;\operatorname{op2},\;\operatorname{op3}$ one of $\lor,\;\land,\;\to$.
For example: $(p \lor \neg q) \land(q \to \neg p)$.
-
Question in Content created by Newcastle University
Create a truth table for a logical expression of the form $((a \operatorname{op1} b) \operatorname{op2}(c \operatorname{op3} d))\operatorname{op4}e $ where each of $a, \;b,\;c,\;d,\;e$ can be one the Boolean variables $p,\;q,\;\neg p,\;\neg q$ and each of $\operatorname{op1},\;\operatorname{op2},\;\operatorname{op3},\;\operatorname{op4}$ one of $\lor,\;\land,\;\to$.
For example: $((q \lor \neg p) \to (p \land \neg q)) \lor \neg q$
-
Question in Content created by Newcastle University
Create a truth table for a logical expression of the form $((a \operatorname{op1} b) \operatorname{op2}(c \operatorname{op3} d))\operatorname{op4}(e \operatorname{op5} f) $ where each of $a, \;b,\;c,\;d,\;e,\;f$ can be one the Boolean variables $p,\;q,\;\neg p,\;\neg q$ and each of $\operatorname{op1},\;\operatorname{op2},\;\operatorname{op3},\;\operatorname{op4},\;\operatorname{op5}$ one of $\lor,\;\land,\;\to$.
For example: $((q \lor \neg p) \to (p \land \neg q)) \to (p \lor q)$
-
Question in Content created by Newcastle University
Create a truth table for a logical expression of the form $((a \operatorname{op1} b) \operatorname{op2}(c \operatorname{op3} d))\operatorname{op4}e $ where each of $a, \;b,\;c,\;d,\;e$ can be one the Boolean variables $p,\;q,\;r,\;\neg p,\;\neg q,\;\neg r$ and each of $\operatorname{op1},\;\operatorname{op2},\;\operatorname{op3},\;\operatorname{op4}$ one of $\lor,\;\land,\;\to$.
For example: $((q \lor \neg r) \to (p \land \neg q)) \land \neg r$
-
Question in Content created by Newcastle University
One-way ANOVA example
-
Question in Content created by Newcastle University
Calculations in $\mathbb{Z_n}$ for three values of $n$.
-
Question in Content created by Newcastle University
Solving a pair of congruences of the form \[\begin{align}x &\equiv b_1\;\textrm{mod} \;n_1\\x &\equiv b_2\;\textrm{mod}\;n_2 \end{align}\] where $n_1,\;n_2$ are coprime.
-
Question in Content created by Newcastle University
Solving an equation of the form $ax \equiv\;b\;\textrm{mod}\;n$ where $\operatorname{gcd}(a,n)|r$. In this case we can find all solutions. The user is asked for the two greatest.
-
Question in Content created by Newcastle University
Given a 3x3 matrix with very big elements, perform row operations to find a matrix with single-digit elements. Then reduce that to an upper triangular matrix, and hence find the determinant.
-
Question in Content created by Newcastle University
Given a 3x3 matrix with very big elements, perform row operations to find a matrix with single-digit elements. Then reduce that to an upper triangular matrix, and hence find the determinant.
-
Question in Content created by Newcastle University
Exercise using a given uniform distribution $Y$, calculating the expectation and variance as well as asking for the CDF. Also finding $P( b \lt Y \lt c)$ for given values of $b,\;c$.