Gelöst


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

fast 10 Jahre vor

Gesendet


Physical oceanography: geostrophic current (numerical)
Calculate geostrophic current using numerical method

fast 10 Jahre vor | 573 Downloads |

4.8 / 5
Thumbnail

Gesendet


Physical oceanography: geostrophic current (analytical)
Show theory of geostrophic current

fast 10 Jahre vor | 370 Downloads |

4.90909 / 5
Thumbnail

Gesendet


Physical oceanography: Inertial oscillation (semi-implicit)
Simulate Inertial oscillation using semi-implicit method

fast 10 Jahre vor | 87 Downloads |

5.0 / 5
Thumbnail

Gesendet


Physical oceanography: Inertial oscillation (implicit)
Simulate Inertial oscillation using implicit method

fast 10 Jahre vor | 82 Downloads |

5.0 / 5
Thumbnail

Gesendet


Physical oceanography: Inertial oscillation (explicit)
Simulate Inertial oscillation using explicit method

fast 10 Jahre vor | 121 Downloads |

5.0 / 5
Thumbnail

Gesendet


Physical oceanography: diffusion
Simulate diffusion

fast 10 Jahre vor | 130 Downloads |

5.0 / 5
Thumbnail

Gelöst


Number of odd and even elements within matrix
Input(m) - any matrix with integers Output(n) - n(1)=number of odd elements, n(2)=number of even elements Example: * m=...

fast 10 Jahre vor

Gelöst


Repeat string n times
Example: from 'a' create 'aaaaa' (if n=5)

fast 10 Jahre vor

Gelöst


Find my lucky number
Write a function which returns my lucky number

fast 10 Jahre vor

Gelöst


Mean of a matrix
Determine numeric mean of a matrix

fast 10 Jahre vor

Gelöst


Standard Deviation
Find standard deviation of an array.

fast 10 Jahre vor

Gelöst


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

fast 10 Jahre vor

Gelöst


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

fast 10 Jahre vor

Gelöst


How do you make seven even?
Take away the s.

fast 10 Jahre vor

Gelöst


Determine if a year is leap year
For a given year return 0/1 indicator of a leap year.

fast 10 Jahre vor

Gelöst


Solar panel efficiency
Calculate the solar panel efficiency at STC for the system power rating 400W and the collector area = 2.79 meter square.

fast 10 Jahre vor

Gelöst


ADD TWO NUMBERS
To add two numbers a and b, then store in y

fast 10 Jahre vor

Gelöst


Reverse digits of a number
Reverse digits of a number. For example, return *321* for the input *123* . The left-hand zeros can be discarded. For exam...

fast 10 Jahre vor

Gelöst


What's my favourite food?
The spicier the better.

fast 10 Jahre vor

Gelöst


Odd times 3
Given a input matrix x, multiply all odd values by 3. Even values remain the same. example: x = [1 2 3 4 5;... 6 7...

fast 10 Jahre vor

Gelöst


Count the numbers
In a array x, count the number of times the number n appears in x. for example: x = [1 2 3 4 3 2 1 2] and n = 2 the answer sh...

fast 10 Jahre vor

Gelöst


time difference
The arrays x and y contain time values in the form of: x = [hours minutes seconds] Create the output z which contains the...

fast 10 Jahre vor

Gelöst


String revert
Revert all words in a sting x for example, if x = 'this is a sentence' then y should be 'sentence a is this'

fast 10 Jahre vor

Gelöst


Remove multiples of N
in the vector x remove all multiples of N. x = [1 2 3 4 5 6]; N = 2; Then y = [1 3 5];

fast 10 Jahre vor

Gelöst


Second smallest number
What is the second smallest number in x? example: x = [1 2 3 4 5 6 7 8 9] y = 2

fast 10 Jahre vor

Gelöst


Magnitude of a vector
Given a vector x, what is its magnitude?

fast 10 Jahre vor

Gelöst


reversed alphabet
create the alphabet in reverse

fast 10 Jahre vor

Gelöst


sum of ASCII
Given a string x, return the sum of all ASCII numbers of all characters. for example, if x='lala' ('l'-> 108, 'a'->97) then y...

fast 10 Jahre vor

Gelöst


Counting votes
x is a vector of votes, e.g. x=[1 2 3 2 2 1 3 2 1 2 2 2 2], who is the winner? 1,2,3?

fast 10 Jahre vor

Mehr laden