560 results for "expression".
-
Question in Bill's workspace
Evaluate $\int_0^{\,m}e^{ax}\;dx$, $\int_0^{p}\frac{1}{bx+d}\;dx,\;\int_0^{\pi/2} \sin(qx) \;dx$.
-
Question in Bill's workspace
Multiplication of complex numbers. Four parts.
-
Question in Lovkush's workspace
Expression of the (a+bx)^n is given and a couple of coefficients are asked for.
-
Exam (6 questions) in Demos
Some questions demonstrating new features in Numbas v4.0: pattern-matching, inference of variable types in mathematical expression parts, and marking equations.
-
Question in DemosThis question contains several mathematical expression parts which only compare part of the student's answer with the corresponding part of the expected answer, because the expression can't be evaluated as a whole.
-
Question in Demos
In this question, the correct answers can't be evaluated by substituting numbers for each of the variables.
Numbas can now infer the types of variables in the answers to mathematical expression parts, so questions like this can be marked.
-
Exam (4 questions) in Kariane's workspaceLog expressions and equations
-
Question in Kariane's workspaceLog expressions
-
Question in Kariane's workspaceNo description
-
Question in Blathnaid's workspace
A basic introduction to differentiation
-
Question in How-tos
The function randexp, provided by an extension, generates a random string matching the given regular expression.
-
Question in How-tos
One method of randomly choosing names for variables. For each variable, we have 4 options. Create a list of 4 numbers, which is 1 for the name we want to use, and 0 otherwise.
Then, whenever we use that variable, multiply each of the possible names by the corresponding number in the list. When the expression is simplified, the unwanted names will cancel to 0, leaving only the name we want.
This is quite clunky!
(This question also uses a custom marking script to check that the student has simplified the expression)
-
Question in How-tosThe student must expand an expression of the form $(x+a)(x+b)(x+c)$. A pattern restriction ensures there are no brackets in their answer.
-
Question in How-tos
Show one of several blocks of text depending on the value of a question variable.
As well as a simple check for the value of a variable, the condition to display a block of text can be a complex expression in any of the question variables - in this example, depending on the discriminant of the generated quadratic.
-
Question in How-tos
A mathematical expression part whose answer is the product of two matrices, $X \times Y$.
By setting the "variable value generator" option for $X$ and $Y$ to produce random matrices, we can ensure that the order of the factors in the student's answer matters: $X \times Y \neq Y \times X$.
-
Question in How-tosThis question shows how to make the correct answer to a "choose one from a list" part depend on randomised question variables, in a couple of ways. The first part uses JME expressions to define the marks available for each choice. The second part uses the "custom marking matrix" option.
-
Question in Content created by Newcastle University
Multiple response question (4 correct out of 8) covering properties of convergent and divergent series and including questions on power series. Selection of questions from a pool.
-
Question in Content created by Newcastle University
Four questions on finding least upper bounds and greatest lower bounds of various sets.
-
Question in Content created by Newcastle University
Eight questions on finding least upper bounds and greatest lower bounds of various sets.
-
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$
-
Exam (6 questions) in Content created by Newcastle University
One question on determining whether statements are propositions.
Four questions on find truth tables for various logical expressions.
-
Question in Content created by Newcastle University
Evaluate $\int_1^{\,m}(ax ^ 2 + b x + c)^2\;dx$, $\int_0^{p}\frac{1}{x+d}\;dx,\;\int_0^\pi x \sin(qx) \;dx$, $\int_0^{r}x ^ {2}e^{t x}\;dx$
-
Question in Content created by Newcastle University
Inputting algebraic expressions into Numbas.
-
Question in Content created by Newcastle University
Inputting ratios of algebraic expressions.
-
Question in Content created by Newcastle University
Integrating by parts.
Find $ \int ax\sin(bx+c)\;dx$ or $\int ax e^{bx+c}\;dx$
-
Question in Content created by Newcastle University
The derivative of $\displaystyle \frac{a+be^{cx}}{b+ae^{cx}}$ is $\displaystyle \frac{pe^{cx}} {(b+ae^{cx})^2}$. Find $p$.