269 results for "have".
-
Question in Content created by Newcastle University
Differentiate the following functions: $\displaystyle x ^ n \sinh(ax + b),\;\tanh(cx+d),\;\ln(\cosh(px+q))$
-
Question in Content created by Newcastle University
Eight questions on finding least upper bounds and greatest lower bounds of various sets.
-
Question in Transition to university
Factorise polynomials by identifying common factors. The first expression has a constant common factor; the rest have common factors involving variables.
-
Exam (11 questions) in Computational ProbabilityThis assignment tests your comprehension of the material presented in lectures ( and labs ) up to and including the lecture on Thursday 7th November. Please answer the questions without the aid of a computer ( calculators are allowable ) as you won't have access to one in the January examination. The questions require the calculation of either a specific number, making a true/false choice, or matching code to mathematics. The numeric data within a question will have been randomised ( generated form a highly specified template ).
-
Question in J. Richard's workspace
Factorise polynomials by identifying common factors. The first expression has a constant common factor; the rest have common factors involving variables.
-
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 BS11001 questions
There are copious comments in the definition of the function eqnline about the voodoo needed to have a JSXGraph diagram interact with the input box for a part.
-
Question in David's workspace
There are copious comments in the definition of the function eqnline about the voodoo needed to have a JSXGraph diagram interact with the input box for a part.
-
Question in College Algebra for STEM
Simple procedures are given and student is asked to carry them out or un-do them.
Version 1: bi and bii have the same answer. biii and biv both have two answers.
Version 2: bi and bii have different answers. biii has two answers, biv has one answer.
Version 3: bi and bii have different answer. biii has one answer, biv has two answers.
Version 4: bi and bii have the same answer. biii has one answer, biv has two answers.
-
Question in College Algebra for STEM
Simple procedures are given and student is asked to carry them out or un-do them.
Version 1: i and ii have the same answer. iii and iv both have two answers.
Version 2: i and ii have different answers. iii has two answers,biv has one answer.
Version 3: i and ii have different answer. iii has one answer, iv has two answers.
Version 4: i and ii have the same answer. iii has one answer, iv has two answers.
-
Question in College Algebra for STEM
Simple procedures are given and student is asked to carry them out or un-do them.
Version 1: i and ii have the same answer. iii and iv both have two answers.
Version 2: i and ii have different answers. iii has two answers,biv has one answer.
Version 3: i and ii have different answer. iii has one answer, iv has two answers.
Version 4: i and ii have the same answer. iii has one answer, iv has two answers.
-
Question in College Algebra for STEM
Simple procedures are given and student is asked to carry them out or un-do them.
Version 1: i and ii have the same answer. iii and iv both have two answers.
Version 2: i and ii have different answers. iii has two answers,biv has one answer.
Version 3: i and ii have different answer. iii has one answer, iv has two answers.
Version 4: i and ii have the same answer. iii has one answer, iv has two answers.
-
Question in College Algebra for STEM
Simple procedures are given and student is asked to carry them out or un-do them.
Version 1: i and ii have the same answer. iii and iv both have two answers.
Version 2: i and ii have different answers. iii has two answers,biv has one answer.
Version 3: i and ii have different answer. iii has one answer, iv has two answers.
Version 4: i and ii have the same answer. iii has one answer, iv has two answers.
-
Question in Statistics
Two shops each have different numbers of jumper designs and colours. How many choices of jumper are there?
-
Question in Statistics
Simple probability question. Counting number of occurences of an event in a sample space with given size and finding the probability of the event.
-
Exam (40 questions) in Gary's workspace
A set of MCQ designed to help Level 2 Engineering students prepare/practice for the on-line GOLA test that is used to assess the C&G 2850, Level 2 Engineering, Unit 202: Engineering Principles.
-
Question in Andrew's workspace
Straightforward question: student must find the general solution to a second order constant coefficient ODE. Uses custom marking algorithm to check that both roots appear and that the solution is in the correct form (e.g. two arbitrary constants are present). Arbitrary constants can be any non space-separated string of characters. The algorithm also allows for the use of $e^x$ rather than $\exp(x)$.
Unit tests are also included, to check whether the algorithm accurately marks when the solution is correct; when it's correct but deviates from the 'answer'; when one or more roots is incorrect; or when the roots are correct but constants of integration have been forgotten.
-
Exam (40 questions) in Gary's workspace
A set of MCQ designed to help Level 2 Engineering students prepare/practice for the on-line GOLA test that is used to assess the C&G 2850, Level 2 Engineering, Unit 202: Engineering Principles.
-
Question in Shivram's workspace
Evaluate $\int_1^{\,m}(ax ^ 2 + b x + c)^2\;dx$, $\int_0^{p}\frac{1}{x+d}\;dx,\;\int_0^\pi x \sin(qx) \;dx$, $\int_0^{r}x ^ {2}e^{t x}\;dx$
-
Question in MY QUESTIONS
Find the solution of a first order separable differential equation of the form $(a+y)y'=b+x$.
-
Question in MY QUESTIONS
Factorise $x^2+cx+d$ into 2 distinct linear factors and then find $\displaystyle \int \frac{ax+b}{x^2+cx+d}\;dx,\;a \neq 0$ using partial fractions or otherwise.
-
Question in MY QUESTIONS
Find $\displaystyle\int \frac{ax+b}{(x+c)(x+d)}\;dx,\;a\neq 0,\;c \neq d $.
-
Question in MY QUESTIONS
Factorise $x^2+bx+c$ into 2 distinct linear factors and then find $\displaystyle \int \frac{a}{x^2+bx+c }\;dx$ using partial fractions or otherwise.
-
Question in Maria's workspace
Putting a pair of linear equations into matrix notation and then solving by finding the inverse of the coefficient matrix.
-
Exam (40 questions) in ben's workspace
A set of MCQ designed to help Level 2 Engineering students prepare/practice for the on-line GOLA test that is used to assess the C&G 2850, Level 2 Engineering, Unit 202: Engineering Principles.
-
Exam (40 questions) in ben's workspace
A set of MCQ designed to help Level 2 Engineering students prepare/practice for the on-line GOLA test that is used to assess the C&G 2850, Level 2 Engineering, Unit 202: Engineering Principles.
-
Exam (40 questions) in Martin's workspace
A set of MCQ designed to help Level 2 Engineering students prepare/practice for the on-line GOLA test that is used to assess the C&G 2850, Level 2 Engineering, Unit 202: Engineering Principles.
-
Question in Terry's workspace
No description given
-
Exam (40 questions) in Brandon t's workspace
A set of MCQ designed to help Level 2 Engineering students prepare/practice for the on-line GOLA test that is used to assess the C&G 2850, Level 2 Engineering, Unit 202: Engineering Principles.
-
Question in Partial fractions
Factorise $x^2+cx+d$ into 2 distinct linear factors and then find $\displaystyle \int \frac{ax+b}{x^2+cx+d}\;dx,\;a \neq 0$ using partial fractions or otherwise.
Video in Show steps.