Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


easy problem
Find the last element of the array

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


Distance Travelled by Vehicle

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


Circle Perimeter
Get the perimeter of the Circle by PI.

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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.

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Cargar más