369 results for "vector".
-
Question in Content created by Newcastle University
Given a set of codewords generating a code, write down a generator matrix, encode three data vectors, and decode one codeword.
-
Question in Content created by Newcastle University
Given a set of codewords generating a code, give a generating matrix, encode three data vectors, and decode one codeword.
-
Question in Content created by Newcastle University
Given a set of codewords generating a code, give a generating matrix, encode three data vectors, and decode one codeword.
-
Question in Content created by Newcastle University
Divergence of vector fields.
-
Question in Content created by Newcastle University
Cartesian form of the parametric representation of a surface, normal vector, and magnitude.
Accuracy for part c) should be made more stringent as can be marked correct for an incorrect answer. Use a different sample range rather than 0 to 1 would help as would setting accuracy to something less than 0.001.
-
Question in Content created by Newcastle University
Determine if various combinations of vectors are defined or not.
-
Question in Content created by Newcastle University
Find the cosine of the angle between two pairs of 3D and 4D vectors.
The calculations and answers are correct, however the Advice should display the interim calculations of the lengths of vectors and their products to say 6dps. At present the student may be mislead into using 2dps at each stage - the instruction at the start of Advice is somewhat confusing.
-
Question in Content created by Newcastle University
Elementary operations on vectors; sum, modulus, unit vector, scalar multiple.
-
Question in Content created by Newcastle University
Unit normal vector to a surface, given in Cartesian form.
-
Question in Content created by Newcastle University
Cartesian form of the parametric representation of a surface, normal vector, and magnitude.
-
Question in Content created by Newcastle University
Intersection points, tangent vectors, angles between pairs of curves, given in parametric form.
-
Question in Content created by Newcastle University
Curl of a vector field.
Should warn that multiplied terms need * to denote multiplication.
-
Question in Content created by Newcastle University
Find a unit vector orthogonal to two others.
Uses $\wedge$ for the cross product. The interim calculations should all be displayed to enough dps, not 3, to ensure accuracy to 3 dps. If the cross product has a negative x component then it is not explained that the negative of the cross product is taken for the unit vector.
-
Question in Content created by Newcastle University
Find the unit vector parallel to a given vector.
Interim calculations in Advice should be presented in enough accuracy to ensure that the final calculations are to 3dps.
-
Exam (27 questions) in Content created by Newcastle UniversityQuestions used in a university course titled "Vector calculus"
-
Question in Content created by Newcastle University
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
Given the following three vectors $\textbf{v}_1,\;\textbf{v}_2,\;\textbf{v}_3$ Find out whether they are a linearly independent set are not. Also if linearly dependent find the relationship $\textbf{v}_{r}=p\textbf{v}_{s}+q\textbf{v}_{t}$ for suitable $r,\;s,\;t$ and integers $p,\;q$.
-
Question in Content created by Newcastle University
Given $6$ vectors in $\mathbb{R^4}$ and given that they span $\mathbb{R^4}$ find a basis.
-
Question in Content created by Newcastle University
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)$.
-
Question in Content created by Newcastle University
Let $P_n$ denote the vector space over the reals of polynomials $p(x)$ of degree $n$ with coefficients in the real numbers. Let the linear map $\phi: P_4 \rightarrow P_4$ be defined by: \[\phi(p(x))=p(a)+p(bx+c).\]Using the standard basis for range and domain find the matrix given by $\phi$.
-
Question in Content created by Newcastle University
Let $P_n$ denote the vector space over the reals of polynomials $p(x)$ of degree $n$ with coefficients in the real numbers.
Let the linear map $\phi: P_4 \rightarrow P_4$ be defined by:
$\phi(p(x))=ap(x) + (bx + c)p'(x) + (x ^ 2 + dx + f)p''(x)$
Using the standard basis for range and domain find the matrix given by $\phi$.
-
Question in MATH 6005 2018_2019
Find the dot product and the angle between two vectors
-
Question in MATH 6005 2018_2019
Elementary operations on vectors; sum, modulus, unit vector, scalar multiple.
-
Question in Thomas's workspace
This question concerns the evaluation of the eigenvalues and corresponding eigenvectors of a 2x2 matrix.
-
Question in Andreas's workspace
This is the question for week 9 of the MA100 course at the LSE. It looks at material from chapters 17 and 18.
Description of variables for part b:
For part b we want to have four functions such that the derivative of one of them, evaluated at 0, gives 0; but for the rest we do not get 0. We also want two of the ones that do not give 0, to be such that the derivative of their sum, evaluated at 0, gives 0; but when we do this for any other sum of two of our functions, we do not get 0. Ultimately this part of the question will show that even if two functions are not in a vector space (the space of functions with derivate equal to 0 when evaluated at 0), then their sum could nonetheless be in that vector space. We want variables which statisfy:
a,b,c,d,f,g,h,j,k,l,m,n are variables satisfying
Function 1: x^2 + ax + b sin(cx)
Function 2: x^2 + dx + f sin(gx)
Function 3: x^2 + hx + j sin(kx)
Function 4: x^2 + lx + m sin(nx)
u,v,w,r are variables satifying
u=a+bc
v=d+fg
w=h+jk
r=l+mn
The derivatives of each function, evaluated at zero, are:
Function 1: u
Function 2: v
Function 3: w
Function 4: r
So we will define
u as random(-5..5 except(0))
v as -u
w as 0
r as random(-5..5 except(0) except(u) except(-u))
Then the derivative of function 3, evaluated at 0, gives 0. The other functions give non-zero.
Also, the derivative of function 1 + function 2 gives 0. The other combinations of two functions give nonzero.We now take b,c,f,g,j,k,m,n to be defined as \random(-3..3 except(0)).
We then define a,d,h,l to satisfy
u=a+bc
v=d+fg
w=h+jk
r=l+mnDescription for variables of part e:
Please look at the description of each variable for part e in the variables section, first.
As described, the vectors V3_1 , V3_2 , V3_3 are linearly independent. We will simply write v1 , v2 , v3 here.
In part e we ask the student to determine which of the following sets span, are linearly independent, are both, are neither:both: v1,v2,v3
span: v1,v1+v2,v1+v2+v3, v1+v2+v3,2*v1+v2+v3
lin ind: v1+v2+v3
neither: v2+v3 , 2*v2 + 2*v3
neither:v1+v3,v1-2*v3,2*v1-v3
neither: v1+v2,v1-v2,v1-2*v2,2*v1-v2 -
Question in Lars's workspace
Given vectors $\boldsymbol{A,\;B}$, find $\boldsymbol{A\times B}$
-
Question in Engineering: Physics and Materials
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 Trignometry
No description given
-
Question in Trignometry
No description given
-
Question in Trignometry
No description given