333 results for "calculating".
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $k(ax^m+b)^n$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $k(ax+b)^n$ using the chain rule.
-
Question in Julia Goedecke's contributions
Example of an explore mode question. Student is given a 2x2 matrix and is asked to find the characteristic polynomial and eigenvalues, and then eigenvectors for each eigenvalue. The part asking for eigenvectors can be repeated as often as the student wants, to be used for different eigenvalues.
Assessed: calculating characteristic polynomial and eigenvectors.
Feature: any correct eigenvector is recognised by the marking algorithm, also multiples of the "obvious" one(s) (given the reduced row echelon form that we use to calculate them).
Randomisation: a random true/false for invertibility is created, and the eigenvalues a and b are randomised (condition: two different evalues, and a=0 iff invertibility is false), and a random invertible 2x2 matrix with determinant 1 or -1 is created (via random elementary row operations) to change base from diag(a,b) to the matrix for the question. Determinant 1 or -1 ensures that we keep integer entries.
The implementation uses linear algebra functions such as "find reduced echelon form" or "find kernel of a reduced echelon form", from the extension "linalg2".
-
Question in MASH Bath: Question Bank
Calculating two unknown coefficients of a cubic expression when given two of the expression's linear factors.
-
Question in Julia Goedecke's contributions
Example of an explore mode question. Student is given a 3x3 matrix and is asked to find the characteristic polynomial and eigenvalues, and then eigenvectors for each eigenvalue. The part asking for eigenvectors can be repeated as often as the student wants, to be used for different eigenvalues.
Assessed: calculating characteristic polynomial and eigenvectors.
Feature: any correct eigenvalue will be recognised by the marking algorithm, even multiples of the obvious one(s) (which can be read off from the reduced row echelon form)
Randomisation: Not randomised, just using particular matrices. I am still working on how to randomise this for 3x3; a randomised 2x2 version exists. I have several different versions for 3x3 (not all published yet), so I could make a random choice between these in a test.
The implementation uses linear algebra functions such as "find reduced echelon form" or "find kernel of a reduced echelon form", from the extension "linalg2".
-
Question in Ugur's workspace
Topics covered are calculating the mean, median, mode and standard deviation.
rebelmaths
-
Question in Linear and Discrete
Short question in recognising errors in binary strings transmitted over a binary symmetric channel, as well as calculating probabilities of these errors occuring. Randomised 7-bit strings between 64 and 128, randomised probability between 0.05 and 0.1. Randomised error pattern.
-
Question in Ugur's workspace
Topics covered are calculating the mean, median, mode and standard deviation.
rebelmaths
-
Question in Ugur's workspace
Topics covered are calculating the mean, median, mode.
-
Exam (3 questions) in .Statistics
A resource for Business students to practise calculating Normal probabilities and finding $Z$-values.
-
Question in .Statistics
Topics covered are calculating the mean, median, mode and standard deviation.
rebelmaths
-
Question in .Statistics
This question assesses the students ability to find the expected number of times an event occurs given the probability of the event occurring for a single trial and the total number of trials.
-
Question in .Complex Numbers
Calculating the square root of a complex number using De Moivre.
-
Question in .Complex Numbers
Calculating complex numbers raised to an natural number exponent
-
Question in Shafiq's workspace
Question 1 of Electric Drives Tutorial Sheet 2019/20 – AC Questions
-
Exam (2 questions) in NR PORTAL exams & questions
These questions focus on calculating percentages in numerical reasoning tests.
-
Question in NR PORTAL exams & questions
This question focusses on calculating a percentage form a speific pie chart.
-
Question in Linear Algebra 1st year
Calculating with vectors of random size, including resolving brackets. Advice (i.e. solution) has conditional visibility to show only the correct size.
-
Question in Linear Algebra 1st year
A combination of tasks: checking which matrix products exist, calculating some of these products, calculating transpose matrices. Comparing product of transpose with transpose of product. Experiencing associativity of matrix multiplication. Not much randomisation, only in which matrix product is computed as second option.
Comprehensive solution written out in Advice.
-
Question in Linear Algebra 1st year
Calculating with vectors in \(\mathbb{R}^4\), including resolving brackets. The fixed vector size is so that a test is fair to all students.
-
Question in Acids and bases
No description given
-
Question in David's workspace
Topics covered are calculating the mean, median, mode.
-
Exam (5 questions) in Rachel's workspace
Questions for calculating perimeters and areas of shapes.
-
Exam (7 questions) in Introduction to Calculus
Calculating limits using algebraic techniques
-
Question in Content created by Newcastle University
Application of the binomial distribution given probabilities of success of an event.
Finding probabilities using the binomial distribution.
-
Exam (3 questions) in Jos's workspace
A resource for Business students to practise calculating Normal probabilities and finding $Z$-values.
-
Question in COM281
Exercises on calculating the determinant of 2x2 and 3x3 matrices.
-
Question in Bill's workspace
Exercise using a given uniform distribution $X$, calculating the expectation and variance. Also finding $P(X \le a)$ for a given value $a$.
-
Question in Shafiq's workspace
The students are given the magnitude and angle (in degrees) of a vector. They have to find its alpha and beta components.
-
Question in All questions
A function of the form (ax+b)/(x+c) is plotted. Student is asked to calculate the shaded area. Area is both above and below the x-axis.