1223 results for "function".
-
Question in 0 Calculo derivadas
Differentiation of trigonometric functions
-
Question in Elena's workspace
Multiple choice question. Given a randomised polynomial select the possible ways of writing the domain of the function.
-
Question in Linear Algebra 1st year
Matrix multiplication. Contains a function that will let you print the calculation steps of matrix multiplication, e.g. in the Advice.
-
Question in DIAGNOSYS
No description given
-
Question in DIAGNOSYS
No description given
-
Question in AJAY's workspace
No description given
-
Question in How-tos
Obosolete: there's now a built-in function
sort_by.Defines a custom function sort_by to sort a list of lists by the elements at the given index.
You could do a similar thing to sort lists of dictionaries.
-
Question in How-tos
Should not be used: there's now a built-in function
frequencies.This question randomly generates a list of 100 items, each chosen from a list of strings.
It then computes the number of occurrences of each distinct item in the list. The statement shows the frequencies in a table.
-
Question in How-tos
This question uses the vis.js library to plot 3D functions and data sets.
As well as JME functions to make plots, you can use javascript functions to get more control over how the plots are rendered.
-
Question in How-tos
Shows how to use the JME function lpad to add zeros to the beginning of a number so it's always displayed using two digits.
-
Question in How-tos
Demo showing how to write a custom function in javascript.
-
Question in How-tos
Call a custom function from another javascript custom function by using
scope.evaluate -
Question in How-tos
No description given
-
Question in How-tos
Demo question showing how to use the matrix maths functions in JavaScript.
-
Question in How-tos
This shows how to implement a recursive function in JavaScript with a nested function definition.
-
Question in How-tos
Ask for the squares of five randomly-chosen numbers between 0 and 15.
The shuffle function puts a list in random order.
-
Question in How-tos
This question shows how to use the
currencyfunction to display amounts of currency with the correct symbols. -
Question in How-tos
This question shows how to display a number like "1234" as "1,234", or "1 234", using the formatNumber function.
-
Question in How-tos
A method of randomly choosing variable names - use the
expression()JME function to create a variable name from a randomly chosen string.(This question also uses a custom marking script to check that the student has simplified the expression)
-
Question in Content created by Newcastle University
Simple probability question. Counting number of occurrences of an event in a sample space with given size and finding the probability of the event.
-
Question in Katie's workspace
More work on differentiation with trigonometric functions
-
Question in IE303412 CyberneticsThis question tests the students skill on transfer functions and Laplace of differential equations. The coefficients of the functions are created randomly.
-
Question in Content created by Newcastle University
A weighted coin with given $P(H),\;P(T)$ is tossed 3 times. Let $X$ be the random variable which denotes the longest string of consecutive heads that occur during these tosses. Find the Probability Mass Function (PMF), expectation and variance of $X$.
-
Question in Yvonne's workspace
Just showing how to use the stdev function from the stats extension to calculate the standard deviation of a list of numbers.
-
Question in How-tos
This question demonstrates defining an 'unknown' function $F(x)$ as a custom function so that it can be used in marking.
The definition of $F$ is arbitrary, so care must be taken to ensure it doesn't have more properties, such as evenness, than necessary.
-
Question in Christian's workspace
This shows how to use captured groups in a mathematical expression part's pattern restriction to mark an answer involving multiple occurrences of an undefined function.
-
Question in Content created by Newcastle University
Given a probability mass function $P(X=i)$ with outcomes $i \in \{0,1,2,\ldots 8\}$, find the expectation $E$ and $P(X \gt E)$.
-
Question in Anthony'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 Thomas's workspace
Use two points on a line graph to calculate the gradient and $y$-intercept and hence the equation of the straight line running through both points.
The answer box for the third part plots the function which allows the student to check their answer against the graph before submitting.
This particular example has a negative gradient.
-
Question in Thomas'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.