68 results.
-
Question in Content created by Newcastle University
$A,\;B$ $2 \times 2$ matrices. Find eigenvalues and eigenvectors of both. Hence or otherwise, find $B^n$ for largish $n$.
-
Question in Engineering Statics
Add three vectors by determining their scalar components, summing them and then resolving the rectangular components to find the magnitude and direction of the resultant.
-
Question in Engineering Statics
Find forces required to hold a particle in equilibrium when subjected to a downward load. Directions of the reactions are given.
-
Question in Engineering Statics
Determine the resultant of three random 2-D vectors.
-
Question in Engineering Statics
Use the parallelogram rule to solve a force triangle.
-
Question in Engineering Statics
Find the sum of two 2-dimensional vectors, graphically and exactly using the parallelogram rule.
-
Question in Engineering Statics
Given the specifications of two vectors, draw the parallelogram representing their sum, then estimate length of the diagonal.
-
Question in Engineering Statics
Given three vectors with integer components, find the corresponding magnitude and direction.
-
Question in Engineering Statics
Sum three force vectors based on a written description of the situation.
-
Question in Ugur's workspace
$A,\;B$ $2 \times 2$ matrices. Find eigenvalues and eigenvectors of both. Hence or otherwise, find $B^n$ for largish $n$.
-
Ugur's copy of Find eigenvalues, characteristic polynomial and a normalised eigenvector of a 3x3 matrix Ready to useQuestion in Ugur's workspace
Given a 3 x 3 matrix, and two eigenvectors find their corresponding eigenvalues. Also fnd the characteristic polynomial and using this find the third eigenvalue and a normalised eigenvector $(x=1)$.
-
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 Ugur's workspace
Given $5$ vectors in $\mathbb{R^4}$ determine if a spanning set for $\mathbb{R^4}$ or not by looking for any simple dependencies between the vectors.
-
Question in Content created by Newcastle University
Real numbers $a,\;b,\;c$ and $d$ are such that $a+b+c+d=1$ and for the given vectors $\textbf{v}_1,\;\textbf{v}_2,\;\textbf{v}_3,\;\textbf{v}_4$ $a\textbf{v}_1+b\textbf{v}_2+c\textbf{v}_3+d\textbf{v}_4=\textbf{0}$. Find $a,\;b,\;c,\;d$.
-
Question in Engineering Statics
Given three vectors, arrange them in a tip to tail arrangement using geogebra, then estimate the magnitude and direction of their resultant.
-
Question in Engineering Statics
Add three vectors by determining their scalar components, summing them and then resolving the rectangular components to find the magnitude and direction of the resultant
-
Ugur's copy of Find points of intersection, tangents, and angles between parametric curves Ready to useQuestion in Ugur's workspace
Intersection points, tangent vectors, angles between pairs of curves, given in parametric form.
-
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 Marcelo's workspace
Evaluación de la superposición vectorial de campos provenientes de cuatro cargas puntuales. Este es un problema de suma de vectores, magnitudes de vectores y productos escalares (puntos) con un poco de trigonometría.
-
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 Trigonometry
No description given
-
Question in Linear Algebra 1st year
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 in Linear Algebra 1st year
give the negative of each of two vectors. One always has 5 entries, the other has a random number of entries.
-
Question in Linear Algebra 1st year
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 in Linear Algebra 1st year
Calculate matrix times vector.
-
Question in Linear Algebra 1st year
Calculate matrix times vector.
-
Question in Linear Algebra 1st year
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 in Linear Algebra 1st year
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 in Linear Algebra 1st year
To understand matrix multiplication in terms of linear combinations of column vectors.
-
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.