366 results for "matrix".
-
Question in Content created by Newcastle University
Reduce a 5x6 matrix to row reduced form and using this find rank and nullity.
-
Question in Musa's workspace
Multiplication of $2 \times 2$ matrices.
-
Question in Musa's workspace
Addition, subtraction and multiplication by a scalar for 2 x 2 matrices.
-
Question in Content created by Newcastle University
Given a generating matrix for a linear code, give a parity check matrix
-
Question in Content created by Newcastle University
Write down the lexicographic parity check matrix and generator matrix for a Hamming code, which is the dual of a Simplex code, then determine if a given word is a codeword of the corresponding Simplex code.
-
Question in Content created by Newcastle University
Given a generating matrix for a binary linear code, construct a parity check matrix, list all the codewords, list all the words in a given coset, give coset leaders, calculate syndromes for each coset, correct a codeword with one error.
-
Question in MATH6058 Engineering Maths 1
Multiplication of $2 \times 2$ matrices.
-
Question in MASH Bath: Question Bank
Calculate the magnitude of a 3-dimensional vector, where $\mathbf v$ is written in the form $\pmatrix{v_1\\v_2\\v_3}$.
-
Question in Content created by Newcastle University
Putting a pair of linear equations into matrix notation and then solving by finding the inverse of the coefficient matrix.
-
Question in .Matrix Algebra
Determinant of n x m matrix by Laplace Expansion across top row.
-
Question in MASH Bath: Question Bank
Calculate the magnitude of a 2-dimensional vector, where $\mathbf v$ is written in the form $\pmatrix{v1\\v2}$.
-
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 Musa's workspace
Addition, subtraction and multiplication by a scalar for 2 x 2 matrices.
-
Question in Musa's workspace
Multiplication of $2 \times 2$ matrices.
-
Question in XE420
Addition, subtraction and multiplication by a scalar for 2 x 2 matrices.
-
Question in XE420
Multiplication of $2 \times 2$ matrices.
-
Question in XE420
Exercises in multiplying matrices.
-
Question in XE420
Putting a pair of linear equations into matrix notation and then solving by finding the inverse of the coefficient matrix.
-
Question in XE420
This question tests students knowledge of basic matrix arithmetic.
-
Question in XE420
Multiplication of matrices of different sizes.
-
Question in XE420
aij notation and definition of the order of a matrix.
-
Question in XE420
Multiplication of matrices of different sizes.
-
Question in XE420
Find the determinant of a $3 \times 3$ matrix.
-
Question in XE420
Cofactors Determinant and inverse of a 3x3 matrix.
-
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 Mobius ENG - summative test
Putting a pair of linear equations into matrix notation and then solving by finding the inverse of the coefficient matrix.
-
Question in Julia Goedecke's contributions
Student 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.
-
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.
-
Exam (3 questions) in Martin's workspace
Quiz to assess matrix addition, subtraction, multiplication and multiplication by scalar, determinants and inverses, solving a system of simultaneous equations.
-
Question in Content created by Newcastle University
Find the determinant of a $4 \times 4$ matrix.