Error
There was an error loading the page.
Characteristic poly, eigenvalues and eigenvectors 3x3 non-randomised
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".
Metadata
-
England schools
-
England university
-
Scotland schools
Taxonomy: mathcentre
Taxonomy: Kind of activity
Taxonomy: Context
Contributors
Feedback
From users who are members of Julia Goedecke's contributions :
![]() |
said | Ready to use | 2 years, 11 months ago |
History
Julia Goedecke 2 years, 10 months ago
Published this.Julia Goedecke 2 years, 11 months ago
Gave some feedback: Ready to use
Julia Goedecke 2 years, 11 months ago
Created this as a copy of WBQ 9.4 a) Characteristic poly, eigenvalues and eigenvectors 3x3.Name | Status | Author | Last Modified | |
---|---|---|---|---|
Characteristic poly, eigenvalues and eigenvectors 3x3 non-randomised | Ready to use | Julia Goedecke | 24/05/2022 20:45 | |
Characteristic poly, eigenvalues and eigenvectors 3x3, digonailsability (non-randomised) | Ready to use | Ugur Efem | 13/10/2024 20:15 |
There are 40 other versions that do you not have access to.
Name | Type | Generated Value |
---|
matrixA | matrix |
Matrix of size 3×3
|
||||
a | integer |
-1
|
||||
b | integer |
2
|
||||
c | integer |
5
|
||||
chiA | expression |
(t + 1)(t - 2)(t - 5)
|
||||
v1 | matrix |
matrix([0],[-3],[1])
|
||||
v2 | matrix |
matrix([-1],[0],[1])
|
||||
v3 | matrix |
matrix([1],[0],[0])
|
||||
RREFa | matrix |
Matrix of size 3×3
|
||||
RREFb | matrix |
Matrix of size 3×3
|
||||
RREFc | matrix |
Matrix of size 3×3
|
||||
n | integer |
3
|
||||
chiAexpanded | expression |
t^3 - 6*t^2 + 3t + 10
|
Generated value: matrix
- RREFa
- RREFb
- RREFc
Use this tab to check that this question works as expected.
Part | Test | Passed? |
---|---|---|
Gap-fill | ||
Hasn't run yet | ||
Mathematical expression | ||
Hasn't run yet | ||
List of numbers | ||
Hasn't run yet | ||
Gap-fill | ||
Hasn't run yet | ||
Number entry | ||
Hasn't run yet | ||
Matrix entry | ||
Hasn't run yet |