Statistiques
0 Problèmes
251 Solutions
RANG
N/A
of 301 898
RÉPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
of 21 449
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
Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]
plus de 5 ans il y a
A résolu
Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...
plus de 5 ans il y a
A résolu
Given the variable x as your input, multiply it by four, then divide it by two. Then put the result in y.
If x = 5, y = 4*5/2 = 10
plus de 5 ans il y a
A résolu
Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250
plus de 5 ans il y a
A résolu
Square root of a number
Write a code that will output the square root of x.
plus de 5 ans il y a
A résolu
Solve system of equation!
Given provided system of equation, and find x and y. System of equation can be expressed as each term's coefficient. For exam...
plus de 5 ans il y a
A résolu
How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?
plus de 5 ans il y a
A résolu
Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.
plus de 5 ans il y a
A résolu
Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle
plus de 5 ans 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 de 5 ans il y a
A résolu
Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...
plus de 5 ans il y a
A résolu
only input
Return the output without writing any code into the function.
plus de 5 ans il y a
A résolu
multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...
plus de 5 ans il y a
A résolu
Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...
plus de 5 ans il y a
A résolu
Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.
plus de 5 ans il y a
A résolu
calculate the tangent of angle in radians
Calculate the tangent of angle in degrees
plus de 5 ans il y a
A résolu
Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively
plus de 5 ans il y a
A résolu
Calculate square and cube of number
Calculate square and cube of number x
plus de 5 ans il y a



