2187 results for "find".
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in ian's workspace
Dividing Cubic expressions to find the quotient
-
Question in Content created by Newcastle University
Find the equation of a straight line which has a given gradient $m$ and passes through the given point $(a,b)$.
-
Question in XE420
Find $\displaystyle \frac{a} {b + \frac{c}{d}}$ as a single fraction in the form $\displaystyle \frac{p}{q}$ for integers $p$ and $q$.
-
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
Find the determinant of a $3 \times 3$ matrix.
-
Question in XE420
Find the determinant and inverse of three $2 \times 2$ invertible matrices.
-
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 Content created by Newcastle University
Differentiate $f(x) = (a x + b)/ \sqrt{c x + d}$ and find $g(x)$ such that $ f^{\prime}(x) = g(x)/ (2(c x + d)^{3/2})$.
-
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 Engineering Statics
Find the forces in the members of a truss using the method of joints.
-
Question in Engineering Statics
Find the force required to produce a given moment, or vice-versa.
-
Question in Engineering Statics
Find the moment of inertia of semi and quarter circles using the parallel axis theorem.
-
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.
-
Ugur's copy of Ugur's copy of Using the Quadratic Formula to Solve Equations of the Form $ax^2 +bx+c=0$ Ready to useQuestion in Ugur's workspace
Apply the quadratic formula to find the roots of a given equation. The quadratic formula is given in the steps if the student requires it.
-
Question in Content created by Newcastle University
Find the determinant of a $4 \times 4$ matrix.
-
Question in Content created by Newcastle University
Find the determinant of a $3 \times 3$ matrix.
-
Question in Julia Goedecke's contributions
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.
The interesting part about the implementation is the way the output is generated for "Advice".
-
Question in Linear Algebra 1st year
Given vectors $\boldsymbol{v}$ and $\boldsymbol{w}$, find their inner product.
-
Question in Linear Algebra 1st year
Given vectors $\boldsymbol{v}$ and $\boldsymbol{w}$, find their inner product.
-
Question in ACFI1003Financial maths. Find the value of 3 payments, where one has occurred in the past, one current and one hasn't yet. Uses present and future value using compound interest.
-
Question in ACFI1003Financial maths. Find the value of 3 payments, where one has occurred and two haven't. Uses present and future value using compound interest.
-
Question in Discrete Mathematics
How to find solutions to a second order recurrence relation.