631 results for "variable".
-
Question in Content created by Newcastle University
Given the following three vectors $\textbf{v}_1,\;\textbf{v}_2,\;\textbf{v}_3$ Find out whether they are a linearly independent set are not. Also if linearly dependent find the relationship $\textbf{v}_{r}=p\textbf{v}_{s}+q\textbf{v}_{t}$ for suitable $r,\;s,\;t$ and integers $p,\;q$.
-
Question in Mash's workspace
Using indices rules to write expressions as negative powers.
-
Exam (18 questions) in WM175 A1 2025-26
Topics:
Algebra, Calculus, Trigonometeric Equations, Complex numbers & Partial Derivatives
Students must complete the exam within 120 mins (standard time).
Questions have variables to produce randomised questions. -
Exam (18 questions) in WM175 A1 2025-26
Topics:
Algebra, Calculus, Trigonometeric Equations, Complex numbers & Partial Derivatives
Students must complete the exam within 120 mins (standard time).
Questions have variables to produce randomised questions. -
Exam (18 questions) in WM175_A1_24
Topics:
Algebra, Calculus, Trigonometeric Equations, Complex numbers & Partial Derivatives
Students must complete the exam within 2hrs 30mins (extra time (1)).
Questions have variables to produce randomised questions. -
Exam (18 questions) in WM175_A1_24
Topics:
Algebra, Calculus, Trigonometeric Equations, Complex numbers & Partial Derivatives
Students must complete the exam within 120 mins (standard time).
Questions have variables to produce randomised questions. -
Question in Algebra 1
This exercise will help you rearrange a linear equation to find the value of a given variable
-
Question in How-tos
When saving the data necessary to resume an attempt, Numbas only saves the values of variables which use the random number generator.
If you naively generate a large random sample in one variable, it'll be marked as a source of randomness so Numbas will save every value in the sample. Loading this value when you resume the attempt can be very slow.
Instead, you can generate a seed value in one variable and then use it with the seedrandom function in the variable that stores your random list. Only the value of the seed needs to be saved.
-
Question in CHY1201 - Spectroscopy
Question requires students to interchange units of Hz with MHz, GHz, THz. Question is not very efficient at present- frequencies spanning many orders of magnitude are generated by variables in a clumsy way. Could be improved by having frequency generated by a 10^((random(1000..4000)/1000) variable instead, for example.
-
Question in MESH
Used for LANTITE preparation (Australia). MG = Measurement & Geometry strand. Student must calculate distance swum in km given number of laps of 50m pool, days of week and weeks in term. These variables are randomly selected.
-
Question in MESH
Used for LANTITE preparation (Australia). NA = Number & Algebra strand. Students calculate the cost of the halogen globes given electricity cost, number of globes, number of years, replacement cost and lifespan of globes. Some of these variables are randomly selected. There are more than 10 different versions of this question.
-
Question in SIT316
This question uses a Geogebra applet to solve a linear program with two variables using the graphical method. It contains three steps:
- Construct the feasible area (polygon) by adding the constraints one by one. The students can see what happens when the constraints are added.
- Add the objective function, and the level set of the objective value is shown, as well as its (normalised) gradient.
- Compute the optimal solution by moving the level set of the objective around.
-
PB3 - Expected Value and Standard Deviation for a Combination of Linear Random Variables Ready to useQuestion in Skills Audits for Maths and Stats
No description given
-
Question in Skills Audits for Maths and Stats
No description given
-
Question in How-tos
Shows two different ways
-
Question in How-tos
Shows how to mark a boolean expression, by checking all possible values of the free variables. There's an information step containing a reminder of the syntax for boolean operations.
-
Question in Skills Audits for Maths and Stats
Simplify (qx+a)/(rx+b) +/- (sx+c)/(tx+d)
x is a randomised variable. a,b,c,d,q,r,s,t are randomised integers. a,b,c,d run from -5 to 5, including 0. q,r,s,t run from -3 to 3, and can be 0 if the constant term is nonzero, but are mostly 1.
-
Question in Skills Audits for Maths and Stats
No description given
-
Question in MESH
You can enter an equation in 2 or more variables and rearrange it in the following steps. Numbas checks that the lines of working are all equivalent to the original equation.
-
Question in Content created by Newcastle University
Uses the $\chi^2$ test to see if there is any significant difference in preferences.
-
Question in Foundations of Engineering Science
Question Covering AC power and frquency response
-
Question in ESCI201 Statics
Here you need to choose which formula you would use to find the red dashed value from the solid green values. The view is three-dimensional and you can rotate it to get a better view.
Variable defintions in the formulas:
$\theta$ is an angle
Adj. is the length of the side adjacent to the known angle
Opp. is the length of the side opposite the known angle
Hyp. is the length of the hypotenuse
Your goal is to get twenty correct answers quickly. Incorrect answers show a highlight of the correct answer to select to continue. The timer starts as soon as you choose your first answer and continues until you get 20 correct. Select save answer after your results show in the applet. -
Question in Stats
This question assesses the learner's ability to compute a confidence interval for a difference of two means, given two samples.
Randomized variables: sample raw data and confidence level.
Adapted from section 7.3.1 in OpenIntro Statistics (4th ed).
-
Question in Nikon's workspace
Choosing whether given random variables are qualitative or quantitative.
-
Question in UWESbE - Written Assessments
Trolley on a slope
-
Question in UWESbE - Written Assessments
Friction and Accelration of a block with 2 forces applied
-
Question in Robert's workspace
Find the stationary point $(p,q)$ of the function: $f(x,y)=ax^2+bxy+cy^2+dx+gy$. Calculate $f(p,q)$.
-
Question in Robert's workspace
Find the stationary points of the function: $f(x,y)=a x ^ 3 + b x ^ 2 y + c y ^ 2 x + dy$ by choosing from a list of points.
-
Question in UWESbE - Written Assessments
Question covering DC and Step response circuits
-
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$.
For example $\neg q \to \neg p$.