Solved


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

3 days ago

Solved


Integer or Float?
Test an input to see whether it is an integer or a floating point number. If it is an integer return 1 for 'true'. Otherwise ret...

3 days ago

Solved


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

3 days ago

Solved


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

3 days ago

Solved


calculate the length of matrix
input 1 array, calculate the length

3 days ago

Solved


easy problem
Find the last element of the array

3 days ago

Solved


Find the max element of the array
Find the max element of the array

3 days ago

Solved


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

3 days ago

Solved


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

3 days ago

Solved


Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...

3 days ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

3 days ago

Solved


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

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

3 days ago

Solved


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

3 days ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

3 days ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 days ago

Solved


Find The Area Of The Circle
Find the area of the Circle using PI.

3 days ago

Solved


Prime or No
If the number is prime, make theCase = "YES", else, make it "NO".

3 days ago

Solved


Find The Area Of Triangle Using Base & Height
You should find the area of the Triangle using base and height. Good Luck!

3 days ago

Solved


Trapezium
Calculate the area of the Trapezium using it's bases and height.

3 days ago

Solved


Circle Perimeter
Get the perimeter of the Circle by PI.

3 days ago

Solved


Basic Algebra II
You have the equation X^2 = n you should find the value of X. GOOD LUCK!

3 days ago

Solved


Plot
Make a plot of the vector x. NOTICE: YOU CAN NOT USE ans INSTEAD OF y!

3 days ago

Solved


Get The Opposite Of The Number Without Negative (-) On It
You must get the opposite of the number X without making -X. Hint: You can make it by Subtraction and Multiplication.

3 days ago

Solved


Draw '\'
Can you draw the sign '\' by zeros and ones? NOTICE: Be x-by-x matrix.

3 days ago

Solved


Get The Square Root Of Number Power (^) Three
Get the Square Root of number Power (^) Three.

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

3 days ago

Solved


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

3 days ago

Solved


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

3 days ago

Load more