44 results.
-
Characteristic poly, eigenvalues and eigenvectors 3x3, digonailsability (non-randomised) Ready to useQuestion in Ugur's workspace
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 Panamaconferentie
1) Schrijf een modeloplossing. Houd rekening dat je bij randomisatie dit anders zal moeten schrijven.
2) Randomiseer de snelheid, en controleer welke effecten dat heeft op de andere variabelen.
-
Question in Skills Audits for Maths and Stats
This question provides a list of data to the student. They are asked to find the "median".
-
Question in Skills Audits for Maths and Stats
This question provides a list of data to the student. They are asked to find the "range".
-
Question in Skills Audits for Maths and Stats
This question provides a list of data to the student. They are asked to find the "mode".
-
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 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 Glasgow Numbas Question Pool
Calculate the distance between two points along the surface of a sphere using the cosine rule of spherical trigonometry. Context is two places on the surface of the Earth, using latitude and longitude.
The question is randomised so that the numerical values for Latitude for A and B will be positive and different (10-25 and 40-70 degrees). As will the values for Longitude (5-25 and 50-75). The question statement specifies both points are North in latitude, but one East and one West longitude, This means that students need to deal with angles across the prime meridian, but not the equator.
Students first calculate the side of the spherical triangle in degrees, then in part b they convert the degrees to kilometers. Part a will be marked as correct if in the range true answer +-1degree, as long as the answer is given to 4 decimal places. This allows for students to make the mistake of rounding too much during the calculation steps.
-
Question in Julia Goedecke's contributions
Educational calculation tool rather than "question".
This allows the student to input a linear system in augmented matrix form (max rows 5, but any number of variables). Then the student can decide to swap some rows, or multiply some rows, or add multiples of one row to other rows. The student only has to input what operation should be performed, and this is automatically applied to the system. This question has no marks and no feedback as it's just meant as a "calculator".
It has some rounding to 13 decimal places, as otherwise some fraction calculations become incorrectly displayed as a very small number instead of 0.
It would be possible to extend to more than 5 rows, one just has to put in a lot more variables and so on. I just had to choose some place to stop.
-
Question in Julia Goedecke's contributions
Educational calculation tool rather than "question".
This allows the student to input a square matrix (max rows 5). Then the student can decide to swap some rows, or multiply some rows, or add multiples of one row to other rows. The student only has to input what operation should be performed, and this is automatically applied to the matrix and the identity matrix (or what it has got to). This question has no marks and no feedback as it's just meant as a "calculator". It has some checks in so students know when they are not entering a square matrix or a valid row number etc.
It has some rounding to 13 decimal places, as otherwise some fraction calculations become incorrectly displayed as a very small number instead of 0.
It would be possible to extend to more than 5 rows, one just has to put in a lot more variables and so on. I just had to choose some place to stop.
-
Question in Julia Goedecke's contributions
Student decides on four different examples whether two subspaces form a direct sum and whether the sum is the whole vectorspace.
No randomisation, just the four examples. The question is set in explore mode, so that after deciding, students are asked to give reasons for their choices.
-
Question in Julia Goedecke's contributions
Example of an explore mode question. Student is given a 2x2 matrix with eigenvalues and eigenvectors, and is asked to decide if the matrix is invertible. If yes, second and third parts are offered where the student should give the eigenvalues and eigenvectors of the inverse matrix.
Assessed: remembering link between 0 eigenvalue and invertibility. Remembering link between eigenvalues and eigenvectors of matrix and its inverse.
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 Demos
Customised for the Numbas demo exam
Motion under gravity. Object is projected vertically with initial velocity Vm/s. Find time to maximum height and the maximum height. Now includes an interactive plot.
-
Question in Julie's workspace
Method of undermined coefficients:
Solve: d2ydx2+2adydx+a2y=0,y(0)=c and y(1)=d. (Equal roots example). Includes an interactive plot.
rebelmaths
-
Question in Julie's workspace
Solve: d2ydx2+2adydx+(a2+b2)y=0,y(0)=1 and y′(0)=c.
rebelmaths
-
Question in Bill's workspace
Solve for x(t), dxdt=a(x+b)n,x(0)=0
-
Question in Content created by Newcastle University
Minitab was used to fit both an AR(1) model and an AR(2) to a stationary series. A table is given summarising the results obtained from Minitab. Choose the most appropriate model and make a forecast based on that model.
-
Question in Content created by Newcastle University
Minitab was used to fit an AR(1) model to a stationary time series. Given the output answer the following questions about the model and use the model to make forecasts.
-
Question in Content created by Newcastle University
Entering numbers in Numbas, Part 1.
-
Question in Content created by Newcastle University
Two numbers are drawn at random without replacement from the numbers m to n.
Find the probability that both are odd given their sum is even.
-
Question in Content created by Newcastle University
A box contains n balls, m of these are red the rest white.
r are drawn without replacement.
What is the probability that at least one of the r is red?
-
Question in Content created by Newcastle University
Entering numbers and algebraic symbols in Numbas.
-
Question in Content created by Newcastle University
Solve: d2ydx2+2adydx+(a2+b2)y=0,y(0)=1 and y′(0)=c.
-
Question in Content created by Newcastle University
Solve: d2ydx2+2adydx+a2y=0,y(0)=c and y(1)=d. (Equal roots example).
-
Question in Content created by Newcastle University
Solve for x(t), dxdt=a(x+b)n,x(0)=0
-
Question in Content created by Newcastle University
An object moves in a straight line, acceleration given by:
f(t)=a(1+bt)n. The object starts from rest. Find its maximum speed.
-
Question in Content created by Newcastle University
Topics covered are calculating the mean, median, mode, range, and standard deviation.
-
Question in Transition to university
Given two distributions, calculate the measures of average and spread and make some decisions based on the results.
-
Question in Transition to university
This question provides a list of data to the student. They are asked to find the mean, median, mode and range.
-
Question in Julie's workspace
Exam covering questions on the Errorsr part of the SOEE5154M Maths course.
Topics covered are calculating the mean, median, mode and standard deviation.
rebelmaths