Statistiques
0 Problèmes
86 Solutions
RANG
N/A
of 302 067
RÉPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
of 21 528
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.
plus d'un an il y a
A résolu
Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example
plus d'un an il y a
A résolu
Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.
plus d'un an il y a
A résolu
Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...
plus d'un an il y a
A résolu
Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product
plus d'un an il y a
A résolu
Cube root of max value in a vector
Find the cube root of the maximum value in a vector
plus d'un an il y a
A résolu
Square a Number
Given an input x, return y, which is equal to the square of x.
plus d'un an il y a
A résolu
Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.
plus d'un an il y a
A résolu
find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y
plus d'un an il y a
A résolu
Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.
plus d'un an il y a
A résolu
Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...
plus d'un an il y a
A résolu
determine the sum of the squares
if x = 4, the solution will be: y = 1^2+2^2+3^2+4^2=1+4+9+16 = 30.
plus d'un an il y a
A résolu
Linear Motion 2
During testing in the desert, a remotely operated vehicle travels D kilometers over rough terrain. The testing takes place over...
plus d'un an il y a
A résolu
Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...
plus d'un an il y a
A résolu
Linear Motion 6
An experimental vehicle traveling at v1 m/s is brought to a full stop in t seconds. How far does it travel before stopping? Roun...
plus d'un an il y a
A résolu
Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...
plus d'un an il y a
A résolu
Momentum Calculation
A shopping cart of mass 'm1' is traveling with velocity 'u' and collides with a second shopping cart of mass 'm2.' The two shopp...
plus d'un an il y a
A résolu
Find The area of the square
Given that the length of the side of a square is x, find the area.
plus d'un an il y a
A résolu
Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...
plus d'un an il y a

