349 results for "change".
-
Question in BS11001 questions
No description given
-
Exam (1 question) in Uni of SW
No description given
-
Question in Katy's workspace
Rate of change problem involving velocity & acceleration
-
Question in Christian's workspace
This question shows how the number entry part marking algorithm has changed to award credit when the student gives the correct answer but to too much precision, when the precise value is not included in the rounded-off range of acceptable answers.
See this issue on GitHub.
-
Question in Eva's workspace
No description given
-
Question in Eva's workspace
No description given
-
Question in Nicholas's workspace
I created this question, and every other question in Multiple Integration, for my dissertation `Computer-Aided Assessment of Multiple Integration'.
-
Question in Nicholas's workspace
I created this question, and every other question in Multiple Integration, for my dissertation `Computer-Aided Assessment of Multiple Integration'.
-
Question in Harry's workspace
$A$ a $3 \times 3$ matrix. Using row operations on the augmented matrix $\left(A | I_3\right)$ reduce to $\left(I_3 | A^{-1}\right)$.
-
Question in etain's workspace
Modular arithmetic. Find the following numbers modulo the given number $n$. Three examples to do.
-
Question in Double integrals
No description given
-
Question in Double integrals
No description given
-
Question in Tom's workspace
A random heating question, that randomly picks a material, and then heats it through either one or two phase changes, provides an example graph of the heating with scaled temperature ranges (though not with scaled latent and specific heats), and a table with the suitable constants.
-
Question in Emma's workspace
Paired t-test to see if there is a difference between times take in a task.
-
Question in Sequences and Series
Students seem to struggle with Sigma notation, this is a simple question to ensure they understand the index can change without affecting the sum.
-
Question in Adam's workspace
Paired t-test to see if there is a difference between times take in a task.
-
Question in Lois's workspace
Using Jsxgraph to draw the vector field for a differential equation of the form $\frac{dy}{dx}=f(x,y)=x^2-y^2$, and also by moving the point $(x_0,y_0)$ you can see the solution curves going through that point.
If you want to modify $f(x,y)$ simply change the definition of $f(x,y)$ and that of the variable str in the user defined function testfield in Extensions and scripts. You have to use javascript notation for functions and powers in the definition of $f(x,y)$.
-
Question in 00 varios
No description given
-
Question in Johan's workspace
Construct a line through two points in a GeoGebra worksheet. Change the line by setting the positions of the two points when the worksheet is embedded into the question.
-
Exam (6 questions) in SDS
6 questions which introduce the user to the Numbas system.
-
Question in Bill's workspace
Write down the Newton-Raphson formula for finding a numerical solution to the equation $e^{mx}+bx-a=0$. If $x_0=1$ find $x_1$.
Included in the Advice of this question are:
6 iterations of the method.
Graph of the NR process using jsxgraph. Also user interaction allowing change of starting value and its effect on the process.
-
Question in Bill's workspace
Using Jsxgraph to draw the vector field for a differential equation of the form $\frac{dy}{dx}=f(x,y)=1-\sin(y)$, and also by moving the point $(x_0,y_0)$ you can see the solution curves going through that point.
If you want to modify $f(x,y)$ simply change the definition of $f(x,y)$ and that of the variable str in the user defined function testfield in Extensions and scripts. You have to use javascript notation for functions and powers in the definition of $f(x,y)$.
-
Question in Christian's workspace
A random heating question, that randomly picks a material, and then heats it through either one or two phase changes, provides an example graph of the heating with scaled temperature ranges (though not with scaled latent and specific heats), and a table with the suitable constants.
-
Question in Bill's workspace
Using Jsxgraph to draw the vector field for a differential equation of the form $\frac{dy}{dx}=f(x,y)=\sin(x)-\sin(y)$, and also by moving the point $(x_0,y_0)$ you can see the solution curves going through that point.
If you want to modify $f(x,y)$ simply change the definition of $f(x,y)$ and that of the variable str in the user defined function testfield in Extensions and scripts. You have to use javascript notation for functions and powers in the definition of $f(x,y)$.
-
Question in Bill's workspace
Using Jsxgraph to draw the vector field for a differential equation of the form $\frac{dy}{dx}=f(x,y)=\sin(x-y)$, and also by moving the point $(x_0,y_0)$ you can see the solution curves going through that point.
If you want to modify $f(x,y)$ simply change the definition of $f(x,y)$ and that of the variable str in the user defined function testfield in Extensions and scripts. You have to use javascript notation for functions and powers in the definition of $f(x,y)$.
-
Question in Bill's workspace
Using Jsxgraph to draw the vector field for a differential equation of the form $\frac{dy}{dx}=f(x,y)=x^3-y^3$, and also by moving the point $(x_0,y_0)$ you can see the solution curves going through that point.
If you want to modify $f(x,y)$ simply change the definition of $f(x,y)$ and that of the variable str in the user defined function testfield in Extensions and scripts. You have to use javascript notation for functions and powers in the definition of $f(x,y)$.
-
Question in Bill's workspace
Using Jsxgraph to draw the vector field for a differential equation of the form $\frac{dy}{dx}=f(x,y)=x^2-y^2$, and also by moving the point $(x_0,y_0)$ you can see the solution curves going through that point.
If you want to modify $f(x,y)$ simply change the definition of $f(x,y)$ and that of the variable str in the user defined function testfield in Extensions and scripts. You have to use javascript notation for functions and powers in the definition of $f(x,y)$.
-
Question in LeicesterPhysPractice
Given a probability mass function $P(X=i)$ with outcomes $i \in \{0,1,2,\ldots 8\}$, find the expectation $E$ and $P(X \gt E)$.
-
Question in LeicesterPhysPractice
Determine if the following describes a probability mass function.
$P(X=x) = \frac{ax+b}{c},\;\;x \in S=\{n_1,\;n_2,\;n_3,\;n_4\}\subset \mathbb{R}$.
-
Question in Blathnaid's workspace
Implicit differentiation.
Given $x^2+y^2+ax+by=c$ find $\displaystyle \frac{dy}{dx}$ in terms of $x$ and $y$.