Gelöst


Square a Number
Given an input x, return y, which is equal to the square of x.

etwa 2 Monate vor

Gelöst


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

etwa 2 Monate vor

Gelöst


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

etwa 2 Monate vor

Gelöst


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 ...

etwa 2 Monate vor

Gelöst


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

etwa 2 Monate vor

Gelöst


Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]

etwa 2 Monate vor

Gelöst


Basic Physics V
Calculate the Weight (w).

etwa 2 Monate vor

Problem


Basic Physics V
Calculate the Weight (w).

etwa 2 Monate vor | 0 | 71 Lösungsvorschläge

Gelöst


Create a vector
Create a vector from 0 to n by intervals of 2.

etwa 2 Monate vor

Gelöst


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

etwa 2 Monate vor

Gelöst


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...

etwa 2 Monate vor

Gelöst


Basic Physics V
Calculate the Work.

etwa 2 Monate vor

Problem


Basic Physics V
Calculate the Work.

etwa 2 Monate vor | 0 | 76 Lösungsvorschläge

Gelöst


Basic Physics III
Calculate the Potential Energy (PE).

etwa 2 Monate vor

Gelöst


Potential energy calculation

etwa 2 Monate vor

Gelöst


Area of rhombus
Calculate the rhombus area

etwa 2 Monate vor

Gelöst


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

etwa 2 Monate vor

Gelöst


square root
Find the square root (y) of an input (x).

etwa 2 Monate vor

Gelöst


Basic Physics IV
Calculate the Mechanical Energy (ME).

etwa 2 Monate vor

Problem


Basic Physics IV
Calculate the Mechanical Energy (ME).

etwa 2 Monate vor | 0 | 21 Lösungsvorschläge

Problem


Basic Physics III
Calculate the Potential Energy (PE).

etwa 2 Monate vor | 0 | 81 Lösungsvorschläge

Gelöst


Basic Physics II
Get the Kinetic Energy (KE).

etwa 2 Monate vor

Problem


Basic Physics II
Get the Kinetic Energy (KE).

etwa 2 Monate vor | 0 | 88 Lösungsvorschläge

Gelöst


Basic Algebra III
Get the Cube Root of the number n.

etwa 2 Monate vor

Problem


Basic Algebra III
Get the Cube Root of the number n.

etwa 2 Monate vor | 0 | 26 Lösungsvorschläge

Gelöst


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

etwa 2 Monate vor

Gelöst


02 - Vector Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2a.png>>

etwa 2 Monate vor

Gelöst


Find collatz series next number
For given x, if x is even, output is (x/2) if x is odd, output is (3x+1)

etwa 2 Monate vor

Gelöst


Rhombus
Get the area of the Rhombus using it's Diagonals.

etwa 2 Monate vor

Problem


Rhombus
Get the area of the Rhombus using it's Diagonals.

etwa 2 Monate vor | 0 | 18 Lösungsvorschläge

Mehr laden