Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

1 year ago

Solved


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

1 year ago

Solved


Convert radians to degrees
Given input in radians, output to degrees

1 year ago

Solved


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

1 year ago

Solved


radius of a spherical planet
You just measured its surface area, that is the input.

1 year ago

Solved


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

1 year ago

Solved


Find Logic 31

2 years ago

Solved


Find Logic 20

2 years ago

Solved


Find Logic 32

2 years ago

Solved


Find Logic 26

2 years ago

Solved


Find Logic 25

2 years ago

Solved


Find Logic 24

2 years ago

Solved


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

2 years ago

Solved


Find Logic 12

2 years ago

Solved


Find Logic 11

2 years ago

Solved


Find Logic 7

2 years ago

Solved


Find Logic 6

2 years ago

Solved


Find Logic 17

2 years ago

Solved


Find Logic 19

2 years ago

Solved


Find Logic 18

2 years ago

Solved


Find Logic 15

2 years ago

Solved


Find Logic 13

2 years ago

Solved


Find Logic 10

2 years ago

Solved


Bit calculation
Give me the count of numbers from 1 to n having their last two bits as 0. For example function y = ret_count(4) y = x...

2 years ago

Solved


Find Logic 8

2 years ago

Solved


Find Logic 4

2 years ago

Solved


Find Logic 3

2 years ago

Solved


Find Logic 1

2 years ago

Solved


Linear Motion 1
An object travels N feet in the first second of travel, N feet again during the second second of travel and N feet again during ...

2 years ago

Solved


Calculate the acceleration of a crate
What is the acceleration of a crate if two robots apply F1 N and F2 N of force respectively and a frictional force of FR N acts ...

2 years ago

Load more