Gelöst


Percentage profit
If you are buying at x dollar, what will be the selling price for making the r% profit?

mehr als ein Jahr vor

Gelöst


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

mehr als ein Jahr vor

Gelöst


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

mehr als ein Jahr vor

Gelöst


find the value

mehr als ein Jahr vor

Gelöst


Summy's odd sum

mehr als ein Jahr vor

Gelöst


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

mehr als ein Jahr vor

Gelöst


Set x value to each odd index of vector y.
Set x value to each odd index of vector y.

mehr als ein Jahr vor

Gelöst


Sort in descending order.

mehr als ein Jahr vor

Gelöst


Generate a list of composite numbers

mehr als ein Jahr vor

Gelöst


size

mehr als ein Jahr vor

Gelöst


Total resistance of resistors in parallel
What is the total resistance of a number of resistors in parallel? A vector R contains the resistances (in Ohm) of n resistors,...

mehr als ein Jahr vor

Gelöst


Fizz
Dado um número inteiro n, retorne 'fizz' se esse valor for multiplo de 3, ou retorne o valor caso contrario. Fizz(3) = 'fizz'; ...

mehr als ein Jahr vor

Gelöst


Seperate 2nd column in a matrix

mehr als ein Jahr vor

Gelöst


imaginary

mehr als ein Jahr vor

Gelöst


determine if
determine if the elements of a matrix is a nan and return true

mehr als ein Jahr vor

Gelöst


Create a constant offset.
Add a constant offset to an array. Example a = [1 3 5 9] offset = 2 y = [3 5 7 11]

mehr als ein Jahr vor

Gelöst


Vector indexing: lower than mean
Find indices of values in a vector lower than the mean of the vector

mehr als ein Jahr vor

Gelöst


Cube root of max value in a vector
Find the cube root of the maximum value in a vector

mehr als ein Jahr vor

Gelöst


sign function

mehr als ein Jahr vor

Gelöst


Calculating Ring Area
In two-dimensional space, a ring can be constructed by using two concentric circles. Determine the area of a ring which has r1 ...

mehr als ein Jahr vor

Gelöst


Odd row
Create a row 'y' with odd numbers where the potential maximum number is given by 'x' and the space between them by 'm'. The firs...

mehr als ein Jahr vor

Gelöst


Summation of integers

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


Real

mehr als ein Jahr vor

Gelöst


Make an identity matrix whose diagonal elements are 1:n
For a given input n, make an n by n identity matrix that contains the elements 1:n along its diagonal. For example, if input=5: ...

mehr als ein Jahr vor

Gelöst


non-repitition of numbers in a vector

mehr als ein Jahr vor

Gelöst


Sum sum!!!
Sum the numbers from 1 to n

mehr als ein Jahr vor

Gelöst


Insert zeros

mehr als ein Jahr vor

Gelöst


Number Power
Raise a number to itself.

mehr als ein Jahr vor

Mehr laden