54 results in Linear Algebra 1st year - search across all projects.
-
Question
simple sums of matrices and scalar mult of matrices.
-
Question
Finding a matrix from a formula for each entry, which involves the row and column numbers of that entry. Not randomized because it's the same as in our workbook. But the variables are made in a way that it should be easy to randomise the size of the matrix, and the to change the formula for the input in not too many places.
-
Question
Finding 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.
-
Question
Calculate matrix times vector.
-
Question
Calculate matrix times vector.
-
Question
checking by size whether two matrices can be multiplied. Student either gives size of resulting product, or NA if matrices can't be multiplied.
-
Question
checking by size whether two matrices can be multiplied. Student either gives size of resulting product, or NA if matrices can't be multiplied.
-
Question
First compute matrix times vector for specific vectors. Then determine domain and codomain and general formula for the matrix transformation defined by the matrix.
-
Question
First compute matrix times vector for specific vectors. Then determine domain and codomain and general formula for the matrix transformation defined by the matrix.
Randomising the number of rows in the matrix, m, makes the marking algorithm for part c) slightly complicated: it checks whether it should include the third gap or not depending on the variable m. For the correct distribution of marks, it is then necessary to do "you only get the marks if all gaps are correct". Otherwise the student would only get 2/3 marks when m=2, so the third gap doesn't appear.
-
Question
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
Abstract linear combinations. "Surreptitious" preview of bases and spanning sets, but not explicitely mentioned. There is no randomisation because it is just an abstract question. For counter-examples, any valid counter-example is accepted.
-
Question
Finding 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.
-
Question
Calculate matrix times vector.
-
Question
First compute matrix times vector for specific vectors. Then determine domain and codomain and general formula for the matrix transformation defined by the matrix.
Randomising the number of rows in the matrix, m, makes the marking algorithm for part c) slightly complicated: it checks whether it should include the third gap or not depending on the variable m. For the correct distribution of marks, it is then necessary to do "you only get the marks if all gaps are correct". Otherwise the student would only get 2/3 marks when m=2, so the third gap doesn't appear.
-
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".
-
Question
Calculate matrix times vector.
-
Question
Checking whether a given set is a plane or not. Depends on whether two vectors are parallel or not. Then checking whether the plane goes through the origin. This is not always obvious from the presentation.
Not randomised because it's the same as in our workbook.
-
Question
Student can choose one of all possible matrix products from the matrices given. Meant for voluntary extra practice. No extensive solutions: referred to other questions for this.
-
Question
Matrix multiplication. Has automatically generated "unresolved" matrix product to write in the solution.
-
Question
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
Use matrix multiplication to get an equation for \(k\) which is then to be solved.
-
Question
To understand matrix multiplication in terms of linear combinations of column vectors.
-
Question
Asking the student to create examples of two matrices which multiply to zero but are not themselves the zero matrix. Then getting the student to think about some features of these examples.
-
Question
Calculating with vectors in \(\mathbb{R}^4\), including resolving brackets. The fixed vector size is so that a test is fair to all students.