Solved


Draw a '0' in a one matrix!

4 years ago

Solved


Find hen's weight.
If hen weights x kilos on two legs, how much does it weights on one leg? Output the result.

4 years ago

Solved


UICBioE240 problem 1.9
Swap the first and last columns of a matrix. So if A = [12 4 7; 5 1 4]; B = [7 4 12; 4 1 5]; ...

4 years ago

Solved


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

4 years ago

Solved


Create a vector of the first n odd numbers (★)
If n = 10, your program should return a vector y, where y = [1 3 5 7 9 11 13 15 17 19].

4 years ago

Solved


Word Distance - Sum
Let's suppose that the distance of a word can be calculated by summing the differences between its letters, having assigned the ...

4 years ago

Solved


UICBioE240 problem 1.10
Find the number of cells in a bioreactor after a given time when doubling time is dd and initial number of cells is x. So if ...

4 years ago

Solved


Radians to Degrees
Convert radians to degrees.

4 years ago

Solved


Find out Harmonic mean.
Find out Harmonic mean.

4 years ago

Solved


Kinetic energy calculation

4 years ago

Solved


Divide elements by sum of elements
In this problem, I ask you to write a function which will divide the elements of each column by the sum of the elements of the s...

4 years ago

Solved


Temperature Conversion 3

4 years ago

Solved


kmph to mph converter
Convert the speed in miles/hour to km/hour.

4 years ago

Solved


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

4 years ago

Solved


A quadrant matrix
Write a function called quadrants that takes as its input argument a scalar integer named n. The function returns Q, a 2n-by-2n ...

4 years ago

Solved


Temperature Conversion 2

4 years ago

Solved


Degrees to Radian
Convert degrees to radians

4 years ago

Solved


UICBioE240 problem 1.8
Given a list of grades in a class, write a script that gives the 2nd highest grade in the class and the average for the class. ...

4 years ago

Solved


Test if a number is numeric or not
Test if a number is numeric or not

4 years ago

Solved


Laws of motion 5

4 years ago

Solved


Create a Standard Size Vector
Given an input x, create a row vector y from 1 to x with 5 elements.

4 years ago

Solved


Temperature Conversion 1

4 years ago

Solved


Area of square
Find the area of a square whose diagonal length is given as x.

4 years ago

Solved


Write a function man that takes a row vector v and returns a matrix H as follows..
Write a function called man that takes a row vector v as an input and returns a matrix H whose first column consist of the eleme...

4 years ago

Solved


Capitilize the first letter of every word in a string
For a given input string, capitalize every letter at the beginning of a word, and transform the rest of the letters to lower-cas...

4 years ago

Solved


UICBioE240 problem 1.1
Remove the middle row from a matrix, assuming # of rows is odd. So if A = [ 1 2 3; 4 5 6; 7 8 9] the...

4 years ago

Solved


Laws of motion 2

4 years ago

Solved


Find Logic 19

4 years ago

Solved


raise 1/3
Raise a number to 1/3 power.

4 years ago

Solved


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

4 years ago

Load more