Statistiques
0 Problèmes
82 Solutions
RANG
N/A
of 301 955
RÉPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
of 21 472
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
Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.
11 mois il y a
A résolu
Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.
11 mois il y a
A résolu
Square a Number
Given an input x, return y, which is equal to the square of x.
11 mois il y a
A résolu
Area of a rectangle
FInd the area of a rectangle with a length L and width W. Round to the nearest integer.
11 mois il y a
A résolu
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
11 mois 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...
11 mois il y a
A résolu
Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5
11 mois il y a
A résolu
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
11 mois il y a
A résolu
Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...
11 mois il y a
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]
11 mois 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: ...
11 mois il y a
A résolu
Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem
11 mois il y a
A résolu
Calculate the area of a circle
Given a circle of diameter x calculate its area
11 mois il y a
A résolu
the average value of the elements
Calculate the average value of the elements in the array
11 mois il y a
A résolu
Find x in provided equation!
x^2-2*x+1=0 This polynomial can be expressed by using each term's coefficients, such as [1 -2 1]. Using the polynomial ...
11 mois il y a
A résolu
Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...
11 mois il y a
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.
11 mois il y a
A résolu
Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...
11 mois 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 ...
11 mois il y a


