Recently published items
-
Newton's law of cooling
QuestionNo description given
Published on 26/04/2022 15:00 No licence specified -
Matrix multiplication
QuestionMatrix multiplication. Has automatically generated "unresolved" matrix product to write in the solution, which is the interesting part of this implementation.
Published on 25/04/2022 08:56 CC BY -
Find matrix from entry formula
QuestionFinding a matrix from a formula for each entry, which involves the row and column numbers of that entry. Randomized size of the matrices and formula.
The interesting part about the implementation is the way the output is generated for "Advice".
Published on 25/04/2022 07:58 CC BY -
Inverse algorithm calculator
QuestionEducational 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.
Published on 25/04/2022 07:54 CC BY -
Characteristic poly, eigenvalues and eigenvectors 3x3 non-randomised
QuestionExample 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".
Published on 25/04/2022 07:49 CC BY -
Kernel and image of matrix transformation
QuestionStudent finds a basis for kernel and image of a matrix transformation. Any basis can be entered; there is a custom marking algorithm which checks if it is a correct basis.
There are options to adjust this question fairly easily, for example to get different variants for practice and for a test, by changing the options in the "pivot columns" in the variables. You should be careful to think about and test your pivot options, as some are easier or harder than others, and some don't work very well.
Published on 25/04/2022 07:45 CC BY-SA -
Direct sum and is sum whole space
QuestionStudent 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.
Published on 25/04/2022 07:39 CC BY -
FY001 - 2021 Referral Exam
Exam (11 questions)FY001 Exam
Published on 22/04/2022 18:56 CC BY-NC-SA -
Ugur's copy of Ugur's copy of Mean, Median, Mode
QuestionTopics covered are calculating the mean, median, mode and standard deviation.
rebelmaths
Published on 22/04/2022 18:52 CC BY -
Exponential population growth from formula with inverse
QuestionStudents are given an exponential equation and asked to evaluate it at two points.
The constants in the exponential are randomised.
Published on 22/04/2022 18:51 CC BY-NC-SA