Solved


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

6 days ago

Solved


Multiplying the Sums of Two Arrays
Get two arrays, add the values within the array up, and then multiply the two total values. [2,3]*[3,6] 5*18 90

6 days ago

Solved


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

6 days ago

Problem


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

6 days ago | 0 | 10 solvers

Solved


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

6 days ago

Problem


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

6 days ago | 0 | 10 solvers

Solved


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

6 days ago

Problem


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

6 days ago | 0 | 10 solvers

Solved


Basic Physics VII
Calculate the speed.

6 days ago

Problem


Basic Physics VII
Calculate the speed.

6 days ago | 0 | 10 solvers

Solved


Basic Physics VI
Fing the Kinetic Energy (KE) buy Distance (d) and Time (t) instead of Speed (v).

6 days ago

Problem


Basic Physics VI
Fing the Kinetic Energy (KE) buy Distance (d) and Time (t) instead of Speed (v).

6 days ago | 0 | 11 solvers

Solved


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

6 days ago

Solved


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

6 days ago

Solved


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

6 days ago

Solved


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

6 days ago

Solved


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

6 days ago

Solved


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]

7 days ago

Solved


Basic Physics V
Calculate the Weight (w).

7 days ago

Problem


Basic Physics V
Calculate the Weight (w).

7 days ago | 0 | 11 solvers

Solved


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

8 days ago

Solved


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

8 days ago

Solved


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

8 days ago

Solved


Basic Physics V
Calculate the Work.

8 days ago

Problem


Basic Physics V
Calculate the Work.

8 days ago | 0 | 12 solvers

Solved


Basic Physics III
Calculate the Potential Energy (PE).

8 days ago

Solved


Potential energy calculation

8 days ago

Solved


Area of rhombus
Calculate the rhombus area

8 days ago

Solved


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

9 days ago

Solved


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

9 days ago

Load more